@rio-cloud/rio-uikit 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (851) hide show
  1. package/.DS_Store +0 -0
  2. package/AccentBar.d.ts +2 -0
  3. package/AccentBar.js +2 -0
  4. package/Avatar.d.ts +2 -0
  5. package/Avatar.js +2 -0
  6. package/AvatarGroup.d.ts +2 -0
  7. package/AvatarGroup.js +2 -0
  8. package/Banner.d.ts +2 -0
  9. package/Banner.js +2 -0
  10. package/ButtonToolbar.d.ts +2 -0
  11. package/ButtonToolbar.js +2 -0
  12. package/Card.d.ts +2 -0
  13. package/Card.js +2 -0
  14. package/DateRangePicker.js +2 -3
  15. package/FormLabel.d.ts +2 -0
  16. package/FormLabel.js +2 -0
  17. package/LabeledElement.d.ts +2 -0
  18. package/LabeledElement.js +2 -0
  19. package/StepButton.d.ts +2 -0
  20. package/StepButton.js +2 -0
  21. package/VirtualList.d.ts +2 -0
  22. package/VirtualList.js +2 -0
  23. package/components/accentBar/AccentBar.d.ts +21 -0
  24. package/components/accentBar/AccentBar.js +12 -0
  25. package/components/actionBarItem/ActionBarItem.d.ts +2 -6
  26. package/components/actionBarItem/ActionBarItem.js +6 -7
  27. package/components/actionBarItem/ActionBarItemIcon.d.ts +2 -2
  28. package/components/actionBarItem/ActionBarItemIcon.js +2 -3
  29. package/components/actionBarItem/ActionBarItemList.js +2 -6
  30. package/components/actionBarItem/ActionBarItemListItem.js +2 -5
  31. package/components/actionBarItem/ActionBarItemListSeparator.js +2 -6
  32. package/components/actionBarItem/ActionBarItemPopoverContent.js +2 -6
  33. package/components/actionBarItem/ActionBarOverlay.d.ts +1 -1
  34. package/components/actionBarItem/ActionBarOverlay.js +3 -4
  35. package/components/activity/Activity.js +2 -3
  36. package/components/animatedNumber/AnimatedNumber.d.ts +6 -6
  37. package/components/animatedNumber/AnimatedNumber.js +2 -3
  38. package/components/applicationHeader/AppMenu.js +3 -6
  39. package/components/applicationHeader/AppMenuContent.js +2 -4
  40. package/components/applicationHeader/AppMenuDropdown.js +4 -4
  41. package/components/applicationHeader/ApplicationActionBar.js +4 -7
  42. package/components/applicationHeader/ApplicationHeader.js +4 -5
  43. package/components/applicationHeader/CollapsedNavItem.js +3 -3
  44. package/components/applicationHeader/MobileAppMenu.js +2 -2
  45. package/components/applicationHeader/MobileHeaderModal.js +2 -2
  46. package/components/applicationHeader/MobileSubmoduleNavigation.js +3 -3
  47. package/components/applicationHeader/NavItems.js +2 -2
  48. package/components/applicationLayout/ApplicationLayout.js +2 -4
  49. package/components/applicationLayout/ApplicationLayoutBody.d.ts +1 -1
  50. package/components/applicationLayout/ApplicationLayoutBody.js +9 -9
  51. package/components/applicationLayout/ApplicationLayoutBodyBanner.d.ts +1 -1
  52. package/components/applicationLayout/ApplicationLayoutBodyBanner.js +2 -3
  53. package/components/applicationLayout/ApplicationLayoutBodyBottomBar.js +2 -3
  54. package/components/applicationLayout/ApplicationLayoutBodyNavigation.d.ts +1 -1
  55. package/components/applicationLayout/ApplicationLayoutBodyNavigation.js +2 -3
  56. package/components/applicationLayout/ApplicationLayoutHeader.d.ts +1 -1
  57. package/components/applicationLayout/ApplicationLayoutHeader.js +2 -3
  58. package/components/applicationLayout/ApplicationLayoutSidebar.d.ts +1 -1
  59. package/components/applicationLayout/ApplicationLayoutSidebar.js +2 -3
  60. package/components/applicationLayout/SubNavigation.js +2 -3
  61. package/components/aspectRatioPlaceholder/AspectRatioPlaceholder.js +1 -3
  62. package/components/assetTree/AssetTree.d.ts +1 -1
  63. package/components/assetTree/AssetTree.js +4 -5
  64. package/components/assetTree/Tree.d.ts +2 -2
  65. package/components/assetTree/Tree.js +9 -12
  66. package/components/assetTree/TreeLeaf.js +1 -1
  67. package/components/assetTree/TreeLeafList.js +0 -2
  68. package/components/assetTree/TreeNode.js +1 -1
  69. package/components/assetTree/TreeNodeContainer.js +1 -3
  70. package/components/assetTree/TreeNothingFound.js +2 -2
  71. package/components/assetTree/TreeOption.js +2 -5
  72. package/components/assetTree/TreeOptions.js +3 -5
  73. package/components/assetTree/TreeRoot.js +1 -3
  74. package/components/assetTree/TreeSearch.js +1 -1
  75. package/components/assetTree/TreeSelectAll.js +1 -3
  76. package/components/assetTree/TreeSidebar.js +2 -3
  77. package/components/assetTree/TreeSidebarCategories.js +2 -4
  78. package/components/assetTree/TreeSummary.js +1 -1
  79. package/components/assetTree/TreeSummaryRow.js +1 -3
  80. package/components/assetTree/TypeCounter.js +2 -3
  81. package/components/assetTree/treeReducer.js +8 -8
  82. package/components/assetTree/treeUtils.d.ts +0 -2
  83. package/components/assetTree/treeUtils.js +14 -11
  84. package/components/autosuggest/AutoSuggest.js +12 -16
  85. package/components/autosuggest/AutoSuggestAddons.js +1 -3
  86. package/components/autosuggest/DropdownSpinner.js +1 -2
  87. package/components/autosuggest/NoItemMessage.js +1 -3
  88. package/components/avatar/Avatar.d.ts +54 -0
  89. package/components/avatar/Avatar.js +27 -0
  90. package/components/avatar/AvatarContent.d.ts +10 -0
  91. package/components/avatar/AvatarContent.js +20 -0
  92. package/components/avatar/AvatarGroup.d.ts +15 -0
  93. package/components/avatar/AvatarGroup.js +23 -0
  94. package/components/banner/Banner.d.ts +66 -0
  95. package/components/banner/Banner.js +49 -0
  96. package/components/banner/BannerActions.d.ts +9 -0
  97. package/components/banner/BannerActions.js +5 -0
  98. package/components/banner/BannerContent.d.ts +25 -0
  99. package/components/banner/BannerContent.js +16 -0
  100. package/components/banner/BannerIcon.d.ts +9 -0
  101. package/components/banner/BannerIcon.js +5 -0
  102. package/components/banner/BannerPage.d.ts +9 -0
  103. package/components/banner/BannerPage.js +5 -0
  104. package/components/bottomSheet/BottomSheet.d.ts +2 -2
  105. package/components/bottomSheet/BottomSheet.js +5 -6
  106. package/components/bottomSheet/TimedBottomSheet.js +3 -4
  107. package/components/button/Button.d.ts +2 -0
  108. package/components/button/Button.js +4 -5
  109. package/components/button/ButtonToolbar.d.ts +13 -0
  110. package/components/button/ButtonToolbar.js +8 -0
  111. package/components/button/StepButton.d.ts +12 -0
  112. package/components/button/StepButton.js +8 -0
  113. package/components/button/ToggleButton.js +1 -3
  114. package/components/calendarStripe/CalendarStripe.js +1 -1
  115. package/components/card/Card.d.ts +21 -0
  116. package/components/card/Card.js +8 -0
  117. package/components/carousel/Carousel.d.ts +4 -6
  118. package/components/charts/AreaChart.js +6 -9
  119. package/components/charts/AreaGradient.js +1 -2
  120. package/components/charts/BarChart.js +13 -12
  121. package/components/charts/ChartGrid.js +1 -1
  122. package/components/charts/ChartLabel.d.ts +0 -1
  123. package/components/charts/ChartNeedle.js +13 -4
  124. package/components/charts/ComposedChart.js +13 -16
  125. package/components/charts/Legend.js +0 -2
  126. package/components/charts/LineChart.js +7 -10
  127. package/components/charts/PieChart.js +6 -9
  128. package/components/charts/RadialBarChart.js +5 -8
  129. package/components/charts/ReferenceLine.js +3 -6
  130. package/components/charts/ResponsiveContainer.js +1 -1
  131. package/components/charts/XAxis.js +2 -2
  132. package/components/charts/YAxis.d.ts +0 -1
  133. package/components/charts/chartHelper.d.ts +2 -2
  134. package/components/charts/chartHelper.js +1 -1
  135. package/components/checkbox/Checkbox.js +4 -7
  136. package/components/checkbox/CheckboxIcon.js +1 -1
  137. package/components/clearableInput/ClearableInput.js +18 -7
  138. package/components/collapse/Collapse.d.ts +1 -1
  139. package/components/collapse/Collapse.js +1 -3
  140. package/components/contentLoader/ContentLoader.js +2 -5
  141. package/components/dataTabs/DataTab.js +3 -6
  142. package/components/dataTabs/DataTabHeader.js +1 -1
  143. package/components/dataTabs/DataTabs.js +7 -9
  144. package/components/datepicker/DatePicker.d.ts +16 -16
  145. package/components/datepicker/DatePicker.js +3 -4
  146. package/components/datepicker/DateRangePicker.d.ts +55 -55
  147. package/components/datepicker/DateRangePicker.js +28 -14
  148. package/components/dialog/ConfirmationDialog.js +3 -6
  149. package/components/dialog/Dialog.d.ts +2 -2
  150. package/components/dialog/Dialog.js +13 -13
  151. package/components/dialog/DialogBody.js +2 -6
  152. package/components/dialog/DialogFooter.js +2 -5
  153. package/components/dialog/DialogHeader.js +2 -3
  154. package/components/dialog/FrameDialog.js +2 -2
  155. package/components/dialog/InfoDialog.js +2 -5
  156. package/components/dialog/MediaDialog.js +7 -9
  157. package/components/dialog/OnboardingDialog.js +2 -5
  158. package/components/dialog/ReleaseNotesDialog.js +1 -3
  159. package/components/dialog/SaveDialog.js +3 -6
  160. package/components/dialog/SimpleDialog.js +2 -5
  161. package/components/dialog/SplitDialog.js +3 -6
  162. package/components/divider/Divider.js +3 -5
  163. package/components/dropdown/ButtonDropdown.d.ts +1 -1
  164. package/components/dropdown/ButtonDropdown.js +11 -11
  165. package/components/dropdown/Caret.js +0 -2
  166. package/components/dropdown/DropdownSubmenu.js +2 -3
  167. package/components/dropdown/DropdownToggleButton.js +2 -3
  168. package/components/dropdown/SimpleButtonDropdown.js +1 -3
  169. package/components/dropdown/SingleButtonDropdown.js +1 -3
  170. package/components/dropdown/SplitButtonDropdown.js +1 -3
  171. package/components/dropdown/SplitCaretButton.js +2 -3
  172. package/components/editableContent/EditableContent.js +6 -9
  173. package/components/expander/ExpanderList.js +5 -5
  174. package/components/expander/ExpanderPanel.js +2 -3
  175. package/components/fade/Fade.js +2 -2
  176. package/components/fade/FadeExpander.js +2 -2
  177. package/components/fade/FadeUp.js +2 -3
  178. package/components/feedback/FeedbackInlineButtons.js +2 -5
  179. package/components/feedback/FeedbackRating.js +4 -6
  180. package/components/feedback/FeedbackReactions.js +4 -5
  181. package/components/filepicker/FilePicker.js +5 -6
  182. package/components/formLabel/FormLabel.d.ts +13 -0
  183. package/components/formLabel/FormLabel.js +17 -0
  184. package/components/formLabel/LabeledElement.d.ts +28 -0
  185. package/components/formLabel/LabeledElement.js +11 -0
  186. package/components/groupedItemList/GroupedItemList.js +2 -5
  187. package/components/licensePlate/LicensePlate.js +4 -6
  188. package/components/listMenu/ListMenu.d.ts +1 -0
  189. package/components/listMenu/ListMenu.js +11 -11
  190. package/components/listMenu/ListMenuGroup.d.ts +17 -0
  191. package/components/listMenu/ListMenuGroup.js +1 -3
  192. package/components/listMenu/ListMenuHeader.d.ts +3 -1
  193. package/components/listMenu/ListMenuHeader.js +3 -5
  194. package/components/loadMore/LoadMoreButton.js +2 -5
  195. package/components/loadMore/LoadMoreProgress.js +1 -1
  196. package/components/map/components/Map.js +5 -7
  197. package/components/map/components/MapContext.d.ts +0 -1
  198. package/components/map/components/MapElements.js +1 -1
  199. package/components/map/components/MapPosition.js +3 -5
  200. package/components/map/components/MapSize.js +3 -3
  201. package/components/map/components/constants.d.ts +1 -2
  202. package/components/map/components/features/ContextMenu.d.ts +0 -2
  203. package/components/map/components/features/ContextMenu.js +3 -4
  204. package/components/map/components/features/ContextMenuItem.d.ts +0 -1
  205. package/components/map/components/features/MapSettings.d.ts +0 -1
  206. package/components/map/components/features/MapSettings.js +6 -7
  207. package/components/map/components/features/MapZoom.js +6 -9
  208. package/components/map/components/features/Route.d.ts +1 -1
  209. package/components/map/components/features/Route.js +23 -4
  210. package/components/map/components/features/basics/Circle.d.ts +0 -1
  211. package/components/map/components/features/basics/Circle.js +3 -5
  212. package/components/map/components/features/basics/InfoBubble.d.ts +0 -1
  213. package/components/map/components/features/basics/InfoBubble.js +4 -6
  214. package/components/map/components/features/basics/Marker.d.ts +2 -3
  215. package/components/map/components/features/basics/Marker.js +2 -4
  216. package/components/map/components/features/basics/Polygon.d.ts +0 -1
  217. package/components/map/components/features/basics/Polygon.js +3 -5
  218. package/components/map/components/features/basics/Polyline.d.ts +0 -1
  219. package/components/map/components/features/basics/Polyline.js +18 -7
  220. package/components/map/components/features/basics/TextMarker.js +2 -5
  221. package/components/map/components/features/layers/MapLayerGroup.js +11 -7
  222. package/components/map/components/features/layers/MapOverlayLayers.js +0 -1
  223. package/components/map/components/features/layers/MarkerLayer.js +6 -6
  224. package/components/map/components/features/layers/clustering/ClusterLayer.d.ts +0 -1
  225. package/components/map/components/features/layers/clustering/ClusterLayer.js +2 -4
  226. package/components/map/components/features/layers/clustering/SimpleClusterLayer.js +2 -4
  227. package/components/map/components/features/layers/overlayLayers/IncidentsLayer.js +13 -16
  228. package/components/map/components/features/layers/overlayLayers/Layer.d.ts +0 -1
  229. package/components/map/components/features/layers/overlayLayers/Layer.js +4 -8
  230. package/components/map/components/features/layers/overlayLayers/RoadRestrictionLayer.js +2 -5
  231. package/components/map/components/features/layers/overlayLayers/TrafficLayer.js +4 -8
  232. package/components/map/components/features/settings/MapSettingsItem.js +3 -3
  233. package/components/map/components/features/settings/MapSettingsPanel.js +2 -4
  234. package/components/map/components/features/settings/MapSettingsTile.js +9 -10
  235. package/components/map/components/features/settings/ZoomButtons.js +1 -3
  236. package/components/map/components/features/settings/builtinSettings/MapAdditionalLayerSettings.js +2 -5
  237. package/components/map/components/features/settings/builtinSettings/MapClusterSettings.js +2 -5
  238. package/components/map/components/features/settings/builtinSettings/MapLayerSettings.js +8 -13
  239. package/components/map/components/features/settings/builtinSettings/MapTypeSettings.js +3 -4
  240. package/components/map/components/features/settings/buttons/MapBoundingBoxButton.js +2 -5
  241. package/components/map/components/features/settings/buttons/MapCenterMarkerButton.js +2 -5
  242. package/components/map/components/features/settings/buttons/MapLockMarkerButton.js +2 -5
  243. package/components/map/components/features/settings/items/MapCustomerPoiSettingsItem.d.ts +0 -1
  244. package/components/map/components/features/settings/items/MapCustomerPoiSettingsItem.js +2 -4
  245. package/components/map/components/features/settings/items/MapLayerIncidentsItem.d.ts +0 -1
  246. package/components/map/components/features/settings/items/MapLayerIncidentsItem.js +2 -4
  247. package/components/map/components/features/settings/items/MapLayerRoadRestrictionsItem.d.ts +0 -1
  248. package/components/map/components/features/settings/items/MapLayerRoadRestrictionsItem.js +2 -4
  249. package/components/map/components/features/settings/items/MapLayerTrafficItem.d.ts +0 -1
  250. package/components/map/components/features/settings/items/MapLayerTrafficItem.js +2 -4
  251. package/components/map/components/features/settings/items/MapSettingsDropdownHeader.js +2 -4
  252. package/components/map/components/features/settings/items/MapWorkshopPoiSettingsItem.d.ts +0 -1
  253. package/components/map/components/features/settings/items/MapWorkshopPoiSettingsItem.js +2 -4
  254. package/components/map/icons/MapIcon.js +35 -35
  255. package/components/map/utils/clustering.d.ts +0 -1
  256. package/components/map/utils/eventHandling.d.ts +0 -1
  257. package/components/map/utils/eventHandling.js +1 -1
  258. package/components/map/utils/mapTypes.d.ts +0 -2
  259. package/components/map/utils/mapUi.d.ts +0 -1
  260. package/components/map/utils/mapUtils.d.ts +0 -1
  261. package/components/map/utils/mapUtils.js +5 -5
  262. package/components/map/utils/positions.js +2 -2
  263. package/components/map/utils/rendering.d.ts +0 -1
  264. package/components/map/utils/rendering.js +8 -10
  265. package/components/mapMarker/ClusterMapMarker.js +1 -2
  266. package/components/mapMarker/SingleMapMarker.js +4 -7
  267. package/components/menuItems/MenuItem.js +1 -1
  268. package/components/menuItems/MenuItemList.js +2 -3
  269. package/components/menuItems/MenuItems.js +1 -5
  270. package/components/navigation/AppNavigationBar.d.ts +17 -0
  271. package/components/navigation/AppNavigationBar.js +3 -4
  272. package/components/noData/NoData.js +3 -6
  273. package/components/notification/Notification.d.ts +50 -30
  274. package/components/notification/Notification.js +96 -3
  275. package/components/notification/NotificationsContainer.d.ts +2 -0
  276. package/components/notification/NotificationsContainer.js +2 -4
  277. package/components/numberControl/NumberControl.js +3 -4
  278. package/components/numberInput/NumberInput.js +4 -5
  279. package/components/onboarding/OnboardingTip.js +3 -5
  280. package/components/overlay/OverlayTrigger.js +29 -14
  281. package/components/page/Page.js +1 -3
  282. package/components/pager/Pager.js +4 -5
  283. package/components/popover/Popover.d.ts +5 -5
  284. package/components/popover/Popover.js +4 -6
  285. package/components/position/Position.js +1 -2
  286. package/components/radiobutton/RadioButton.js +3 -4
  287. package/components/releaseNotes/ReleaseNotes.js +3 -6
  288. package/components/resizer/Resizer.js +2 -3
  289. package/components/responsiveColumnStripe/ResponsiveColumnStripe.d.ts +1 -1
  290. package/components/responsiveColumnStripe/ResponsiveColumnStripe.js +8 -12
  291. package/components/rules/RuleConnector.js +2 -5
  292. package/components/rules/RuleContainer.js +4 -6
  293. package/components/rules/RulesWrapper.js +3 -9
  294. package/components/saveableInput/SaveableInput.js +4 -6
  295. package/components/selects/BaseSelectDropdown.js +9 -9
  296. package/components/selects/ClearButton.js +1 -3
  297. package/components/selects/DropdownHeader.js +1 -3
  298. package/components/selects/Multiselect.js +7 -9
  299. package/components/selects/MultiselectToggleCounter.js +1 -3
  300. package/components/selects/MultiselectToggleFilter.js +0 -2
  301. package/components/selects/MultiselectTogglePlaceholder.js +1 -3
  302. package/components/selects/MultiselectToggleSelection.js +5 -7
  303. package/components/selects/NoItemMessage.js +1 -3
  304. package/components/selects/Select.js +5 -7
  305. package/components/selects/SelectFilter.js +0 -2
  306. package/components/selects/SelectedOption.js +6 -8
  307. package/components/selects/WithFeedbackAndAddon.js +1 -3
  308. package/components/sidebars/Sidebar.js +8 -10
  309. package/components/sidebars/SidebarBackdrop.js +0 -1
  310. package/components/sidebars/SidebarCloseButton.js +1 -2
  311. package/components/sidebars/SidebarFooter.js +1 -3
  312. package/components/sidebars/SidebarFullscreenToggle.js +2 -3
  313. package/components/slider/RangeSlider.js +2 -3
  314. package/components/slider/Slider.js +2 -3
  315. package/components/smoothScrollbars/SmoothScrollbars.d.ts +1 -1
  316. package/components/smoothScrollbars/SmoothScrollbars.js +7 -7
  317. package/components/spinner/Spinner.js +6 -9
  318. package/components/states/BaseStateProps.js +1 -2
  319. package/components/states/CustomState.js +12 -15
  320. package/components/states/EmptyState.js +2 -5
  321. package/components/states/ErrorState.js +2 -5
  322. package/components/states/ForbiddenState.js +2 -5
  323. package/components/states/MaintenanceState.js +2 -5
  324. package/components/states/NotBookedState.js +4 -7
  325. package/components/states/NotFoundState.js +2 -5
  326. package/components/states/StateButton.js +2 -4
  327. package/components/states/StateIcon.js +0 -1
  328. package/components/statsWidget/StatsWidget.d.ts +4 -4
  329. package/components/statsWidget/StatsWidget.js +3 -6
  330. package/components/statsWidget/StatsWidgetBody.js +2 -5
  331. package/components/statsWidget/StatsWidgetFooter.js +2 -5
  332. package/components/statsWidget/StatsWidgetHeader.js +2 -5
  333. package/components/statsWidget/StatsWidgetNumber.js +2 -5
  334. package/components/statsWidget/StatsWidgetSpacer.js +2 -4
  335. package/components/statsWidget/StatsWidgets.js +2 -5
  336. package/components/statusBar/StatusBar.js +3 -5
  337. package/components/statusBar/StatusBarIcon.js +2 -5
  338. package/components/statusBar/StatusBarLabel.js +2 -5
  339. package/components/statusBar/StatusBarProgressBar.js +2 -3
  340. package/components/steppedProgressBar/SteppedProgressBar.js +1 -1
  341. package/components/switch/Switch.d.ts +4 -6
  342. package/components/switch/Switch.js +2 -3
  343. package/components/table/SortArrowDown.js +0 -1
  344. package/components/table/SortArrowUp.js +0 -1
  345. package/components/table/SortArrows.js +0 -1
  346. package/components/table/TableCardsSorting.js +1 -1
  347. package/components/table/TableSearch.js +2 -4
  348. package/components/table/TableSettingsColumnButtons.js +3 -4
  349. package/components/table/TableSettingsColumnDetails.js +1 -3
  350. package/components/table/TableSettingsDialog.js +8 -6
  351. package/components/table/TableSettingsDialog.types.d.ts +0 -1
  352. package/components/table/TableSettingsDialogFooter.js +1 -3
  353. package/components/table/TableSettingsListContainer.js +1 -1
  354. package/components/table/TableSettingsListItem.js +2 -4
  355. package/components/table/TableToolbar.js +1 -3
  356. package/components/table/TableViewToggles.js +4 -5
  357. package/components/tag/Tag.js +2 -3
  358. package/components/tag/TagList.js +3 -6
  359. package/components/tagManager/CustomSuggestionItem.js +1 -3
  360. package/components/tagManager/TagManager.js +2 -3
  361. package/components/tagManager/TagManagerItemList.js +3 -4
  362. package/components/teaser/Teaser.js +11 -15
  363. package/components/teaser/TeaserContainer.js +3 -3
  364. package/components/timepicker/TimePicker.js +3 -4
  365. package/components/tooltip/SimpleTooltip.js +2 -5
  366. package/components/tooltip/Tooltip.js +2 -3
  367. package/components/video/ResponsiveVideo.js +1 -2
  368. package/components/virtualList/VirtualList.d.ts +59 -0
  369. package/components/virtualList/VirtualList.js +140 -0
  370. package/components/virtualList/VirtualListItemWrapper.d.ts +10 -0
  371. package/components/virtualList/VirtualListItemWrapper.js +13 -0
  372. package/components/virtualList/useVirtualListResizeObserver.d.ts +2 -0
  373. package/components/virtualList/useVirtualListResizeObserver.js +44 -0
  374. package/hooks/useClickOutside.d.ts +4 -3
  375. package/hooks/useClickOutside.js +10 -4
  376. package/hooks/useClipboard.js +1 -1
  377. package/hooks/useDebugInfo.js +6 -3
  378. package/hooks/useFocusTrap.js +7 -7
  379. package/hooks/useFullscreen.js +8 -9
  380. package/hooks/useHover.d.ts +2 -2
  381. package/hooks/useInterval.js +1 -1
  382. package/hooks/useKey.d.ts +1 -1
  383. package/hooks/useMutationObserver.js +1 -1
  384. package/hooks/usePostMessage.d.ts +1 -1
  385. package/hooks/useResizeObserver.js +3 -4
  386. package/hooks/useStorage.d.ts +2 -3
  387. package/hooks/useTimeout.js +2 -2
  388. package/hooks/useToggle.d.ts +13 -0
  389. package/hooks/useToggle.js +31 -0
  390. package/hooks/useUncontrollable.js +7 -4
  391. package/lib/es/AccentBar.d.ts +2 -0
  392. package/lib/es/AccentBar.js +7 -0
  393. package/lib/es/Avatar.d.ts +2 -0
  394. package/lib/es/Avatar.js +7 -0
  395. package/lib/es/AvatarGroup.d.ts +2 -0
  396. package/lib/es/AvatarGroup.js +7 -0
  397. package/lib/es/Banner.d.ts +2 -0
  398. package/lib/es/Banner.js +7 -0
  399. package/lib/es/ButtonToolbar.d.ts +2 -0
  400. package/lib/es/ButtonToolbar.js +7 -0
  401. package/lib/es/Card.d.ts +2 -0
  402. package/lib/es/Card.js +7 -0
  403. package/lib/es/Colors.js +2 -4
  404. package/lib/es/DateRangePicker.js +2 -2
  405. package/lib/es/FormLabel.d.ts +2 -0
  406. package/lib/es/FormLabel.js +7 -0
  407. package/lib/es/LabeledElement.d.ts +2 -0
  408. package/lib/es/LabeledElement.js +7 -0
  409. package/lib/es/StatsWidgets.js +2 -4
  410. package/lib/es/StepButton.d.ts +2 -0
  411. package/lib/es/{Onboarding.js → StepButton.js} +3 -3
  412. package/lib/es/TagList.js +2 -4
  413. package/lib/es/VirtualList.d.ts +2 -0
  414. package/lib/es/VirtualList.js +7 -0
  415. package/lib/es/components/accentBar/AccentBar.d.ts +21 -0
  416. package/lib/es/components/accentBar/AccentBar.js +15 -0
  417. package/lib/es/components/actionBarItem/ActionBarItem.d.ts +2 -6
  418. package/lib/es/components/actionBarItem/ActionBarItem.js +6 -6
  419. package/lib/es/components/actionBarItem/ActionBarItemIcon.d.ts +2 -2
  420. package/lib/es/components/actionBarItem/ActionBarItemIcon.js +2 -2
  421. package/lib/es/components/actionBarItem/ActionBarItemList.js +2 -5
  422. package/lib/es/components/actionBarItem/ActionBarItemListItem.js +2 -4
  423. package/lib/es/components/actionBarItem/ActionBarItemListSeparator.js +2 -5
  424. package/lib/es/components/actionBarItem/ActionBarItemPopoverContent.js +2 -5
  425. package/lib/es/components/actionBarItem/ActionBarOverlay.d.ts +1 -1
  426. package/lib/es/components/actionBarItem/ActionBarOverlay.js +3 -3
  427. package/lib/es/components/activity/Activity.js +2 -2
  428. package/lib/es/components/animatedNumber/AnimatedNumber.d.ts +6 -6
  429. package/lib/es/components/animatedNumber/AnimatedNumber.js +2 -2
  430. package/lib/es/components/applicationHeader/AppMenu.js +3 -5
  431. package/lib/es/components/applicationHeader/AppMenuContent.js +2 -4
  432. package/lib/es/components/applicationHeader/AppMenuDropdown.js +4 -4
  433. package/lib/es/components/applicationHeader/ApplicationActionBar.js +4 -7
  434. package/lib/es/components/applicationHeader/ApplicationHeader.js +4 -4
  435. package/lib/es/components/applicationHeader/CollapsedNavItem.js +3 -3
  436. package/lib/es/components/applicationHeader/MobileAppMenu.js +2 -2
  437. package/lib/es/components/applicationHeader/MobileHeaderModal.js +2 -2
  438. package/lib/es/components/applicationHeader/MobileSubmoduleNavigation.js +3 -3
  439. package/lib/es/components/applicationHeader/NavItems.js +2 -2
  440. package/lib/es/components/applicationLayout/ApplicationLayout.js +2 -3
  441. package/lib/es/components/applicationLayout/ApplicationLayoutBody.d.ts +1 -1
  442. package/lib/es/components/applicationLayout/ApplicationLayoutBody.js +9 -8
  443. package/lib/es/components/applicationLayout/ApplicationLayoutBodyBanner.d.ts +1 -1
  444. package/lib/es/components/applicationLayout/ApplicationLayoutBodyBanner.js +2 -2
  445. package/lib/es/components/applicationLayout/ApplicationLayoutBodyBottomBar.js +2 -2
  446. package/lib/es/components/applicationLayout/ApplicationLayoutBodyNavigation.d.ts +1 -1
  447. package/lib/es/components/applicationLayout/ApplicationLayoutBodyNavigation.js +2 -2
  448. package/lib/es/components/applicationLayout/ApplicationLayoutHeader.d.ts +1 -1
  449. package/lib/es/components/applicationLayout/ApplicationLayoutHeader.js +2 -2
  450. package/lib/es/components/applicationLayout/ApplicationLayoutSidebar.d.ts +1 -1
  451. package/lib/es/components/applicationLayout/ApplicationLayoutSidebar.js +2 -2
  452. package/lib/es/components/applicationLayout/SubNavigation.js +2 -2
  453. package/lib/es/components/aspectRatioPlaceholder/AspectRatioPlaceholder.js +1 -3
  454. package/lib/es/components/assetTree/AssetTree.d.ts +1 -1
  455. package/lib/es/components/assetTree/AssetTree.js +4 -4
  456. package/lib/es/components/assetTree/Tree.d.ts +2 -2
  457. package/lib/es/components/assetTree/Tree.js +9 -11
  458. package/lib/es/components/assetTree/TreeLeaf.js +1 -1
  459. package/lib/es/components/assetTree/TreeLeafList.js +0 -2
  460. package/lib/es/components/assetTree/TreeNode.js +1 -1
  461. package/lib/es/components/assetTree/TreeNodeContainer.js +1 -3
  462. package/lib/es/components/assetTree/TreeNothingFound.js +2 -2
  463. package/lib/es/components/assetTree/TreeOption.js +2 -4
  464. package/lib/es/components/assetTree/TreeOptions.js +3 -5
  465. package/lib/es/components/assetTree/TreeRoot.js +1 -3
  466. package/lib/es/components/assetTree/TreeSearch.js +1 -1
  467. package/lib/es/components/assetTree/TreeSelectAll.js +1 -3
  468. package/lib/es/components/assetTree/TreeSidebar.js +2 -2
  469. package/lib/es/components/assetTree/TreeSidebarCategories.js +2 -4
  470. package/lib/es/components/assetTree/TreeSummary.js +1 -1
  471. package/lib/es/components/assetTree/TreeSummaryRow.js +1 -3
  472. package/lib/es/components/assetTree/TypeCounter.js +2 -2
  473. package/lib/es/components/assetTree/treeReducer.js +8 -8
  474. package/lib/es/components/assetTree/treeUtils.d.ts +0 -2
  475. package/lib/es/components/assetTree/treeUtils.js +14 -11
  476. package/lib/es/components/autosuggest/AutoSuggest.js +12 -15
  477. package/lib/es/components/autosuggest/AutoSuggestAddons.js +1 -3
  478. package/lib/es/components/autosuggest/DropdownSpinner.js +1 -2
  479. package/lib/es/components/autosuggest/NoItemMessage.js +1 -3
  480. package/lib/es/components/avatar/Avatar.d.ts +54 -0
  481. package/lib/es/components/avatar/Avatar.js +30 -0
  482. package/lib/es/components/avatar/AvatarContent.d.ts +10 -0
  483. package/lib/es/components/avatar/AvatarContent.js +22 -0
  484. package/lib/es/components/avatar/AvatarGroup.d.ts +15 -0
  485. package/lib/es/components/avatar/AvatarGroup.js +26 -0
  486. package/lib/es/components/banner/Banner.d.ts +66 -0
  487. package/lib/es/components/banner/Banner.js +52 -0
  488. package/lib/es/components/banner/BannerActions.d.ts +9 -0
  489. package/lib/es/components/banner/BannerActions.js +7 -0
  490. package/lib/es/components/banner/BannerContent.d.ts +25 -0
  491. package/lib/es/components/banner/BannerContent.js +19 -0
  492. package/lib/es/components/banner/BannerIcon.d.ts +9 -0
  493. package/lib/es/components/banner/BannerIcon.js +7 -0
  494. package/lib/es/components/banner/BannerPage.d.ts +9 -0
  495. package/lib/es/components/banner/BannerPage.js +7 -0
  496. package/lib/es/components/bottomSheet/BottomSheet.d.ts +2 -2
  497. package/lib/es/components/bottomSheet/BottomSheet.js +5 -5
  498. package/lib/es/components/bottomSheet/TimedBottomSheet.js +3 -3
  499. package/lib/es/components/button/Button.d.ts +2 -0
  500. package/lib/es/components/button/Button.js +4 -4
  501. package/lib/es/components/button/ButtonToolbar.d.ts +13 -0
  502. package/lib/es/components/button/ButtonToolbar.js +11 -0
  503. package/lib/es/components/button/StepButton.d.ts +12 -0
  504. package/lib/es/components/button/StepButton.js +11 -0
  505. package/lib/es/components/button/ToggleButton.js +1 -3
  506. package/lib/es/components/calendarStripe/CalendarStripe.js +1 -1
  507. package/lib/es/components/card/Card.d.ts +21 -0
  508. package/lib/es/components/card/Card.js +11 -0
  509. package/lib/es/components/carousel/Carousel.d.ts +4 -6
  510. package/lib/es/components/charts/AreaChart.js +6 -8
  511. package/lib/es/components/charts/AreaGradient.js +1 -2
  512. package/lib/es/components/charts/BarChart.js +13 -11
  513. package/lib/es/components/charts/ChartGrid.js +0 -1
  514. package/lib/es/components/charts/ChartLabel.d.ts +0 -1
  515. package/lib/es/components/charts/ChartNeedle.js +13 -4
  516. package/lib/es/components/charts/ComposedChart.js +13 -15
  517. package/lib/es/components/charts/Legend.js +0 -2
  518. package/lib/es/components/charts/LineChart.js +7 -9
  519. package/lib/es/components/charts/PieChart.js +6 -8
  520. package/lib/es/components/charts/RadialBarChart.js +5 -7
  521. package/lib/es/components/charts/ReferenceLine.js +3 -6
  522. package/lib/es/components/charts/ResponsiveContainer.js +0 -1
  523. package/lib/es/components/charts/XAxis.js +2 -2
  524. package/lib/es/components/charts/YAxis.d.ts +0 -1
  525. package/lib/es/components/charts/chartHelper.d.ts +2 -2
  526. package/lib/es/components/charts/chartHelper.js +1 -1
  527. package/lib/es/components/checkbox/Checkbox.js +4 -6
  528. package/lib/es/components/checkbox/CheckboxIcon.js +1 -1
  529. package/lib/es/components/clearableInput/ClearableInput.js +18 -6
  530. package/lib/es/components/collapse/Collapse.d.ts +1 -1
  531. package/lib/es/components/collapse/Collapse.js +1 -3
  532. package/lib/es/components/contentLoader/ContentLoader.js +2 -4
  533. package/lib/es/components/dataTabs/DataTab.js +3 -6
  534. package/lib/es/components/dataTabs/DataTabHeader.js +1 -1
  535. package/lib/es/components/dataTabs/DataTabs.js +7 -8
  536. package/lib/es/components/datepicker/DatePicker.d.ts +16 -16
  537. package/lib/es/components/datepicker/DatePicker.js +3 -3
  538. package/lib/es/components/datepicker/DateRangePicker.d.ts +55 -55
  539. package/lib/es/components/datepicker/DateRangePicker.js +28 -14
  540. package/lib/es/components/dialog/ConfirmationDialog.js +3 -5
  541. package/lib/es/components/dialog/Dialog.d.ts +2 -2
  542. package/lib/es/components/dialog/Dialog.js +12 -11
  543. package/lib/es/components/dialog/DialogBody.js +2 -5
  544. package/lib/es/components/dialog/DialogFooter.js +2 -4
  545. package/lib/es/components/dialog/DialogHeader.js +2 -2
  546. package/lib/es/components/dialog/FrameDialog.js +2 -2
  547. package/lib/es/components/dialog/InfoDialog.js +2 -4
  548. package/lib/es/components/dialog/MediaDialog.js +6 -7
  549. package/lib/es/components/dialog/OnboardingDialog.js +2 -4
  550. package/lib/es/components/dialog/ReleaseNotesDialog.js +1 -3
  551. package/lib/es/components/dialog/SaveDialog.js +3 -5
  552. package/lib/es/components/dialog/SimpleDialog.js +2 -4
  553. package/lib/es/components/dialog/SplitDialog.js +3 -5
  554. package/lib/es/components/divider/Divider.js +3 -5
  555. package/lib/es/components/dropdown/ButtonDropdown.d.ts +1 -1
  556. package/lib/es/components/dropdown/ButtonDropdown.js +11 -10
  557. package/lib/es/components/dropdown/Caret.js +0 -2
  558. package/lib/es/components/dropdown/DropdownSubmenu.js +2 -2
  559. package/lib/es/components/dropdown/DropdownToggleButton.js +2 -2
  560. package/lib/es/components/dropdown/SimpleButtonDropdown.js +1 -3
  561. package/lib/es/components/dropdown/SingleButtonDropdown.js +1 -3
  562. package/lib/es/components/dropdown/SplitButtonDropdown.js +1 -3
  563. package/lib/es/components/dropdown/SplitCaretButton.js +2 -2
  564. package/lib/es/components/editableContent/EditableContent.js +6 -8
  565. package/lib/es/components/expander/ExpanderList.js +5 -5
  566. package/lib/es/components/expander/ExpanderPanel.js +2 -2
  567. package/lib/es/components/fade/Fade.js +2 -2
  568. package/lib/es/components/fade/FadeExpander.js +2 -2
  569. package/lib/es/components/fade/FadeUp.js +2 -2
  570. package/lib/es/components/feedback/FeedbackInlineButtons.js +2 -5
  571. package/lib/es/components/feedback/FeedbackRating.js +4 -5
  572. package/lib/es/components/feedback/FeedbackReactions.js +4 -4
  573. package/lib/es/components/filepicker/FilePicker.js +5 -5
  574. package/lib/es/components/formLabel/FormLabel.d.ts +13 -0
  575. package/lib/es/components/formLabel/FormLabel.js +20 -0
  576. package/lib/es/components/formLabel/LabeledElement.d.ts +28 -0
  577. package/lib/es/components/formLabel/LabeledElement.js +14 -0
  578. package/lib/es/components/groupedItemList/GroupedItemList.js +2 -5
  579. package/lib/es/components/licensePlate/LicensePlate.js +4 -6
  580. package/lib/es/components/listMenu/ListMenu.d.ts +1 -0
  581. package/lib/es/components/listMenu/ListMenu.js +11 -10
  582. package/lib/es/components/listMenu/ListMenuGroup.d.ts +17 -0
  583. package/lib/es/components/listMenu/ListMenuGroup.js +1 -3
  584. package/lib/es/components/listMenu/ListMenuHeader.d.ts +3 -1
  585. package/lib/es/components/listMenu/ListMenuHeader.js +2 -4
  586. package/lib/es/components/loadMore/LoadMoreButton.js +2 -4
  587. package/lib/es/components/loadMore/LoadMoreProgress.js +1 -1
  588. package/lib/es/components/map/components/Map.js +5 -7
  589. package/lib/es/components/map/components/MapContext.d.ts +0 -1
  590. package/lib/es/components/map/components/MapElements.js +1 -1
  591. package/lib/es/components/map/components/MapPosition.js +3 -5
  592. package/lib/es/components/map/components/MapSize.js +3 -3
  593. package/lib/es/components/map/components/constants.d.ts +1 -2
  594. package/lib/es/components/map/components/features/ContextMenu.d.ts +0 -2
  595. package/lib/es/components/map/components/features/ContextMenu.js +3 -4
  596. package/lib/es/components/map/components/features/ContextMenuItem.d.ts +0 -1
  597. package/lib/es/components/map/components/features/MapSettings.d.ts +0 -1
  598. package/lib/es/components/map/components/features/MapSettings.js +6 -7
  599. package/lib/es/components/map/components/features/MapZoom.js +6 -9
  600. package/lib/es/components/map/components/features/Route.d.ts +1 -1
  601. package/lib/es/components/map/components/features/Route.js +24 -5
  602. package/lib/es/components/map/components/features/basics/Circle.d.ts +0 -1
  603. package/lib/es/components/map/components/features/basics/Circle.js +3 -5
  604. package/lib/es/components/map/components/features/basics/InfoBubble.d.ts +0 -1
  605. package/lib/es/components/map/components/features/basics/InfoBubble.js +4 -6
  606. package/lib/es/components/map/components/features/basics/Marker.d.ts +2 -3
  607. package/lib/es/components/map/components/features/basics/Marker.js +2 -4
  608. package/lib/es/components/map/components/features/basics/Polygon.d.ts +0 -1
  609. package/lib/es/components/map/components/features/basics/Polygon.js +3 -5
  610. package/lib/es/components/map/components/features/basics/Polyline.d.ts +0 -1
  611. package/lib/es/components/map/components/features/basics/Polyline.js +18 -7
  612. package/lib/es/components/map/components/features/basics/TextMarker.js +2 -4
  613. package/lib/es/components/map/components/features/layers/MapLayerGroup.js +11 -7
  614. package/lib/es/components/map/components/features/layers/MapOverlayLayers.js +0 -1
  615. package/lib/es/components/map/components/features/layers/MarkerLayer.js +6 -5
  616. package/lib/es/components/map/components/features/layers/clustering/ClusterLayer.d.ts +0 -1
  617. package/lib/es/components/map/components/features/layers/clustering/ClusterLayer.js +2 -4
  618. package/lib/es/components/map/components/features/layers/clustering/SimpleClusterLayer.js +2 -3
  619. package/lib/es/components/map/components/features/layers/overlayLayers/IncidentsLayer.js +13 -16
  620. package/lib/es/components/map/components/features/layers/overlayLayers/Layer.d.ts +0 -1
  621. package/lib/es/components/map/components/features/layers/overlayLayers/Layer.js +4 -8
  622. package/lib/es/components/map/components/features/layers/overlayLayers/RoadRestrictionLayer.js +2 -5
  623. package/lib/es/components/map/components/features/layers/overlayLayers/TrafficLayer.js +4 -8
  624. package/lib/es/components/map/components/features/settings/MapSettingsItem.js +3 -3
  625. package/lib/es/components/map/components/features/settings/MapSettingsPanel.js +2 -4
  626. package/lib/es/components/map/components/features/settings/MapSettingsTile.js +9 -9
  627. package/lib/es/components/map/components/features/settings/ZoomButtons.js +1 -3
  628. package/lib/es/components/map/components/features/settings/builtinSettings/MapAdditionalLayerSettings.js +2 -4
  629. package/lib/es/components/map/components/features/settings/builtinSettings/MapClusterSettings.js +2 -4
  630. package/lib/es/components/map/components/features/settings/builtinSettings/MapLayerSettings.js +8 -12
  631. package/lib/es/components/map/components/features/settings/builtinSettings/MapTypeSettings.js +3 -3
  632. package/lib/es/components/map/components/features/settings/buttons/MapBoundingBoxButton.js +2 -4
  633. package/lib/es/components/map/components/features/settings/buttons/MapCenterMarkerButton.js +2 -4
  634. package/lib/es/components/map/components/features/settings/buttons/MapLockMarkerButton.js +2 -4
  635. package/lib/es/components/map/components/features/settings/items/MapCustomerPoiSettingsItem.d.ts +0 -1
  636. package/lib/es/components/map/components/features/settings/items/MapCustomerPoiSettingsItem.js +2 -3
  637. package/lib/es/components/map/components/features/settings/items/MapLayerIncidentsItem.d.ts +0 -1
  638. package/lib/es/components/map/components/features/settings/items/MapLayerIncidentsItem.js +2 -3
  639. package/lib/es/components/map/components/features/settings/items/MapLayerRoadRestrictionsItem.d.ts +0 -1
  640. package/lib/es/components/map/components/features/settings/items/MapLayerRoadRestrictionsItem.js +2 -3
  641. package/lib/es/components/map/components/features/settings/items/MapLayerTrafficItem.d.ts +0 -1
  642. package/lib/es/components/map/components/features/settings/items/MapLayerTrafficItem.js +2 -3
  643. package/lib/es/components/map/components/features/settings/items/MapSettingsDropdownHeader.js +2 -3
  644. package/lib/es/components/map/components/features/settings/items/MapWorkshopPoiSettingsItem.d.ts +0 -1
  645. package/lib/es/components/map/components/features/settings/items/MapWorkshopPoiSettingsItem.js +2 -3
  646. package/lib/es/components/map/icons/MapIcon.js +35 -35
  647. package/lib/es/components/map/utils/clustering.d.ts +0 -1
  648. package/lib/es/components/map/utils/eventHandling.d.ts +0 -1
  649. package/lib/es/components/map/utils/eventHandling.js +1 -1
  650. package/lib/es/components/map/utils/mapTypes.d.ts +0 -2
  651. package/lib/es/components/map/utils/mapUi.d.ts +0 -1
  652. package/lib/es/components/map/utils/mapUtils.d.ts +0 -1
  653. package/lib/es/components/map/utils/mapUtils.js +5 -5
  654. package/lib/es/components/map/utils/positions.js +2 -2
  655. package/lib/es/components/map/utils/rendering.d.ts +0 -1
  656. package/lib/es/components/map/utils/rendering.js +8 -10
  657. package/lib/es/components/mapMarker/ClusterMapMarker.js +1 -2
  658. package/lib/es/components/mapMarker/SingleMapMarker.js +4 -7
  659. package/lib/es/components/menuItems/MenuItem.js +1 -1
  660. package/lib/es/components/menuItems/MenuItemList.js +2 -2
  661. package/lib/es/components/menuItems/MenuItems.js +1 -5
  662. package/lib/es/components/navigation/AppNavigationBar.d.ts +17 -0
  663. package/lib/es/components/navigation/AppNavigationBar.js +3 -3
  664. package/lib/es/components/noData/NoData.js +3 -5
  665. package/lib/es/components/notification/Notification.d.ts +50 -30
  666. package/lib/es/components/notification/Notification.js +99 -4
  667. package/lib/es/components/notification/NotificationsContainer.d.ts +2 -0
  668. package/lib/es/components/notification/NotificationsContainer.js +2 -4
  669. package/lib/es/components/numberControl/NumberControl.js +3 -3
  670. package/lib/es/components/numberInput/NumberInput.js +4 -4
  671. package/lib/es/components/onboarding/OnboardingTip.js +3 -5
  672. package/lib/es/components/overlay/OverlayTrigger.js +29 -14
  673. package/lib/es/components/page/Page.js +1 -3
  674. package/lib/es/components/pager/Pager.js +4 -4
  675. package/lib/es/components/popover/Popover.d.ts +5 -5
  676. package/lib/es/components/popover/Popover.js +4 -5
  677. package/lib/es/components/position/Position.js +1 -2
  678. package/lib/es/components/radiobutton/RadioButton.js +3 -3
  679. package/lib/es/components/releaseNotes/ReleaseNotes.js +3 -5
  680. package/lib/es/components/resizer/Resizer.js +2 -2
  681. package/lib/es/components/responsiveColumnStripe/ResponsiveColumnStripe.d.ts +1 -1
  682. package/lib/es/components/responsiveColumnStripe/ResponsiveColumnStripe.js +8 -11
  683. package/lib/es/components/rules/RuleConnector.js +2 -4
  684. package/lib/es/components/rules/RuleContainer.js +4 -5
  685. package/lib/es/components/rules/RulesWrapper.js +3 -9
  686. package/lib/es/components/saveableInput/SaveableInput.js +4 -5
  687. package/lib/es/components/selects/BaseSelectDropdown.js +8 -8
  688. package/lib/es/components/selects/ClearButton.js +1 -3
  689. package/lib/es/components/selects/DropdownHeader.js +1 -3
  690. package/lib/es/components/selects/Multiselect.js +7 -8
  691. package/lib/es/components/selects/MultiselectToggleCounter.js +1 -3
  692. package/lib/es/components/selects/MultiselectToggleFilter.js +0 -2
  693. package/lib/es/components/selects/MultiselectTogglePlaceholder.js +1 -3
  694. package/lib/es/components/selects/MultiselectToggleSelection.js +5 -7
  695. package/lib/es/components/selects/NoItemMessage.js +1 -3
  696. package/lib/es/components/selects/Select.js +5 -6
  697. package/lib/es/components/selects/SelectFilter.js +0 -2
  698. package/lib/es/components/selects/SelectedOption.js +5 -7
  699. package/lib/es/components/selects/WithFeedbackAndAddon.js +1 -3
  700. package/lib/es/components/sidebars/Sidebar.js +8 -9
  701. package/lib/es/components/sidebars/SidebarBackdrop.js +0 -1
  702. package/lib/es/components/sidebars/SidebarCloseButton.js +1 -2
  703. package/lib/es/components/sidebars/SidebarFooter.js +1 -3
  704. package/lib/es/components/sidebars/SidebarFullscreenToggle.js +2 -3
  705. package/lib/es/components/slider/RangeSlider.js +2 -2
  706. package/lib/es/components/slider/Slider.js +2 -2
  707. package/lib/es/components/smoothScrollbars/SmoothScrollbars.d.ts +1 -1
  708. package/lib/es/components/smoothScrollbars/SmoothScrollbars.js +7 -7
  709. package/lib/es/components/spinner/Spinner.js +6 -8
  710. package/lib/es/components/states/BaseStateProps.js +0 -2
  711. package/lib/es/components/states/CustomState.js +12 -14
  712. package/lib/es/components/states/EmptyState.js +2 -4
  713. package/lib/es/components/states/ErrorState.js +2 -4
  714. package/lib/es/components/states/ForbiddenState.js +2 -4
  715. package/lib/es/components/states/MaintenanceState.js +2 -4
  716. package/lib/es/components/states/NotBookedState.js +3 -5
  717. package/lib/es/components/states/NotFoundState.js +2 -4
  718. package/lib/es/components/states/StateButton.js +2 -4
  719. package/lib/es/components/states/StateIcon.js +0 -1
  720. package/lib/es/components/statsWidget/StatsWidget.d.ts +4 -4
  721. package/lib/es/components/statsWidget/StatsWidget.js +3 -5
  722. package/lib/es/components/statsWidget/StatsWidgetBody.js +2 -4
  723. package/lib/es/components/statsWidget/StatsWidgetFooter.js +2 -4
  724. package/lib/es/components/statsWidget/StatsWidgetHeader.js +2 -4
  725. package/lib/es/components/statsWidget/StatsWidgetNumber.js +2 -4
  726. package/lib/es/components/statsWidget/StatsWidgetSpacer.js +2 -3
  727. package/lib/es/components/statsWidget/StatsWidgets.js +2 -4
  728. package/lib/es/components/statusBar/StatusBar.js +3 -5
  729. package/lib/es/components/statusBar/StatusBarIcon.js +2 -5
  730. package/lib/es/components/statusBar/StatusBarLabel.js +2 -5
  731. package/lib/es/components/statusBar/StatusBarProgressBar.js +2 -3
  732. package/lib/es/components/steppedProgressBar/SteppedProgressBar.js +1 -1
  733. package/lib/es/components/switch/Switch.d.ts +4 -6
  734. package/lib/es/components/switch/Switch.js +2 -2
  735. package/lib/es/components/table/SortArrowDown.js +0 -1
  736. package/lib/es/components/table/SortArrowUp.js +0 -1
  737. package/lib/es/components/table/SortArrows.js +0 -1
  738. package/lib/es/components/table/TableCardsSorting.js +1 -1
  739. package/lib/es/components/table/TableSearch.js +2 -3
  740. package/lib/es/components/table/TableSettingsColumnButtons.js +3 -4
  741. package/lib/es/components/table/TableSettingsColumnDetails.js +1 -3
  742. package/lib/es/components/table/TableSettingsDialog.js +8 -6
  743. package/lib/es/components/table/TableSettingsDialog.types.d.ts +0 -1
  744. package/lib/es/components/table/TableSettingsDialogFooter.js +1 -3
  745. package/lib/es/components/table/TableSettingsListContainer.js +1 -1
  746. package/lib/es/components/table/TableSettingsListItem.js +2 -4
  747. package/lib/es/components/table/TableToolbar.js +1 -3
  748. package/lib/es/components/table/TableViewToggles.js +4 -4
  749. package/lib/es/components/tag/Tag.js +2 -2
  750. package/lib/es/components/tag/TagList.js +3 -5
  751. package/lib/es/components/tagManager/CustomSuggestionItem.js +1 -3
  752. package/lib/es/components/tagManager/TagManager.js +2 -2
  753. package/lib/es/components/tagManager/TagManagerItemList.js +3 -4
  754. package/lib/es/components/teaser/Teaser.js +11 -15
  755. package/lib/es/components/teaser/TeaserContainer.js +3 -3
  756. package/lib/es/components/timepicker/TimePicker.js +3 -3
  757. package/lib/es/components/tooltip/SimpleTooltip.js +2 -4
  758. package/lib/es/components/tooltip/Tooltip.js +2 -2
  759. package/lib/es/components/video/ResponsiveVideo.js +1 -2
  760. package/lib/es/components/virtualList/VirtualList.d.ts +59 -0
  761. package/lib/es/components/virtualList/VirtualList.js +145 -0
  762. package/lib/es/components/virtualList/VirtualListItemWrapper.d.ts +10 -0
  763. package/lib/es/components/virtualList/VirtualListItemWrapper.js +16 -0
  764. package/lib/es/components/virtualList/useVirtualListResizeObserver.d.ts +2 -0
  765. package/lib/es/components/virtualList/useVirtualListResizeObserver.js +46 -0
  766. package/lib/es/hooks/useClickOutside.d.ts +4 -3
  767. package/lib/es/hooks/useClickOutside.js +11 -5
  768. package/lib/es/hooks/useClipboard.js +1 -1
  769. package/lib/es/hooks/useDebugInfo.js +6 -3
  770. package/lib/es/hooks/useFocusTrap.js +7 -7
  771. package/lib/es/hooks/useFullscreen.js +8 -8
  772. package/lib/es/hooks/useHover.d.ts +2 -2
  773. package/lib/es/hooks/useInterval.js +1 -1
  774. package/lib/es/hooks/useKey.d.ts +1 -1
  775. package/lib/es/hooks/useMutationObserver.js +1 -1
  776. package/lib/es/hooks/usePostMessage.d.ts +1 -1
  777. package/lib/es/hooks/useResizeObserver.js +3 -4
  778. package/lib/es/hooks/useStorage.d.ts +2 -3
  779. package/lib/es/hooks/useTimeout.js +2 -2
  780. package/lib/es/hooks/useToggle.d.ts +13 -0
  781. package/lib/es/hooks/useToggle.js +33 -0
  782. package/lib/es/hooks/useUncontrollable.js +10 -8
  783. package/lib/es/styles/variables/colors/colors.json +7 -1
  784. package/lib/es/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.d.ts +7 -7
  785. package/lib/es/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.js +2 -2
  786. package/lib/es/useAfterMount.js +2 -4
  787. package/lib/es/useClipboard.js +2 -4
  788. package/lib/es/useDarkMode.js +2 -4
  789. package/lib/es/useDebugInfo.js +2 -4
  790. package/lib/es/useEffectOnce.js +2 -4
  791. package/lib/es/useElementSize.js +2 -4
  792. package/lib/es/useEsc.js +2 -4
  793. package/lib/es/useEvent.js +2 -4
  794. package/lib/es/useFocusTrap.js +2 -4
  795. package/lib/es/useFullscreen.js +2 -4
  796. package/lib/es/useHover.js +2 -4
  797. package/lib/es/useInterval.js +2 -4
  798. package/lib/es/useKey.js +2 -4
  799. package/lib/es/useToggle.d.ts +2 -0
  800. package/lib/es/useToggle.js +7 -0
  801. package/lib/es/utils/colorScheme.js +2 -3
  802. package/lib/es/utils/darkModeCDN.js +1 -1
  803. package/lib/es/utils/deviceUtils.js +5 -6
  804. package/lib/es/utils/init/checkForReleaseVersion.d.ts +1 -0
  805. package/lib/es/utils/init/checkForReleaseVersion.js +21 -0
  806. package/lib/es/utils/init/doNotUseTailwind.d.ts +1 -0
  807. package/lib/es/utils/init/doNotUseTailwind.js +57 -0
  808. package/lib/es/utils/init/initCSS.js +1 -2
  809. package/lib/es/utils/init/initDocumentBootstrapping.js +23 -27
  810. package/lib/es/utils/init/styledLogs.d.ts +3 -0
  811. package/lib/es/utils/init/styledLogs.js +7 -0
  812. package/lib/es/utils/init/usedUikitVersion.d.ts +1 -0
  813. package/lib/es/utils/init/usedUikitVersion.js +11 -0
  814. package/lib/es/utils/init/weAreHiring.d.ts +1 -0
  815. package/lib/es/utils/init/weAreHiring.js +10 -0
  816. package/lib/es/utils/mergeRefs.d.ts +2 -2
  817. package/lib/es/utils/mergeRefs.js +0 -2
  818. package/lib/es/utils/routeUtils.d.ts +1 -1
  819. package/lib/es/utils/routeUtils.js +3 -3
  820. package/lib/es/utils/urlFeatureToggles.d.ts +0 -1
  821. package/lib/es/utils/urlFeatureToggles.js +1 -2
  822. package/lib/es/version.json +1 -1
  823. package/package.json +39 -39
  824. package/styles/variables/colors/colors.json +7 -1
  825. package/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.d.ts +7 -7
  826. package/themes/Volkswagen/components/applicationHeader/VolkswagenApplicationHeader.js +2 -3
  827. package/useToggle.d.ts +2 -0
  828. package/useToggle.js +2 -0
  829. package/utils/colorScheme.js +2 -3
  830. package/utils/darkModeCDN.js +1 -1
  831. package/utils/deviceUtils.js +5 -6
  832. package/utils/init/checkForReleaseVersion.d.ts +1 -0
  833. package/utils/init/checkForReleaseVersion.js +17 -0
  834. package/utils/init/doNotUseTailwind.d.ts +1 -0
  835. package/utils/init/doNotUseTailwind.js +53 -0
  836. package/utils/init/initCSS.js +1 -2
  837. package/utils/init/initDocumentBootstrapping.js +24 -28
  838. package/utils/init/styledLogs.d.ts +3 -0
  839. package/utils/init/styledLogs.js +3 -0
  840. package/utils/init/usedUikitVersion.d.ts +1 -0
  841. package/utils/init/usedUikitVersion.js +7 -0
  842. package/utils/init/weAreHiring.d.ts +1 -0
  843. package/utils/init/weAreHiring.js +6 -0
  844. package/utils/mergeRefs.d.ts +2 -2
  845. package/utils/mergeRefs.js +0 -2
  846. package/utils/routeUtils.d.ts +1 -1
  847. package/utils/routeUtils.js +3 -3
  848. package/utils/urlFeatureToggles.d.ts +0 -1
  849. package/utils/urlFeatureToggles.js +1 -2
  850. package/version.json +1 -1
  851. package/lib/es/Onboarding.d.ts +0 -2
@@ -1,12 +1,10 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import 'react';
4
2
  import noop from 'lodash/fp/noop';
5
3
  import MapSettingsItem from '../MapSettingsItem';
6
4
  import { MapIcon, SYSTEM_POIS_ACTIVE, SYSTEM_POIS_INACTIVE } from '../../../../icons/MapIcon';
7
5
  const MapCustomerPoiSettingsItem = (props) => {
8
- const { isActive, onToggle = noop } = props, remainingProps = __rest(props, ["isActive", "onToggle"]);
6
+ const { isActive, onToggle = noop, ...remainingProps } = props;
9
7
  const handleToggle = (setIsShown) => onToggle(setIsShown);
10
- return (_jsx(MapSettingsItem, Object.assign({ className: 'MapCustomerPoi', onClick: () => handleToggle(false), isActive: isActive, activeIcon: _jsx(MapIcon, { name: SYSTEM_POIS_ACTIVE, className: 'MapPoiIcon' }), inactiveIcon: _jsx(MapIcon, { name: SYSTEM_POIS_INACTIVE, className: 'MapPoiIconInactive' }) }, remainingProps)));
8
+ return (_jsx(MapSettingsItem, { className: 'MapCustomerPoi', onClick: () => handleToggle(false), isActive: isActive, activeIcon: _jsx(MapIcon, { name: SYSTEM_POIS_ACTIVE, className: 'MapPoiIcon' }), inactiveIcon: _jsx(MapIcon, { name: SYSTEM_POIS_INACTIVE, className: 'MapPoiIconInactive' }), ...remainingProps }));
11
9
  };
12
10
  export default MapCustomerPoiSettingsItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type MapLayerIncidentsItemProps = {
3
2
  activeBuiltinLayers?: string[];
4
3
  label?: string | JSX.Element;
@@ -1,16 +1,14 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import 'react';
4
2
  import noop from 'lodash/fp/noop';
5
3
  import { MAP_LAYER_INCIDENTS } from '../../../constants';
6
4
  import MapSettingsItem from '../MapSettingsItem';
7
5
  import { MapIcon, CONSTRUCTION_ACTIVE, CONSTRUCTION_INACTIVE } from '../../../../icons/MapIcon';
8
6
  const MapLayerIncidentsItem = (props) => {
9
- const { activeBuiltinLayers = [], onMapLayerChange = noop, onToggle = noop } = props, remainingProps = __rest(props, ["activeBuiltinLayers", "onMapLayerChange", "onToggle"]);
7
+ const { activeBuiltinLayers = [], onMapLayerChange = noop, onToggle = noop, ...remainingProps } = props;
10
8
  const handleToggle = () => {
11
9
  onMapLayerChange(MAP_LAYER_INCIDENTS);
12
10
  onToggle();
13
11
  };
14
- return (_jsx(MapSettingsItem, Object.assign({ className: 'MapLayerIncidents', onClick: handleToggle, isActive: activeBuiltinLayers.includes(MAP_LAYER_INCIDENTS), activeIcon: _jsx(MapIcon, { name: CONSTRUCTION_ACTIVE }), inactiveIcon: _jsx(MapIcon, { name: CONSTRUCTION_INACTIVE }) }, remainingProps)));
12
+ return (_jsx(MapSettingsItem, { className: 'MapLayerIncidents', onClick: handleToggle, isActive: activeBuiltinLayers.includes(MAP_LAYER_INCIDENTS), activeIcon: _jsx(MapIcon, { name: CONSTRUCTION_ACTIVE }), inactiveIcon: _jsx(MapIcon, { name: CONSTRUCTION_INACTIVE }), ...remainingProps }));
15
13
  };
16
14
  export default MapLayerIncidentsItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type MapLayerRoadRestrictionsItemProps = {
3
2
  activeBuiltinLayers?: string[];
4
3
  label?: string | JSX.Element;
@@ -1,16 +1,14 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import 'react';
4
2
  import noop from 'lodash/fp/noop';
5
3
  import { MAP_LAYER_ROAD_RESTRICTIONS } from '../../../constants';
6
4
  import MapSettingsItem from '../MapSettingsItem';
7
5
  import { MapIcon, ROAD_RESTRICTIONS_ACTIVE, ROAD_RESTRICTIONS_INACTIVE } from '../../../../icons/MapIcon';
8
6
  const MapLayerRoadRestrictionsItem = (props) => {
9
- const { activeBuiltinLayers = [], onMapLayerChange = noop, onToggle = noop } = props, remainingProps = __rest(props, ["activeBuiltinLayers", "onMapLayerChange", "onToggle"]);
7
+ const { activeBuiltinLayers = [], onMapLayerChange = noop, onToggle = noop, ...remainingProps } = props;
10
8
  const handleToggle = () => {
11
9
  onMapLayerChange(MAP_LAYER_ROAD_RESTRICTIONS);
12
10
  onToggle();
13
11
  };
14
- return (_jsx(MapSettingsItem, Object.assign({ className: 'MapLayerRoadRestrictions', onClick: handleToggle, isActive: activeBuiltinLayers.includes(MAP_LAYER_ROAD_RESTRICTIONS), activeIcon: _jsx(MapIcon, { name: ROAD_RESTRICTIONS_ACTIVE }), inactiveIcon: _jsx(MapIcon, { name: ROAD_RESTRICTIONS_INACTIVE }) }, remainingProps)));
12
+ return (_jsx(MapSettingsItem, { className: 'MapLayerRoadRestrictions', onClick: handleToggle, isActive: activeBuiltinLayers.includes(MAP_LAYER_ROAD_RESTRICTIONS), activeIcon: _jsx(MapIcon, { name: ROAD_RESTRICTIONS_ACTIVE }), inactiveIcon: _jsx(MapIcon, { name: ROAD_RESTRICTIONS_INACTIVE }), ...remainingProps }));
15
13
  };
16
14
  export default MapLayerRoadRestrictionsItem;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type MapLayerTrafficItemProps = {
3
2
  activeBuiltinLayers?: string[];
4
3
  label?: string | JSX.Element;
@@ -1,16 +1,14 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import 'react';
4
2
  import noop from 'lodash/fp/noop';
5
3
  import { MAP_LAYER_TRAFFIC } from '../../../constants';
6
4
  import MapSettingsItem from '../MapSettingsItem';
7
5
  import { MapIcon, TRAFFIC_ACTIVE, TRAFFIC_INACTIVE } from '../../../../icons/MapIcon';
8
6
  const MapLayerTrafficItem = (props) => {
9
- const { activeBuiltinLayers = [], onMapLayerChange = noop, onToggle = noop } = props, remainingProps = __rest(props, ["activeBuiltinLayers", "onMapLayerChange", "onToggle"]);
7
+ const { activeBuiltinLayers = [], onMapLayerChange = noop, onToggle = noop, ...remainingProps } = props;
10
8
  const handleToggle = () => {
11
9
  onMapLayerChange(MAP_LAYER_TRAFFIC);
12
10
  onToggle();
13
11
  };
14
- return (_jsx(MapSettingsItem, Object.assign({ className: 'MapLayerTraffic', onClick: handleToggle, isActive: activeBuiltinLayers.includes(MAP_LAYER_TRAFFIC), activeIcon: _jsx(MapIcon, { name: TRAFFIC_ACTIVE }), inactiveIcon: _jsx(MapIcon, { name: TRAFFIC_INACTIVE }) }, remainingProps)));
12
+ return (_jsx(MapSettingsItem, { className: 'MapLayerTraffic', onClick: handleToggle, isActive: activeBuiltinLayers.includes(MAP_LAYER_TRAFFIC), activeIcon: _jsx(MapIcon, { name: TRAFFIC_ACTIVE }), inactiveIcon: _jsx(MapIcon, { name: TRAFFIC_INACTIVE }), ...remainingProps }));
15
13
  };
16
14
  export default MapLayerTrafficItem;
@@ -1,10 +1,8 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import 'react';
4
2
  import DropdownHeader from '../../../../../selects/DropdownHeader';
5
3
  const MapSettingsDropdownHeader = (props) => {
6
- const remainingProps = __rest(props, []);
7
- return _jsx(DropdownHeader, Object.assign({ className: 'MapSettingsDropdownHeader' }, remainingProps));
4
+ const { ...remainingProps } = props;
5
+ return _jsx(DropdownHeader, { className: 'MapSettingsDropdownHeader', ...remainingProps });
8
6
  };
9
7
  MapSettingsDropdownHeader.isMapSettingsDropdownHeader = true;
10
8
  export default MapSettingsDropdownHeader;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export type MapWorkshopPoiSettingsItemProps = {
3
2
  onToggle?: (setIsShown: boolean) => void;
4
3
  isActive?: boolean;
@@ -1,12 +1,10 @@
1
- import { __rest } from "tslib";
2
1
  import { jsx as _jsx } from "react/jsx-runtime";
3
- import 'react';
4
2
  import noop from 'lodash/fp/noop';
5
3
  import MapSettingsItem from '../MapSettingsItem';
6
4
  import { MapIcon, WORKSHOP_POIS_ACTIVE, WORKSHOP_POIS_INACTIVE } from '../../../../icons/MapIcon';
7
5
  const MapWorkshopPoiSettingsItem = (props) => {
8
- const { isActive = false, onToggle = noop } = props, remainingProps = __rest(props, ["isActive", "onToggle"]);
6
+ const { isActive = false, onToggle = noop, ...remainingProps } = props;
9
7
  const handleToggle = (setIsShown) => onToggle(setIsShown);
10
- return (_jsx(MapSettingsItem, Object.assign({ className: 'MapWorkshopPoi', onClick: () => handleToggle(false), isActive: isActive, activeIcon: _jsx(MapIcon, { name: WORKSHOP_POIS_ACTIVE, className: 'MapPoiIcon' }), inactiveIcon: _jsx(MapIcon, { name: WORKSHOP_POIS_INACTIVE, className: 'MapPoiIconInactive' }) }, remainingProps)));
8
+ return (_jsx(MapSettingsItem, { className: 'MapWorkshopPoi', onClick: () => handleToggle(false), isActive: isActive, activeIcon: _jsx(MapIcon, { name: WORKSHOP_POIS_ACTIVE, className: 'MapPoiIcon' }), inactiveIcon: _jsx(MapIcon, { name: WORKSHOP_POIS_INACTIVE, className: 'MapPoiIconInactive' }), ...remainingProps }));
11
9
  };
12
10
  export default MapWorkshopPoiSettingsItem;
@@ -4,7 +4,7 @@ import React from 'react';
4
4
  export const MapIcon = (props) => {
5
5
  const { className = '', name = '', height = 40, width = 40 } = props;
6
6
  if (name.includes('rioglyph')) {
7
- return (_jsx("div", Object.assign({ className: 'height-40 width-40 text-size-16 display-grid place-items-center hover-scale-110' }, { children: _jsx("span", { className: `rioglyph ${name} text-size-200pct` }) })));
7
+ return (_jsx("div", { className: 'height-40 width-40 text-size-16 display-grid place-items-center hover-scale-110', children: _jsx("span", { className: `rioglyph ${name} text-size-200pct` }) }));
8
8
  }
9
9
  return React.cloneElement(icons[name], {
10
10
  className,
@@ -47,38 +47,38 @@ export const TRAFFIC_INACTIVE = 'trafficInactive';
47
47
  export const WORKSHOP_POIS_ACTIVE = 'workshopPoisActive';
48
48
  export const WORKSHOP_POIS_INACTIVE = 'workshopPoisInactive';
49
49
  const icons = {
50
- zoomIn: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M9.5 1v5.5H15v3H9.5V15h-3V9.5H1v-3h5.5V1z' }) }))),
51
- zoomOut: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M7.177 9.5H1v-3h14v3H8.823z' }) }))),
52
- boundingBoxActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', d: 'M31.978 14.928a13.695 13.695 0 0 0-.546-1.137 13.17 13.17 0 0 0-4.12-4.554l-.045-.029a7.494 7.494 0 0 0-.526-.325c-.36-.217-.728-.417-1.106-.6C23.99 7.472 22.052 7 20.004 7 12.822 7 7 12.82 7 20s5.822 13 13.004 13c2.048 0 3.985-.473 5.708-1.316l-.077.034c.38-.182.748-.383 1.106-.601a56 56 0 0 0 .526-.325 13.165 13.165 0 0 0 4.13-4.516l.035-.067c.2-.368.381-.747.546-1.137.646-1.494 1.022-3.233 1.022-5.06a13.01 13.01 0 0 0-1.054-5.146l.032.085v-.023zm-11.983-4.69a9.751 9.751 0 0 1 8.554 5.069l.025.05c-.03.363-.038.728-.025 1.092v-.016c.038.702-.625 1.326-1.561 1.833-.937.507-.898.65-.39 2.106.507 1.456-1.951 5.268-2.852 5.85-.9.582-.936-1.872-.936-1.872v-1.24c0-.117-.195-1.482-.195-1.482l-.325-1.21-.995-1.134a24.88 24.88 0 0 0-2.729-.964l-.197-.05c-.897-.195-.65-1.833.325-2.3.976-.469 1.3.584 1.132-1.21-.17-1.794-1.704-1.212-2.432-1.212s-.813.569-1.245 2.574c-.234 1.092-.858.325-1.014.04-.157-.287-.274-2.185-.274-2.185l-.78 1.365s-.117.546-1.443 1.014c-1.21.426-.933-.975-.621-1.95 1.783-2.528 4.689-4.16 7.977-4.166l.001-.002zM10.53 22.313c.107-.848.377-2.49.845-2.119.625.494.898.494 1.444 1.04.546.546 2.887.858 2.107 1.56-.78.702-.898.77-1.249 1.486-.325.65-.813 2.057-.887 2.275a9.72 9.72 0 0 1-2.261-4.158l-.015-.067.016-.017zM3 31l6 6H3v-6zm34 0v6h-6l6-6zm0-28v6l-6-6h6zM9 3L3 9V3h6z' }) }))),
53
- boundingBoxInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M31.978 14.928a13.695 13.695 0 0 0-.546-1.137 13.17 13.17 0 0 0-4.12-4.554l-.045-.029a7.494 7.494 0 0 0-.526-.325c-.36-.217-.728-.417-1.106-.6C23.99 7.472 22.052 7 20.004 7 12.822 7 7 12.82 7 20s5.822 13 13.004 13c2.048 0 3.985-.473 5.708-1.316l-.077.034c.38-.182.748-.383 1.106-.601a56 56 0 0 0 .526-.325 13.165 13.165 0 0 0 4.13-4.516l.035-.067c.2-.368.381-.747.546-1.137.646-1.494 1.022-3.233 1.022-5.06a13.01 13.01 0 0 0-1.054-5.146l.032.085v-.023zm-11.983-4.69a9.751 9.751 0 0 1 8.554 5.069l.025.05c-.03.363-.038.728-.025 1.092v-.016c.038.702-.625 1.326-1.561 1.833-.937.507-.898.65-.39 2.106.507 1.456-1.951 5.268-2.852 5.85-.9.582-.936-1.872-.936-1.872v-1.24c0-.117-.195-1.482-.195-1.482l-.325-1.21-.995-1.134a24.88 24.88 0 0 0-2.729-.964l-.197-.05c-.897-.195-.65-1.833.325-2.3.976-.469 1.3.584 1.132-1.21-.17-1.794-1.704-1.212-2.432-1.212s-.813.569-1.245 2.574c-.234 1.092-.858.325-1.014.04-.157-.287-.274-2.185-.274-2.185l-.78 1.365s-.117.546-1.443 1.014c-1.21.426-.933-.975-.621-1.95 1.783-2.528 4.689-4.16 7.977-4.166l.001-.002zM10.53 22.313c.107-.848.377-2.49.845-2.119.625.494.898.494 1.444 1.04.546.546 2.887.858 2.107 1.56-.78.702-.898.77-1.249 1.486-.325.65-.813 2.057-.887 2.275a9.72 9.72 0 0 1-2.261-4.158l-.015-.067.016-.017zM3 31l6 6H3v-6zm34 0v6h-6l6-6zm0-28v6l-6-6h6zM9 3L3 9V3h6z' }) }))),
54
- centerMarkerActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'M12.589 26.478A1.589 1.589 0 0 1 11 24.888v-13.82c0-.878.711-1.59 1.589-1.59h15.889a1.59 1.59 0 0 1 1.589 1.59V24.89a1.59 1.59 0 0 1-1.59 1.589h-4.56l-3.5 4-3.5-4h-4.328v-.001zM19.5 2h2v3h-2V2zm0 33h2v3h-2v-3zM38 19v2h-3v-2h3zM6 19v2H3v-2h3z' }) }))),
55
- centerMarkerInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', fillRule: 'evenodd', d: 'M12.589 26.478A1.589 1.589 0 0 1 11 24.888v-13.82c0-.878.711-1.59 1.589-1.59h15.889a1.59 1.59 0 0 1 1.589 1.59V24.89a1.59 1.59 0 0 1-1.59 1.589h-4.56l-3.5 4-3.5-4h-4.328v-.001zM19.5 2h2v3h-2V2zm0 33h2v3h-2v-3zM38 19v2h-3v-2h3zM6 19v2H3v-2h3z' }) }))),
56
- clusterActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none' }, { children: [_jsxs("g", Object.assign({ transform: 'translate(2 2)' }, { children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M9.431 15.129c1.205 0 2.11-.37 2.714-1.111a3.88 3.88 0 0 0 .907-2.524c0-1.083-.314-1.908-.942-2.475a3.19 3.19 0 0 0-2.208-.851c-.417 0-.77.054-1.061.162-.174.065-.415.199-.725.4l.366-2.228h4.17V4.8H7.034l-.718 5.632 1.8.084c.16-.304.396-.513.71-.625.179-.061.39-.092.633-.092.516 0 .896.18 1.14.538.243.359.365.798.365 1.318 0 .53-.13.97-.39 1.319s-.639.524-1.136.524c-.431 0-.76-.119-.984-.355-.225-.237-.377-.573-.457-1.01H6c.07.957.417 1.695 1.04 2.215.624.52 1.42.78 2.391.78z' })] })), _jsxs("g", Object.assign({ transform: 'translate(18 18)' }, { children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M9.502 14.938c1.171 0 2.056-.327 2.654-.981.598-.654.896-1.412.896-2.275 0-.82-.255-1.467-.766-1.94-.342-.315-.605-.472-.788-.472.244-.093.479-.27.704-.527.356-.412.534-.919.534-1.519 0-.848-.299-1.524-.897-2.028-.597-.504-1.384-.756-2.359-.756-.525 0-.968.063-1.328.19a2.71 2.71 0 0 0-.936.548 3.26 3.26 0 0 0-.773 1.104 5.029 5.029 0 0 0-.26 1.442h1.87c-.01-.502.097-.903.32-1.203.223-.3.57-.45 1.044-.45.413 0 .733.122.96.366.227.244.341.56.341.95 0 .6-.223.998-.668 1.194-.258.118-.713.18-1.364.19v1.435c.666 0 1.153.063 1.462.19.544.224.816.672.816 1.342 0 .507-.146.895-.44 1.164-.292.27-.636.404-1.03.404-.642 0-1.085-.246-1.328-.738-.132-.267-.197-.605-.197-1.012H6c.033.81.197 1.467.492 1.968.563.943 1.566 1.414 3.01 1.414z' })] }))] })) }))),
57
- clusterInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none' }, { children: [_jsxs("g", Object.assign({ transform: 'translate(2 2)' }, { children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M9.431 15.129c1.205 0 2.11-.37 2.714-1.111a3.88 3.88 0 0 0 .907-2.524c0-1.083-.314-1.908-.942-2.475a3.19 3.19 0 0 0-2.208-.851c-.417 0-.77.054-1.061.162-.174.065-.415.199-.725.4l.366-2.228h4.17V4.8H7.034l-.718 5.632 1.8.084c.16-.304.396-.513.71-.625.179-.061.39-.092.633-.092.516 0 .896.18 1.14.538.243.359.365.798.365 1.318 0 .53-.13.97-.39 1.319s-.639.524-1.136.524c-.431 0-.76-.119-.984-.355-.225-.237-.377-.573-.457-1.01H6c.07.957.417 1.695 1.04 2.215.624.52 1.42.78 2.391.78z' })] })), _jsxs("g", Object.assign({ transform: 'translate(18 18)' }, { children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M9.502 14.938c1.171 0 2.056-.327 2.654-.981.598-.654.896-1.412.896-2.275 0-.82-.255-1.467-.766-1.94-.342-.315-.605-.472-.788-.472.244-.093.479-.27.704-.527.356-.412.534-.919.534-1.519 0-.848-.299-1.524-.897-2.028-.597-.504-1.384-.756-2.359-.756-.525 0-.968.063-1.328.19a2.71 2.71 0 0 0-.936.548 3.26 3.26 0 0 0-.773 1.104 5.029 5.029 0 0 0-.26 1.442h1.87c-.01-.502.097-.903.32-1.203.223-.3.57-.45 1.044-.45.413 0 .733.122.96.366.227.244.341.56.341.95 0 .6-.223.998-.668 1.194-.258.118-.713.18-1.364.19v1.435c.666 0 1.153.063 1.462.19.544.224.816.672.816 1.342 0 .507-.146.895-.44 1.164-.292.27-.636.404-1.03.404-.642 0-1.085-.246-1.328-.738-.132-.267-.197-.605-.197-1.012H6c.033.81.197 1.467.492 1.968.563.943 1.566 1.414 3.01 1.414z' })] }))] })) }))),
58
- constructionActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', d: 'M19.961 8.418L33.5 32.4h-27L19.961 8.418zM20 30l.249-3.276-1.326-1.026-3.099-1.824L12.2 30h1.2l3.225-4.176L18.8 27.15V30H20zm1.761-13.701h-.012a1.5 1.5 0 0 0 0 3 1.5 1.5 0 0 0 .012-3zM13.748 21.3l9.231 5.4L21.2 30H29l-3-5.4-2.172 1.2-.636-.36-1.374-4.941h-.078c-1.29 0-2.37-.905-2.64-2.133l-3.255.816-.858 1.458-.639-.375-.6 1.035zm5.877 2.043l1.089-1.692 1.302 3.093-2.391-1.401zm-3.843-2.25l.819-.867 1.599-.201-1.188 1.791-1.23-.723z' }) }))),
59
- constructionInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M19.961 8.418L33.5 32.4h-27L19.961 8.418zM20 30l.249-3.276-1.326-1.026-3.099-1.824L12.2 30h1.2l3.225-4.176L18.8 27.15V30H20zm1.761-13.701h-.012a1.5 1.5 0 0 0 0 3 1.5 1.5 0 0 0 .012-3zM13.748 21.3l9.231 5.4L21.2 30H29l-3-5.4-2.172 1.2-.636-.36-1.374-4.941h-.078c-1.29 0-2.37-.905-2.64-2.133l-3.255.816-.858 1.458-.639-.375-.6 1.035zm5.877 2.043l1.089-1.692 1.302 3.093-2.391-1.401zm-3.843-2.25l.819-.867 1.599-.201-1.188 1.791-1.23-.723z' }) }))),
60
- layerActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'M20 9.003l14 7.992-14 6.924-14-6.924 14-7.992zM22 17l-3 1.607L22 20l3-1.393L22 17zm-8-2l-3 1.607L14 18l3-1.393L14 15zm8-3l-3 1.607L22 15l3-1.393L22 12zm-2 13.04l-8.35-4.124L6 24.123l14 6.874 14-6.924-5.651-3.207L20 25.039z' }) }))),
61
- layerInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', fillRule: 'evenodd', d: 'M20 9.003l14 7.992-14 6.924-14-6.924 14-7.992zM22 17l-3 1.607L22 20l3-1.393L22 17zm-8-2l-3 1.607L14 18l3-1.393L14 15zm8-3l-3 1.607L22 15l3-1.393L22 12zm-2 13.04l-8.35-4.124L6 24.123l14 6.874 14-6.924-5.651-3.207L20 25.039z' }) }))),
62
- lockActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', d: 'M20.256 7c4.597.023 8.254.681 8.254 5.35v3.441h2.383v17.402H9.107V15.791h2.383v-3.44C11.49 7.595 15.284 7 20 7zm-.1 14.267c-1.266 0-2.293 1.042-2.293 2.327a2.34 2.34 0 0 0 1.044 1.954v.374l-.248 3.27h2.995l-.249-3.27a2.28 2.28 0 0 0 0-.374 2.34 2.34 0 0 0 1.045-1.954c0-1.285-1.027-2.327-2.294-2.327zm-.14-11.354c-3.44-.131-5.16.682-5.16 2.44v3.422h10.32v-3.423c0-1.67-1.72-2.482-5.16-2.439z' }) }))),
63
- lockInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M25.186 13.572v-.905c0-2.275-1.308-2.767-5.162-2.767s-5.163.372-5.163 2.767v3.108h10.325v-.013h3.337v.035h2.384v17.41H9.11v-17.41h2.384v-3.442c0-4.758 3.796-5.353 8.514-5.353s8.515.595 8.515 5.353v1.217h-3.337zm-5.021 7.703c-1.268 0-2.295 1.043-2.295 2.33a2.34 2.34 0 0 0 1.045 1.954v.375l-.249 3.271h2.997l-.249-3.271a2.28 2.28 0 0 0 0-.375 2.342 2.342 0 0 0 1.045-1.955c0-1.286-1.027-2.329-2.294-2.329z' }) }))),
64
- mapTypeFlatActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', fillRule: 'evenodd' }, { children: [_jsx("path", { fill: '#30B4C0', d: 'm20 12.451 19.98 11.322L20 35.095.02 23.773l11.052-6.262a4.85 4.85 0 0 0 1.13.484l-2.775 1.572c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-2.446-1.384c.16-.005.32-.019.478-.04l2.222 1.274 3.354-1.924-2.296-1.3c.07-.097.138-.197.202-.3l2.235 1.28.147.085.052.03 3.352-1.924-3.353-1.9-1.854 1.052c.095-.38.142-.762.144-1.139l1.63-.924Zm-.093 17.57-3.353 1.9 3.353 1.922 3.354-1.924-3.354-1.899Zm3.746-2.05-3.353 1.9 3.354 1.922 3.353-1.924-3.354-1.899Zm-7.383-.026-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.01-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.015-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899ZM9 23.868l-3.354 1.9L9 27.691l3.353-1.924L9 23.868Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm14.53-.049-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.922 3.353-1.924-3.353-1.899Zm-10.92-1.988-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.899Zm-7.364-.013L2.03 23.707c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.243-.034-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.33-.055-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.899ZM9.13 19.756l-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.028-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.242-.038-3.353 1.901c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.329-.089-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.948-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.899Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.899Z' }), _jsx("path", { fill: '#97D9DF', d: 'M8.403 15.762c.15.282.05.632-.227.792l-1.392.74a.584.584 0 0 1-.45.044.593.593 0 0 1-.105-1.09l1.39-.74a.592.592 0 0 1 .784.254ZM14.7 9.09a4.15 4.15 0 1 1-2.427 7.939 4.15 4.15 0 0 1 2.427-7.94Zm-6.333 1.784a.593.593 0 1 1-.347 1.134l-2.269-.693a.602.602 0 0 1-.393-.74c.1-.31.428-.485.74-.394l2.269.693ZM20.99 9.07a.593.593 0 0 1-.245.801l-1.392.74a.587.587 0 0 1-.452.044.564.564 0 0 1-.35-.289.586.586 0 0 1 .245-.801l1.392-.74a.593.593 0 0 1 .802.245ZM9.95 5.497c.153.05.279.16.35.304l.74 1.392a.588.588 0 0 1-.246.802.564.564 0 0 1-.451.044.587.587 0 0 1-.35-.29l-.74-1.392a.595.595 0 0 1 .235-.82.595.595 0 0 1 .462-.04Zm6.023-.566c.313.096.489.428.393.74l-.693 2.269a.593.593 0 1 1-1.134-.347l.693-2.268a.593.593 0 0 1 .74-.394ZM29.571 9.467a.791.791 0 0 0-.4.1.88.88 0 0 0 .067-.35c0-.55-.4-1-.89-1-.2 0-.355.075-.51.175-.222-.975-1-1.675-1.934-1.675-1.11 0-2 1-2 2.25 0 .1 0 .2.022.275-.088-.025-.155-.025-.244-.025-.622 0-1.111.55-1.111 1.25s.489 1.25 1.111 1.25h5.889c.555 0 1-.5 1-1.125s-.445-1.125-1-1.125ZM30.446 14.917c.117 0 .233.02.35.08a.652.652 0 0 1-.058-.28c0-.44.35-.8.777-.8a.85.85 0 0 1 .448.14c.194-.78.875-1.34 1.691-1.34.973 0 1.75.8 1.75 1.8 0 .08 0 .16-.019.22.078-.02.136-.02.214-.02.544 0 .972.44.972 1s-.428 1-.972 1h-5.153a.884.884 0 0 1-.875-.9c0-.462.331-.838.765-.893l.11-.007Z' })] })) }))),
65
- mapTypeFlatInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', fillRule: 'evenodd' }, { children: [_jsx("path", { fill: '#939BA8', d: 'm20 12.451 19.98 11.322L20 35.095.02 23.773l11.052-6.262a4.85 4.85 0 0 0 1.13.484l-2.775 1.572c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-2.446-1.384c.16-.005.32-.019.478-.04l2.222 1.274 3.354-1.924-2.296-1.3c.07-.097.138-.197.202-.3l2.235 1.28.147.085.052.03 3.352-1.924-3.353-1.9-1.854 1.052c.095-.38.142-.762.144-1.139l1.63-.924Zm-.093 17.57-3.353 1.9 3.353 1.922 3.354-1.924-3.354-1.899Zm3.746-2.05-3.353 1.9 3.354 1.922 3.353-1.924-3.354-1.899Zm-7.383-.026-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.01-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.015-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899ZM9 23.868l-3.354 1.9L9 27.691l3.353-1.924L9 23.868Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm14.53-.049-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.922 3.353-1.924-3.353-1.899Zm-10.92-1.988-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.899Zm-7.364-.013L2.03 23.707c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.243-.034-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.33-.055-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.899ZM9.13 19.756l-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.028-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.242-.038-3.353 1.901c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.329-.089-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.948-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.899Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.899Z' }), _jsx("path", { fill: '#C9CDD3', d: 'M8.403 15.762c.15.282.05.632-.227.792l-1.392.74a.584.584 0 0 1-.45.044.593.593 0 0 1-.105-1.09l1.39-.74a.592.592 0 0 1 .784.254ZM14.7 9.09a4.15 4.15 0 1 1-2.427 7.939 4.15 4.15 0 0 1 2.427-7.94Zm-6.333 1.784a.593.593 0 1 1-.347 1.134l-2.269-.693a.602.602 0 0 1-.393-.74c.1-.31.428-.485.74-.394l2.269.693ZM20.99 9.07a.593.593 0 0 1-.245.801l-1.392.74a.587.587 0 0 1-.452.044.564.564 0 0 1-.35-.289.586.586 0 0 1 .245-.801l1.392-.74a.593.593 0 0 1 .802.245ZM9.95 5.497c.153.05.279.16.35.304l.74 1.392a.588.588 0 0 1-.246.802.564.564 0 0 1-.451.044.587.587 0 0 1-.35-.29l-.74-1.392a.595.595 0 0 1 .235-.82.595.595 0 0 1 .462-.04Zm6.023-.566c.313.096.489.428.393.74l-.693 2.269a.593.593 0 1 1-1.134-.347l.693-2.268a.593.593 0 0 1 .74-.394ZM29.571 9.467a.791.791 0 0 0-.4.1.88.88 0 0 0 .067-.35c0-.55-.4-1-.89-1-.2 0-.355.075-.51.175-.222-.975-1-1.675-1.934-1.675-1.11 0-2 1-2 2.25 0 .1 0 .2.022.275-.088-.025-.155-.025-.244-.025-.622 0-1.111.55-1.111 1.25s.489 1.25 1.111 1.25h5.889c.555 0 1-.5 1-1.125s-.445-1.125-1-1.125ZM30.446 14.917c.117 0 .233.02.35.08a.652.652 0 0 1-.058-.28c0-.44.35-.8.777-.8a.85.85 0 0 1 .448.14c.194-.78.875-1.34 1.691-1.34.973 0 1.75.8 1.75 1.8 0 .08 0 .16-.019.22.078-.02.136-.02.214-.02.544 0 .972.44.972 1s-.428 1-.972 1h-5.153a.884.884 0 0 1-.875-.9c0-.462.331-.838.765-.893l.11-.007Z' })] })) }))),
66
- mapTypeFlatTruckActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none' }, { children: [_jsx("path", { fill: '#30B4C0', d: 'M.02 20.2L20 31.522 39.98 20.2 20 8.878.02 20.2zm5.363 1.856S2.03 20.132 2.03 20.134l3.353-1.902 3.354 1.9-3.354 1.924zM9 24.118l-3.354-1.923L9 20.295l3.353 1.899L9 24.118zm3.634 2.037s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zM9.13 20.006s-3.353-1.924-3.353-1.922l3.353-1.902 3.354 1.9-3.354 1.924zm3.617 2.062l-3.354-1.923 3.354-1.9 3.353 1.899-3.353 1.924zm3.634 2.037l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.637 2.075L20.3 26.297l3.353-1.9 3.354 1.899-3.354 1.924h.001zM12.78 17.916s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.616 2.062l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zM16.387 15.842l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zm3.616 2.062L16.65 15.98l3.353-1.9 3.354 1.899-3.354 1.924v.001zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm-10.83-10.343s-3.354-1.925-3.354-1.923l3.353-1.901 3.353 1.9-3.353 1.924h.001zm3.615 2.061s-3.353-1.924-3.353-1.922l3.353-1.901 3.354 1.899-3.354 1.924zm3.635 2.037s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.9-3.353 1.923zm3.637 2.075s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.899-3.353 1.924z' }), _jsx("path", { fill: '#FFF', d: 'M11.385 21.704v-5.7c0-.078.174-1.564.522-4.46l4.418-2.412 5.953 3.492v1.168l4.912 2.864v2.615l-.387.182-9.347 5.58-6.07-3.329h-.001z' }), _jsx("path", { fill: '#30B4C0', d: 'M22.495 19.058l4.642-2.433-4.642-2.767z' }), _jsx("path", { fill: '#30B4C0', fillOpacity: '.5', d: 'M11.426 15.832l5.848 3.3.431-3.969-5.824-3.436z' }), _jsx("path", { fill: '#30B4C0', d: 'M17.794 15.046l4.423-2.493-5.94-3.41-4.364 2.439 5.881 3.464zm-.505 4.267l-5.88-3.337v5.738l5.88 3.302v-5.703zm9.661.134l.229-.138v-2.528l-4.856 2.537V12.65l-4.454 2.507-.437 4.185v5.728l.402-.24v-.126l-.002-.011c-.002-.005-.005-.01-.005-.015l-.034-.29.001-.01v-.01l.033-.36.002-.008.001-.009.11-.376c0-.003.002-.004.003-.007s0-.005.002-.008l.176-.36.224-.35c.008-.01.009-.014.01-.016l.27-.274.004-.002.28-.227.012-.006c.004-.002.006-.006.011-.007l.277-.111c.004-.002.008-.002.012-.002l.01-.004.269-.034h.017l.021.004.22.077.015.008.015.009.176.154.013.016.01.014.11.25c.003.003.002.007.003.011.002.005.004.009.004.013l.042.317v.023l-.042.351-.002.008-.001.008 4.616-2.71-.035-.08-.002-.01-.005-.013-.041-.308v-.023l.041-.351.003-.007.11-.376.173-.38.234-.347a.019.019 0 0 1 .005-.005l.004-.006.26-.274c.007-.005.008-.007.01-.01l.285-.222.012-.006c.004-.002.006-.005.01-.006l.278-.111c.003-.002.007-.002.01-.002l.011-.004.26-.034h.019l.02.004.228.077c.006.002.01.006.016.009.004.003.01.004.015.009l.176.153c.006.006.01.01.013.016l.01.014.11.25c.003.004.003.009.003.013l.004.013.034.317v.019l-.034.35-.004.01v.008z' }), _jsx("path", { fill: '#30B4C0', d: 'M18.098 24.861l.15.138.183.064.234-.022.257-.118.262-.187.259-.279.21-.322.17-.356.04-.138h.001v-.001l.065-.216.04-.33-.039-.293-.096-.218-.148-.129-.184-.064-.237.03-.254.102-.264.21-.258.264-.21.33-.171.348-.105.36-.032.342.031.267.062.142.034.076zm6.849-4.021l.14.136.19.065.229-.03.265-.112.261-.185.25-.28.22-.322.17-.356.04-.138v-.001l.065-.214.031-.332-.03-.293-.096-.217-.148-.13-.19-.064-.23.03-.256.102-.271.212-.25.263-.219.321-.162.355-.105.355-.04.331.04.284.062.143.034.077z' })] })) }))),
67
- mapTypeFlatTruckInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none' }, { children: [_jsx("path", { fill: '#939BA8', d: 'M.02 20.2L20 31.522 39.98 20.2 20 8.878.02 20.2zm5.363 1.856S2.03 20.132 2.03 20.134l3.353-1.902 3.354 1.9-3.354 1.924zM9 24.118l-3.354-1.923L9 20.295l3.353 1.899L9 24.118zm3.634 2.037s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zM9.13 20.006s-3.353-1.924-3.353-1.922l3.353-1.902 3.354 1.9-3.354 1.924zm3.617 2.062l-3.354-1.923 3.354-1.9 3.353 1.899-3.353 1.924zm3.634 2.037l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.637 2.075L20.3 26.297l3.353-1.9 3.354 1.899-3.354 1.924h.001zM12.78 17.916s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.616 2.062l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zM16.387 15.842l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zm3.616 2.062L16.65 15.98l3.353-1.9 3.354 1.899-3.354 1.924v.001zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm-10.83-10.343s-3.354-1.925-3.354-1.923l3.353-1.901 3.353 1.9-3.353 1.924h.001zm3.615 2.061s-3.353-1.924-3.353-1.922l3.353-1.901 3.354 1.899-3.354 1.924zm3.635 2.037s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.9-3.353 1.923zm3.637 2.075s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.899-3.353 1.924z' }), _jsx("path", { fill: '#FFF', d: 'M11.385 21.704v-5.7c0-.078.174-1.564.522-4.46l4.418-2.412 5.953 3.492v1.168l4.912 2.864v2.615l-.387.182-9.347 5.58-6.07-3.329h-.001z' }), _jsx("path", { fill: '#939BA8', d: 'M22.495 19.058l4.642-2.433-4.642-2.767z' }), _jsx("path", { fill: '#939BA8', fillOpacity: '.5', d: 'M11.426 15.832l5.848 3.3.431-3.969-5.824-3.436z' }), _jsx("path", { fill: '#939BA8', d: 'M17.794 15.046l4.423-2.493-5.94-3.41-4.364 2.439 5.881 3.464zm-.505 4.267l-5.88-3.337v5.738l5.88 3.302v-5.703zm9.661.134l.229-.138v-2.528l-4.856 2.537V12.65l-4.454 2.507-.437 4.185v5.728l.402-.24v-.126l-.002-.011c-.002-.005-.005-.01-.005-.015l-.034-.29.001-.01v-.01l.033-.36.002-.008.001-.009.11-.376c0-.003.002-.004.003-.007s0-.005.002-.008l.176-.36.224-.35c.008-.01.009-.014.01-.016l.27-.274.004-.002.28-.227.012-.006c.004-.002.006-.006.011-.007l.277-.111c.004-.002.008-.002.012-.002l.01-.004.269-.034h.017l.021.004.22.077.015.008.015.009.176.154.013.016.01.014.11.25c.003.003.002.007.003.011.002.005.004.009.004.013l.042.317v.023l-.042.351-.002.008-.001.008 4.616-2.71-.035-.08-.002-.01-.005-.013-.041-.308v-.023l.041-.351.003-.007.11-.376.173-.38.234-.347a.019.019 0 0 1 .005-.005l.004-.006.26-.274c.007-.005.008-.007.01-.01l.285-.222.012-.006c.004-.002.006-.005.01-.006l.278-.111c.003-.002.007-.002.01-.002l.011-.004.26-.034h.019l.02.004.228.077c.006.002.01.006.016.009.004.003.01.004.015.009l.176.153c.006.006.01.01.013.016l.01.014.11.25c.003.004.003.009.003.013l.004.013.034.317v.019l-.034.35-.004.01v.008z' }), _jsx("path", { fill: '#939BA8', d: 'M18.098 24.861l.15.138.183.064.234-.022.257-.118.262-.187.259-.279.21-.322.17-.356.04-.138h.001v-.001l.065-.216.04-.33-.039-.293-.096-.218-.148-.129-.184-.064-.237.03-.254.102-.264.21-.258.264-.21.33-.171.348-.105.36-.032.342.031.267.062.142.034.076zm6.849-4.021l.14.136.19.065.229-.03.265-.112.261-.185.25-.28.22-.322.17-.356.04-.138v-.001l.065-.214.031-.332-.03-.293-.096-.217-.148-.13-.19-.064-.23.03-.256.102-.271.212-.25.263-.219.321-.162.355-.105.355-.04.331.04.284.062.143.034.077z' })] })) }))),
68
- mapTypeSatelliteActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', fillRule: 'evenodd' }, { children: [_jsx("path", { fill: '#30B4C0', d: 'm34.754 19.386 5.206 2.95-19.98 11.322L0 22.336l4.948-2.804-.462.742h1.115l-.336.473-2.805 1.59 2.98 1.688c.778-.443 1.594-.91 2.415-1.4h.156v.259c-.767.46-1.53.9-2.263 1.316l3.44 1.95c1.227-.71 2.136-1.291 3.013-2.049-.344-.163-.688-.322-1.03-.48-.44-.205-.882-.41-1.32-.62v-.336c.482.233.968.459 1.455.684.378.176.76.353 1.143.536.403-.367.806-.776 1.236-1.26h.331l-.157-.198a26.9 26.9 0 0 0 .427-.504c.196-.238.388-.477.582-.716.325-.404.658-.812 1.006-1.215a19.65 19.65 0 0 0-.656.049c-.363.031-.775.066-1.226.08-.286.01-.57-.007-.852-.044l-.196-.33c.341.057.688.086 1.04.074.443-.013.833-.047 1.209-.079.336-.03.65-.055.954-.061.17-.189.342-.374.52-.553.473-.481.948-.88 1.49-1.157-.212.02-.426.03-.639.031a5.36 5.36 0 0 1-1.258-.156c-.69.332-1.381.678-2.04 1.065-.44.254-.872.523-1.299.798l-.156-.263c.425-.275.857-.54 1.294-.796a28.137 28.137 0 0 1 1.752-.925c-.587-.18-1.142-.42-1.676-.685l.711.002c.373.164.756.31 1.159.427.077.024.147.04.22.058.34-.162.68-.322 1.017-.478l.714.002-.42.195-.831.386c.684.115 1.208.062 1.829-.001.087-.01.177-.018.27-.027v.418c-.73.237-1.309.697-1.92 1.316-.112.113-.22.233-.328.35.889.045 1.728.342 2.804 1.383.215.207.42.423.62.641.2-.218.405-.434.62-.641 1.076-1.041 1.915-1.34 2.803-1.385-.104-.112-.208-.227-.316-.335-.614-.625-1.196-1.09-1.93-1.328v-.419l.268.027c.623.063 1.145.115 1.827.001-.425-.201-.851-.4-1.279-.594h.725c.345.16.692.324 1.04.49.072-.02.142-.037.22-.059a9.43 9.43 0 0 0 1.164-.43h.708c-.536.266-1.092.506-1.68.686.59.29 1.18.593 1.75.925a34.77 34.77 0 0 1 1.603.995 7.72 7.72 0 0 0 .822-.26h.775c-.41.185-.834.349-1.27.475.338.223.674.448 1.006.671.527.356 1.055.711 1.59 1.055.268.173.542.341.814.51 1-.523 1.99-1.064 2.97-1.624l-1.915-1.086h2.46-.001Zm-5.981-3.39-.62 1.044-1.133-.643c-.284.16-.572.32-.865.475l-.19-.245c.25-.13.497-.267.745-.406l-1.892-1.073-.827-1.066h1.394l-.005-.008 3.393 1.922Zm-14.142-1.95-.023.036h1.395l-.823 1.045-1.93 1.092c.25.141.498.279.748.41l-.191.243a30.88 30.88 0 0 1-.866-.475l-1.489.844-.62-1.043 3.799-2.153v.001Zm22.87 8.29-2.983-1.69c-.973.552-1.968 1.108-2.979 1.637 1.01.616 2.023 1.198 2.98 1.742l2.982-1.689Zm-11.757-3.427a29.093 29.093 0 0 0-2.04-1.061 5.36 5.36 0 0 1-1.259.156c-.211 0-.416-.013-.623-.03.535.275 1.003.674 1.49 1.168.173.176.34.357.504.539.304.006.62.033.956.061.377.032.764.065 1.208.079.373.014.741-.019 1.105-.085-.44-.286-.887-.562-1.34-.827h-.001Zm-11.22 3.202a18.949 18.949 0 0 1-1.783 1.914c.644.31 1.287.638 1.909.998a35.03 35.03 0 0 1 1.558.967c.244-.216.482-.437.711-.675.593-.614 1.136-1.29 1.661-1.943.385-.478.78-.962 1.197-1.434a14.496 14.496 0 0 0-.631-.655c-1.113-1.075-1.903-1.31-2.854-1.306-.406.462-.8.935-1.184 1.416-.194.24-.388.481-.585.718h.001Zm2.618 3.412a11.06 11.06 0 0 1-.671.64c.373.245.743.493 1.107.737.53.358 1.06.715 1.598 1.061.264.171.535.336.804.503.27-.167.54-.332.804-.503.538-.347 1.068-.704 1.599-1.061.363-.244.733-.492 1.106-.737a12.127 12.127 0 0 1-.67-.64c-.601-.624-1.15-1.305-1.68-1.964a41.762 41.762 0 0 0-1.159-1.391c-.403.457-.786.928-1.16 1.391-.528.659-1.076 1.34-1.678 1.964Zm5.9-.206c.228.237.468.459.71.674.51-.333 1.03-.66 1.558-.967.622-.36 1.266-.688 1.91-1a19.294 19.294 0 0 1-1.775-1.903c-.2-.242-.397-.486-.594-.73-.38-.47-.77-.95-1.18-1.413-.952-.003-1.742.231-2.855 1.307-.218.21-.427.43-.63.655.416.47.811.956 1.196 1.434.525.654 1.068 1.328 1.66 1.943Zm2.64-3.386c.661.798 1.246 1.42 1.832 1.95.381-.18.761-.358 1.137-.532.505-.235 1.01-.467 1.51-.711.255-.123.508-.253.76-.382-.221-.138-.445-.275-.665-.417-.538-.345-1.066-.702-1.597-1.06-.402-.271-.812-.545-1.226-.817a5.73 5.73 0 0 1-1.466.16 21.788 21.788 0 0 1-1.225-.081c-.232-.02-.449-.038-.657-.05.346.4.68.81 1.004 1.212.197.243.394.487.593.728Zm-13.183 2.312c-.895.786-1.811 1.385-3.003 2.078l3.444 1.953c.993-.576 2.05-1.247 3.031-2.077a33.171 33.171 0 0 0-1.476-.914 28.18 28.18 0 0 0-1.996-1.04Zm3.735 2.127c-.967.83-2.007 1.5-2.992 2.075l3.449 1.954a112.11 112.11 0 0 0 3.003-1.756 41.95 41.95 0 0 1-.687-.43 96.77 96.77 0 0 1-1.604-1.063c-.384-.258-.775-.52-1.169-.78Zm3.746 2.452c-1.009.62-2.02 1.206-2.982 1.753l2.982 1.69 2.982-1.692a103.44 103.44 0 0 1-2.982-1.75v-.001Zm.285-.177c1.02.622 2.042 1.208 3.005 1.756l3.448-1.955c-.985-.575-2.022-1.245-2.991-2.075-.396.26-.787.52-1.171.78-.532.359-1.064.717-1.604 1.064-.227.147-.458.287-.687.43Zm3.724-2.448c.984.832 2.04 1.5 3.034 2.077l3.443-1.951c-1.195-.695-2.11-1.293-3.005-2.079-.674.324-1.348.664-1.995 1.04-.5.292-.992.596-1.477.913Zm3.774-2.097c.887.764 1.803 1.352 3.006 2.051l3.442-1.95a102.96 102.96 0 0 1-2.989-1.757c-.306.158-.613.315-.922.466-.502.243-1.01.478-1.516.712-.338.156-.679.316-1.021.478Z' }), _jsx("path", { fill: '#97D9DF', d: 'm5.094 21.941 1.545-2.026h-.858l3.192-5.32 3.158 5.32h-.858l1.58 2.025H9.591v2.78H8.354v-2.78H5.093h.001v.001Zm10.038-5.759 1.93-2.531H15.99L19.98 7l3.948 6.651h-1.072l1.974 2.531h-4.076v3.475h-1.548v-3.475H15.13h.002Zm13.034 2.656 1.158-1.519h-.644l2.395-3.99 2.368 3.99H32.8l1.184 1.519h-2.445v2.085h-.929v-2.085h-2.445.001Z' })] })) }))),
69
- mapTypeSatelliteInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', fillRule: 'evenodd' }, { children: [_jsx("path", { fill: '#939BA8', d: 'm34.855 19.215 5.206 2.95-19.98 11.322L.101 22.165l4.948-2.804-.462.742h1.115l-.336.473-2.805 1.59 2.98 1.688c.778-.443 1.594-.91 2.415-1.4h.156v.259c-.767.46-1.53.9-2.263 1.316l3.44 1.95c1.227-.71 2.136-1.291 3.013-2.049-.344-.163-.688-.322-1.03-.48-.44-.205-.882-.41-1.32-.62v-.336c.482.233.968.459 1.455.684.378.176.76.353 1.143.536.403-.367.806-.776 1.236-1.26h.331l-.157-.198a26.9 26.9 0 0 0 .427-.504c.196-.238.388-.477.582-.716.325-.404.658-.812 1.006-1.215a19.65 19.65 0 0 0-.656.049c-.363.031-.775.066-1.226.08-.286.01-.57-.007-.852-.044l-.196-.33c.341.057.688.086 1.04.074.443-.013.833-.047 1.209-.079.336-.03.65-.055.954-.061.17-.189.342-.374.52-.553.473-.481.948-.88 1.49-1.157-.212.02-.426.03-.639.031a5.36 5.36 0 0 1-1.258-.156c-.69.332-1.381.678-2.04 1.065-.44.254-.872.523-1.299.798l-.156-.263c.425-.275.857-.54 1.294-.796a28.137 28.137 0 0 1 1.752-.925c-.587-.18-1.142-.42-1.676-.685l.711.002c.373.164.756.31 1.159.427.077.024.147.04.22.058.34-.162.68-.322 1.017-.478l.714.002-.42.195-.831.386c.684.115 1.208.062 1.829-.001.087-.01.177-.018.27-.027v.418c-.73.237-1.309.697-1.92 1.316-.112.113-.22.233-.328.35.889.045 1.728.342 2.804 1.383.215.207.42.423.62.641.2-.218.405-.434.62-.641 1.076-1.041 1.915-1.34 2.803-1.385-.104-.112-.208-.227-.316-.335-.614-.625-1.196-1.09-1.93-1.328v-.419l.268.027c.623.063 1.145.115 1.827.001-.425-.201-.851-.4-1.279-.594h.725c.345.16.692.324 1.04.49.072-.02.142-.037.22-.059a9.43 9.43 0 0 0 1.164-.43h.708c-.536.266-1.092.506-1.68.686.59.29 1.18.593 1.75.925a34.77 34.77 0 0 1 1.603.995 7.72 7.72 0 0 0 .822-.26h.775c-.41.185-.834.349-1.27.475.338.223.674.448 1.006.671.527.356 1.055.711 1.59 1.055.268.173.542.341.814.51 1-.523 1.99-1.064 2.97-1.624l-1.915-1.086h2.46-.001Zm-5.981-3.39-.62 1.044-1.133-.643c-.284.16-.572.32-.865.475l-.19-.245c.25-.13.497-.267.745-.406l-1.892-1.073-.827-1.066h1.394l-.005-.008 3.393 1.922Zm-14.142-1.95-.023.036h1.395l-.823 1.045-1.93 1.092c.25.141.498.279.748.41l-.191.243a30.88 30.88 0 0 1-.866-.475l-1.489.844-.62-1.043 3.799-2.153v.001Zm22.87 8.29-2.983-1.69c-.973.552-1.968 1.108-2.979 1.637 1.01.616 2.023 1.198 2.98 1.742l2.982-1.689Zm-11.757-3.427a29.093 29.093 0 0 0-2.04-1.061 5.36 5.36 0 0 1-1.259.156c-.211 0-.416-.013-.623-.03.535.275 1.003.674 1.49 1.168.173.176.34.357.504.539.304.006.62.033.956.061.377.032.764.065 1.208.079.373.014.741-.019 1.105-.085-.44-.286-.887-.562-1.34-.827h-.001Zm-11.22 3.202a18.949 18.949 0 0 1-1.783 1.914c.644.31 1.287.638 1.909.998a35.03 35.03 0 0 1 1.558.967c.244-.216.482-.437.711-.675.593-.614 1.136-1.29 1.661-1.943.385-.478.78-.962 1.197-1.434a14.496 14.496 0 0 0-.631-.655c-1.113-1.075-1.903-1.31-2.854-1.306-.406.462-.8.935-1.184 1.416-.194.24-.388.481-.585.718h.001Zm2.618 3.412a11.06 11.06 0 0 1-.671.64c.373.245.743.493 1.107.737.53.358 1.06.715 1.598 1.061.264.171.535.336.804.503.27-.167.54-.332.804-.503.538-.347 1.068-.704 1.599-1.061.363-.244.733-.492 1.106-.737a12.127 12.127 0 0 1-.67-.64c-.601-.624-1.15-1.305-1.68-1.964a41.762 41.762 0 0 0-1.159-1.391c-.403.457-.786.928-1.16 1.391-.528.659-1.076 1.34-1.678 1.964Zm5.9-.206c.228.237.468.459.71.674.51-.333 1.03-.66 1.558-.967.622-.36 1.266-.688 1.91-1a19.294 19.294 0 0 1-1.775-1.903c-.2-.242-.397-.486-.594-.73-.38-.47-.77-.95-1.18-1.413-.952-.003-1.742.231-2.855 1.307-.218.21-.427.43-.63.655.416.47.811.956 1.196 1.434.525.654 1.068 1.328 1.66 1.943Zm2.64-3.386c.661.798 1.246 1.42 1.832 1.95.381-.18.761-.358 1.137-.532.505-.235 1.01-.467 1.51-.711.255-.123.508-.253.76-.382-.221-.138-.445-.275-.665-.417-.538-.345-1.066-.702-1.597-1.06-.402-.271-.812-.545-1.226-.817a5.73 5.73 0 0 1-1.466.16 21.788 21.788 0 0 1-1.225-.081c-.232-.02-.449-.038-.657-.05.346.4.68.81 1.004 1.212.197.243.394.487.593.728ZM12.6 24.072c-.895.786-1.811 1.385-3.003 2.078l3.444 1.953c.993-.576 2.05-1.247 3.031-2.077a33.171 33.171 0 0 0-1.476-.914 28.18 28.18 0 0 0-1.996-1.04Zm3.735 2.127c-.967.83-2.007 1.5-2.992 2.075l3.449 1.954a112.11 112.11 0 0 0 3.003-1.756 41.95 41.95 0 0 1-.687-.43 96.77 96.77 0 0 1-1.604-1.063c-.384-.258-.775-.52-1.169-.78Zm3.746 2.452c-1.009.62-2.02 1.206-2.982 1.753l2.982 1.69 2.982-1.692a103.44 103.44 0 0 1-2.982-1.75v-.001Zm.285-.177c1.02.622 2.042 1.208 3.005 1.756l3.448-1.955c-.985-.575-2.022-1.245-2.991-2.075-.396.26-.787.52-1.171.78-.532.359-1.064.717-1.604 1.064-.227.147-.458.287-.687.43Zm3.724-2.448c.984.832 2.04 1.5 3.034 2.077l3.443-1.951c-1.195-.695-2.11-1.293-3.005-2.079-.674.324-1.348.664-1.995 1.04-.5.292-.992.596-1.477.913Zm3.774-2.097c.887.764 1.803 1.352 3.006 2.051l3.442-1.95a102.96 102.96 0 0 1-2.989-1.757c-.306.158-.613.315-.922.466-.502.243-1.01.478-1.516.712-.338.156-.679.316-1.021.478Z' }), _jsx("path", { fill: '#C9CDD3', d: 'm5.195 21.77 1.545-2.026h-.858l3.192-5.32 3.158 5.32h-.858l1.58 2.025H9.692v2.78H8.455v-2.78H5.194h.001v.001Zm10.038-5.759 1.93-2.531h-1.072l3.99-6.651 3.948 6.651h-1.072l1.974 2.531h-4.076v3.475h-1.548v-3.475h-4.076.002Zm13.034 2.656 1.158-1.519h-.644l2.395-3.99 2.368 3.99h-.643l1.184 1.519H31.64v2.085h-.929v-2.085h-2.445.001Z' })] })) }))),
70
- mapTypeTerrainActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'm0 20.2 20 11.333L40 20.2 20 8.867 0 20.2zm26.737-6.121c-.891.5-1.763.96-2.756 1.25-.073.02-.146.039-.22.057-.397-.188-.793-.374-1.186-.557a81.547 81.547 0 0 1-1.507-.71c-.245-.119-.487-.245-.733-.37a98.714 98.714 0 0 0 2.957-1.623l3.445 1.953zm3.755 2.129c-.924.518-1.918 1.035-2.961 1.298a35.637 35.637 0 0 0-1.605-.996 27.1 27.1 0 0 0-1.752-.925c1.037-.318 1.973-.82 2.873-1.33l3.445 1.953zm3.753 2.126a91.698 91.698 0 0 1-2.974 1.625c-.273-.168-.547-.336-.814-.51-.536-.344-1.065-.7-1.592-1.055-.332-.224-.669-.449-1.007-.672 1.063-.309 2.06-.84 2.943-1.34l3.444 1.952zm3.293 1.866-2.984 1.69a108.786 108.786 0 0 1-2.983-1.743c1.003-.53 1.997-1.076 2.982-1.639l2.985 1.692zm-32.09-1.692a98.34 98.34 0 0 0 2.982 1.639c-1.01.616-2.027 1.199-2.984 1.743L2.463 20.2l2.985-1.692zM9.2 16.383c.882.497 1.88 1.03 2.942 1.34-.339.224-.674.449-1.004.67-.529.356-1.058.713-1.593 1.058-.268.173-.542.342-.815.51-1.008-.523-2-1.075-2.974-1.626L9.2 16.383zm7.508-4.255c.966.547 1.954 1.1 2.956 1.624-.244.124-.487.25-.733.37-.5.242-1.003.476-1.508.71-.391.18-.787.366-1.183.555-.073-.02-.143-.035-.22-.059-.993-.29-1.866-.747-2.758-1.25l3.446-1.95zm9.061 4.642c.454.262.9.543 1.342.827a5.05 5.05 0 0 1-1.106.085c-.444-.014-.832-.047-1.21-.078a15.38 15.38 0 0 0-.956-.062 16.057 16.057 0 0 0-.505-.54c-.488-.494-.956-.893-1.491-1.169.207.018.412.03.623.03a5.37 5.37 0 0 0 1.26-.155c.69.33 1.38.676 2.043 1.062zm-9.494-1.064c.477.113.883.156 1.26.156.218 0 .428-.014.64-.032-.544.279-1.019.677-1.493 1.158-.178.18-.35.365-.52.554-.319.01-.637.03-.955.062-.377.031-.766.066-1.21.078a5.32 5.32 0 0 1-1.105-.085c.44-.284.887-.563 1.34-.826.66-.387 1.352-.733 2.043-1.065zm3.734-.003c1.358.012 2.193.587 3.1 1.509.108.108.212.223.316.335-.888.046-1.728.345-2.806 1.386-.214.208-.42.424-.62.642-.2-.218-.406-.434-.62-.642-1.078-1.041-1.918-1.339-2.808-1.384.11-.117.217-.236.329-.35.907-.919 1.743-1.488 3.109-1.496zm-6.004 2.28c.41-.015.82-.042 1.228-.08.23-.02.447-.038.655-.05-.342.4-.678.806-1.006 1.217-.194.24-.387.479-.582.716-.669.81-1.254 1.432-1.84 1.964-.383-.182-.766-.36-1.144-.536a87.688 87.688 0 0 1-1.509-.71c-.255-.124-.506-.255-.76-.382.223-.139.448-.276.666-.418.537-.347 1.07-.7 1.598-1.06.402-.27.811-.545 1.225-.815.48.108.972.17 1.468.154h.001zm.532 1.992c.197-.237.391-.478.585-.719.382-.472.773-.954 1.185-1.418.952-.003 1.742.232 2.857 1.308.218.21.426.431.631.656-.416.472-.812.957-1.197 1.435-.526.653-1.07 1.33-1.663 1.945-.229.238-.468.46-.712.675-.511-.333-1.03-.66-1.56-.967-.622-.36-1.266-.69-1.91-1a18.968 18.968 0 0 0 1.784-1.915zm2.621 3.415c.603-.625 1.151-1.306 1.68-1.966.374-.464.757-.934 1.161-1.392.402.458.787.928 1.16 1.392.531.66 1.08 1.341 1.68 1.966.217.225.443.436.673.64-.374.246-.744.495-1.108.738-.53.358-1.061.715-1.6 1.063-.265.171-.536.336-.805.503-.27-.167-.54-.332-.805-.503a82.344 82.344 0 0 1-1.6-1.063c-.364-.243-.734-.492-1.108-.738.23-.203.456-.413.672-.64zm5.906-.206c-.593-.615-1.136-1.29-1.662-1.945a39.25 39.25 0 0 0-1.198-1.435c.204-.225.414-.446.632-.657 1.114-1.076 1.905-1.31 2.857-1.307.41.462.802.944 1.182 1.414.197.244.394.488.594.73a19.38 19.38 0 0 0 1.777 1.906c-.645.312-1.29.64-1.911 1.001a35.08 35.08 0 0 0-1.56.968c-.245-.216-.482-.44-.71-.675h-.001zm2.643-3.39c-.2-.24-.396-.484-.594-.728a46.52 46.52 0 0 0-1.005-1.214c.209.013.425.03.658.05.363.032.774.067 1.226.081a5.73 5.73 0 0 0 1.467-.159c.415.272.826.546 1.228.818.53.358 1.06.715 1.598 1.06.22.143.445.28.666.418-.252.129-.505.26-.76.382-.502.244-1.007.477-1.512.712-.377.174-.757.352-1.138.533-.587-.532-1.172-1.153-1.834-1.953zm-4.262-4.304a15.1 15.1 0 0 0-1.268-.09h-.003c-.013 0-.024.005-.035.007-.044-.002-.082-.008-.127-.008h-.003c-.045 0-.087.006-.132.008a.171.171 0 0 0-.057-.007c-.49.01-.903.052-1.269.09-.622.063-1.146.117-1.83.002.278-.13.556-.26.832-.387.505-.235 1.011-.47 1.513-.713.313-.151.622-.31.931-.47a45.06 45.06 0 0 0 2.444 1.181c.276.128.555.257.833.389-.683.113-1.205.061-1.829-.002zm-8.492-1.235c.901.51 1.836 1.012 2.873 1.33-.592.29-1.182.593-1.754.925a37.06 37.06 0 0 0-1.603.996c-1.045-.263-2.04-.779-2.963-1.298l3.447-1.953zm-4.208 6.052c.306.157.614.315.923.466.502.244 1.008.478 1.513.712.342.16.687.318 1.031.482-.878.758-1.787 1.34-3.015 2.05l-3.444-1.95c.965-.55 1.982-1.139 2.992-1.76zm3.766 1.802c.674.324 1.35.664 1.997 1.041.5.29.993.598 1.478.915-.982.83-2.04 1.502-3.035 2.078L9.506 24.19c1.192-.694 2.11-1.294 3.006-2.08l-.001-.001zm3.738 2.129c.395.26.786.522 1.17.78.533.36 1.065.716 1.605 1.066.227.144.457.288.688.43-1.02.622-2.042 1.21-3.006 1.757l-3.452-1.956c.986-.576 2.027-1.246 2.995-2.077zM20 26.693c1.01.62 2.025 1.207 2.985 1.753L20 30.139l-2.985-1.692c.962-.547 1.975-1.134 2.985-1.754zm.286-.178c.229-.143.46-.283.687-.43.54-.347 1.073-.706 1.605-1.065.385-.26.776-.52 1.172-.78.97.83 2.009 1.5 2.995 2.077l-3.452 1.956a112.097 112.097 0 0 1-3.007-1.758zm3.727-2.45c.486-.315.98-.625 1.478-.915.652-.373 1.319-.72 1.998-1.04.894.787 1.812 1.385 3.007 2.08l-3.446 1.954c-.994-.578-2.053-1.247-3.037-2.08v.001zm3.777-2.1c.343-.162.685-.322 1.023-.478.508-.233 1.014-.47 1.517-.713.31-.15.617-.308.923-.465 1.01.621 2.027 1.208 2.992 1.757L30.8 24.02c-1.205-.7-2.122-1.289-3.01-2.053v-.002zM20 13.584a94.01 94.01 0 0 1-2.983-1.63L20 10.26l2.984 1.69A89.36 89.36 0 0 1 20 13.583v.001z' }) }))),
71
- mapTypeTerrainInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#939BA8', fillRule: 'evenodd', d: 'm0 20.2 20 11.333L40 20.2 20 8.867 0 20.2zm26.737-6.121c-.891.5-1.763.96-2.756 1.25-.073.02-.146.039-.22.057-.397-.188-.793-.374-1.186-.557a81.547 81.547 0 0 1-1.507-.71c-.245-.119-.487-.245-.733-.37a98.714 98.714 0 0 0 2.957-1.623l3.445 1.953zm3.755 2.129c-.924.518-1.918 1.035-2.961 1.298a35.637 35.637 0 0 0-1.605-.996 27.1 27.1 0 0 0-1.752-.925c1.037-.318 1.973-.82 2.873-1.33l3.445 1.953zm3.753 2.126a91.698 91.698 0 0 1-2.974 1.625c-.273-.168-.547-.336-.814-.51-.536-.344-1.065-.7-1.592-1.055-.332-.224-.669-.449-1.007-.672 1.063-.309 2.06-.84 2.943-1.34l3.444 1.952zm3.293 1.866-2.984 1.69a108.786 108.786 0 0 1-2.983-1.743c1.003-.53 1.997-1.076 2.982-1.639l2.985 1.692zm-32.09-1.692a98.34 98.34 0 0 0 2.982 1.639c-1.01.616-2.027 1.199-2.984 1.743L2.463 20.2l2.985-1.692zM9.2 16.383c.882.497 1.88 1.03 2.942 1.34-.339.224-.674.449-1.004.67-.529.356-1.058.713-1.593 1.058-.268.173-.542.342-.815.51-1.008-.523-2-1.075-2.974-1.626L9.2 16.383zm7.508-4.255c.966.547 1.954 1.1 2.956 1.624-.244.124-.487.25-.733.37-.5.242-1.003.476-1.508.71-.391.18-.787.366-1.183.555-.073-.02-.143-.035-.22-.059-.993-.29-1.866-.747-2.758-1.25l3.446-1.95zm9.061 4.642c.454.262.9.543 1.342.827a5.05 5.05 0 0 1-1.106.085c-.444-.014-.832-.047-1.21-.078a15.38 15.38 0 0 0-.956-.062 16.057 16.057 0 0 0-.505-.54c-.488-.494-.956-.893-1.491-1.169.207.018.412.03.623.03a5.37 5.37 0 0 0 1.26-.155c.69.33 1.38.676 2.043 1.062zm-9.494-1.064c.477.113.883.156 1.26.156.218 0 .428-.014.64-.032-.544.279-1.019.677-1.493 1.158-.178.18-.35.365-.52.554-.319.01-.637.03-.955.062-.377.031-.766.066-1.21.078a5.32 5.32 0 0 1-1.105-.085c.44-.284.887-.563 1.34-.826.66-.387 1.352-.733 2.043-1.065zm3.734-.003c1.358.012 2.193.587 3.1 1.509.108.108.212.223.316.335-.888.046-1.728.345-2.806 1.386-.214.208-.42.424-.62.642-.2-.218-.406-.434-.62-.642-1.078-1.041-1.918-1.339-2.808-1.384.11-.117.217-.236.329-.35.907-.919 1.743-1.488 3.109-1.496zm-6.004 2.28c.41-.015.82-.042 1.228-.08.23-.02.447-.038.655-.05-.342.4-.678.806-1.006 1.217-.194.24-.387.479-.582.716-.669.81-1.254 1.432-1.84 1.964-.383-.182-.766-.36-1.144-.536a87.688 87.688 0 0 1-1.509-.71c-.255-.124-.506-.255-.76-.382.223-.139.448-.276.666-.418.537-.347 1.07-.7 1.598-1.06.402-.27.811-.545 1.225-.815.48.108.972.17 1.468.154h.001zm.532 1.992c.197-.237.391-.478.585-.719.382-.472.773-.954 1.185-1.418.952-.003 1.742.232 2.857 1.308.218.21.426.431.631.656-.416.472-.812.957-1.197 1.435-.526.653-1.07 1.33-1.663 1.945-.229.238-.468.46-.712.675-.511-.333-1.03-.66-1.56-.967-.622-.36-1.266-.69-1.91-1a18.968 18.968 0 0 0 1.784-1.915zm2.621 3.415c.603-.625 1.151-1.306 1.68-1.966.374-.464.757-.934 1.161-1.392.402.458.787.928 1.16 1.392.531.66 1.08 1.341 1.68 1.966.217.225.443.436.673.64-.374.246-.744.495-1.108.738-.53.358-1.061.715-1.6 1.063-.265.171-.536.336-.805.503-.27-.167-.54-.332-.805-.503a82.344 82.344 0 0 1-1.6-1.063c-.364-.243-.734-.492-1.108-.738.23-.203.456-.413.672-.64zm5.906-.206c-.593-.615-1.136-1.29-1.662-1.945a39.25 39.25 0 0 0-1.198-1.435c.204-.225.414-.446.632-.657 1.114-1.076 1.905-1.31 2.857-1.307.41.462.802.944 1.182 1.414.197.244.394.488.594.73a19.38 19.38 0 0 0 1.777 1.906c-.645.312-1.29.64-1.911 1.001a35.08 35.08 0 0 0-1.56.968c-.245-.216-.482-.44-.71-.675h-.001zm2.643-3.39c-.2-.24-.396-.484-.594-.728a46.52 46.52 0 0 0-1.005-1.214c.209.013.425.03.658.05.363.032.774.067 1.226.081a5.73 5.73 0 0 0 1.467-.159c.415.272.826.546 1.228.818.53.358 1.06.715 1.598 1.06.22.143.445.28.666.418-.252.129-.505.26-.76.382-.502.244-1.007.477-1.512.712-.377.174-.757.352-1.138.533-.587-.532-1.172-1.153-1.834-1.953zm-4.262-4.304a15.1 15.1 0 0 0-1.268-.09h-.003c-.013 0-.024.005-.035.007-.044-.002-.082-.008-.127-.008h-.003c-.045 0-.087.006-.132.008a.171.171 0 0 0-.057-.007c-.49.01-.903.052-1.269.09-.622.063-1.146.117-1.83.002.278-.13.556-.26.832-.387.505-.235 1.011-.47 1.513-.713.313-.151.622-.31.931-.47a45.06 45.06 0 0 0 2.444 1.181c.276.128.555.257.833.389-.683.113-1.205.061-1.829-.002zm-8.492-1.235c.901.51 1.836 1.012 2.873 1.33-.592.29-1.182.593-1.754.925a37.06 37.06 0 0 0-1.603.996c-1.045-.263-2.04-.779-2.963-1.298l3.447-1.953zm-4.208 6.052c.306.157.614.315.923.466.502.244 1.008.478 1.513.712.342.16.687.318 1.031.482-.878.758-1.787 1.34-3.015 2.05l-3.444-1.95c.965-.55 1.982-1.139 2.992-1.76zm3.766 1.802c.674.324 1.35.664 1.997 1.041.5.29.993.598 1.478.915-.982.83-2.04 1.502-3.035 2.078L9.506 24.19c1.192-.694 2.11-1.294 3.006-2.08l-.001-.001zm3.738 2.129c.395.26.786.522 1.17.78.533.36 1.065.716 1.605 1.066.227.144.457.288.688.43-1.02.622-2.042 1.21-3.006 1.757l-3.452-1.956c.986-.576 2.027-1.246 2.995-2.077zM20 26.693c1.01.62 2.025 1.207 2.985 1.753L20 30.139l-2.985-1.692c.962-.547 1.975-1.134 2.985-1.754zm.286-.178c.229-.143.46-.283.687-.43.54-.347 1.073-.706 1.605-1.065.385-.26.776-.52 1.172-.78.97.83 2.009 1.5 2.995 2.077l-3.452 1.956a112.097 112.097 0 0 1-3.007-1.758zm3.727-2.45c.486-.315.98-.625 1.478-.915.652-.373 1.319-.72 1.998-1.04.894.787 1.812 1.385 3.007 2.08l-3.446 1.954c-.994-.578-2.053-1.247-3.037-2.08v.001zm3.777-2.1c.343-.162.685-.322 1.023-.478.508-.233 1.014-.47 1.517-.713.31-.15.617-.308.923-.465 1.01.621 2.027 1.208 2.992 1.757L30.8 24.02c-1.205-.7-2.122-1.289-3.01-2.053v-.002zM20 13.584a94.01 94.01 0 0 1-2.983-1.63L20 10.26l2.984 1.69A89.36 89.36 0 0 1 20 13.583v.001z' }) }))),
72
- mapTypeNightActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', fillRule: 'evenodd' }, { children: [_jsx("path", { fill: '#30B4C0', d: 'm21.11 13.38 18.87 10.69L20 35.394.02 24.07l9.826-5.566a9 9 0 0 0 1.374.344l-1.793 1.016c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-1.815-1.028c.134-.023.266-.05.398-.08l1.671.958 3.354-1.924-1.373-.777c.1-.079.198-.16.294-.243.497.286.965.555 1.22.7l.147.085.052.03 3.352-1.924-2.68-1.52a9.068 9.068 0 0 0 .357-.76Zm-1.203 16.938-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm3.746-2.05-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm-7.383-.025-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.011-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.014-3.353 1.9L27.304 30l3.353-1.924-3.353-1.9ZM9 24.166l-3.354 1.9L9 27.989l3.353-1.924L9 24.165Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm14.53-.05-3.353 1.9 3.353 1.924 3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-10.92-1.987-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.9Zm-7.364-.013L2.03 24.005c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.041-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.243-.033-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.33-.055-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9ZM9.13 20.053l-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.027-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.242-.038-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.329-.09L27.614 21.8c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.947-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.9Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Z' }), _jsx("path", { fill: '#97D9DF', d: 'M11.11 4.753a.5.5 0 0 1 .108.546 6 6 0 0 0 7.849 7.849.5.5 0 0 1 .654.653 7.002 7.002 0 0 1-13.463-2.693 7.001 7.001 0 0 1 4.307-6.463.5.5 0 0 1 .545.108ZM24 6.37a.375.375 0 0 1 .36.273l.407 1.423a1.874 1.874 0 0 0 1.288 1.288l1.423.406a.375.375 0 0 1 0 .721l-1.423.407a1.875 1.875 0 0 0-1.288 1.288l-.407 1.423a.374.374 0 0 1-.72 0l-.407-1.423a1.874 1.874 0 0 0-1.288-1.288l-1.423-.407a.375.375 0 0 1 0-.72l1.423-.407a1.874 1.874 0 0 0 1.288-1.288l.406-1.423A.375.375 0 0 1 24 6.37Zm4.5-1.5a.375.375 0 0 1 .364.285l.129.518c.118.47.485.837.955.955l.518.129a.375.375 0 0 1 0 .728l-.518.129c-.47.118-.837.485-.955.955l-.129.518a.375.375 0 0 1-.728 0l-.129-.518a1.313 1.313 0 0 0-.955-.955l-.518-.13a.375.375 0 0 1 0-.727l.518-.13a1.312 1.312 0 0 0 .955-.954l.129-.518a.375.375 0 0 1 .364-.284Zm-.75 6.75a.375.375 0 0 1 .356.257l.197.592c.075.223.25.4.474.474l.591.197a.375.375 0 0 1 0 .711l-.591.198a.75.75 0 0 0-.474.474l-.198.591a.375.375 0 0 1-.71 0l-.198-.591a.75.75 0 0 0-.474-.474l-.591-.198a.375.375 0 0 1 0-.71l.591-.198a.75.75 0 0 0 .474-.474l.198-.592a.375.375 0 0 1 .355-.256Z' })] })) }))),
73
- mapTypeNightInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', fillRule: 'evenodd' }, { children: [_jsx("path", { fill: '#939BA8', d: 'M21.11 13.379 39.98 24.07 20 35.393.02 24.07l9.825-5.567a9 9 0 0 0 1.375.345l-1.793 1.016c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-1.815-1.028c.134-.023.266-.05.398-.08l1.671.958 3.354-1.924-1.373-.777c.1-.079.198-.16.294-.243.497.286.965.555 1.22.7l.147.085.052.03 3.352-1.924-2.68-1.52a9.068 9.068 0 0 0 .358-.761Zm-1.203 16.939-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm3.746-2.05-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm-7.383-.025-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.011-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.014-3.353 1.9L27.304 30l3.353-1.924-3.353-1.9ZM9 24.166l-3.354 1.9L9 27.989l3.353-1.924L9 24.165Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm14.53-.05-3.353 1.9 3.353 1.924 3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-10.92-1.987-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.9Zm-7.364-.013L2.03 24.005c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.041-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.243-.033-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.33-.055-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9ZM9.13 20.053l-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.027-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.242-.038-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.329-.09L27.614 21.8c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.947-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.9Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Z' }), _jsx("path", { fill: '#C9CDD3', d: 'M11.11 4.753a.5.5 0 0 1 .108.546 6 6 0 0 0 7.849 7.849.5.5 0 0 1 .654.653 7.002 7.002 0 0 1-13.463-2.693 7.001 7.001 0 0 1 4.307-6.463.5.5 0 0 1 .545.108ZM24 6.37a.375.375 0 0 1 .36.273l.407 1.423a1.874 1.874 0 0 0 1.288 1.288l1.423.406a.375.375 0 0 1 0 .721l-1.423.407a1.875 1.875 0 0 0-1.288 1.288l-.407 1.423a.374.374 0 0 1-.72 0l-.407-1.423a1.874 1.874 0 0 0-1.288-1.288l-1.423-.407a.375.375 0 0 1 0-.72l1.423-.407a1.874 1.874 0 0 0 1.288-1.288l.406-1.423A.375.375 0 0 1 24 6.37Zm4.5-1.5a.375.375 0 0 1 .364.285l.129.518c.118.47.485.837.955.955l.518.129a.375.375 0 0 1 0 .728l-.518.129c-.47.118-.837.485-.955.955l-.129.518a.375.375 0 0 1-.728 0l-.129-.518a1.313 1.313 0 0 0-.955-.955l-.518-.13a.375.375 0 0 1 0-.727l.518-.13a1.312 1.312 0 0 0 .955-.954l.129-.518a.375.375 0 0 1 .364-.284Zm-.75 6.75a.375.375 0 0 1 .356.257l.197.592c.075.223.25.4.474.474l.591.197a.375.375 0 0 1 0 .711l-.591.198a.75.75 0 0 0-.474.474l-.198.591a.375.375 0 0 1-.71 0l-.198-.591a.75.75 0 0 0-.474-.474l-.591-.198a.375.375 0 0 1 0-.71l.591-.198a.75.75 0 0 0 .474-.474l.198-.592a.375.375 0 0 1 .355-.256Z' })] })) }))),
74
- noClusterActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', transform: 'translate(3 3)' }, { children: [_jsx("circle", { cx: '8', cy: '8', r: '8', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M11.333 4.943H12v1.534h-.667V12H9.778v-.818H6.222V12H4.667V6.477H4V4.943h.667v-.511L5.5 3h5l.833 1.432v.511zm-6-.511v2.659h5.334V4.43H5.333v.002zm0 4.09v.614h5.334v-.613H5.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '26', cy: '15', r: '8', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M29.333 11.943H30v1.534h-.667V19h-1.555v-.818h-3.556V19h-1.555v-5.523H22v-1.534h.667v-.511L23.5 10h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66h-5.334v.001zm0 4.09v.614h5.334v-.613h-5.334v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '10', cy: '27', r: '8', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M13.333 23.943H14v1.534h-.667V31h-1.555v-.818H8.222V31H6.667v-5.523H6v-1.534h.667v-.511L7.5 22h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66H7.333v.001zm0 4.09v.614h5.334v-.613H7.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' })] })) }))),
75
- noClusterInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsxs("g", Object.assign({ fill: 'none', transform: 'translate(3 3)' }, { children: [_jsx("circle", { cx: '8', cy: '8', r: '8', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M11.333 4.943H12v1.534h-.667V12H9.778v-.818H6.222V12H4.667V6.477H4V4.943h.667v-.511L5.5 3h5l.833 1.432v.511zm-6-.511v2.659h5.334V4.43H5.333v.002zm0 4.09v.614h5.334v-.613H5.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '26', cy: '15', r: '8', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M29.333 11.943H30v1.534h-.667V19h-1.555v-.818h-3.556V19h-1.555v-5.523H22v-1.534h.667v-.511L23.5 10h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66h-5.334v.001zm0 4.09v.614h5.334v-.613h-5.334v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '10', cy: '27', r: '8', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M13.333 23.943H14v1.534h-.667V31h-1.555v-.818H8.222V31H6.667v-5.523H6v-1.534h.667v-.511L7.5 22h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66H7.333v.001zm0 4.09v.614h5.334v-.613H7.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' })] })) }))),
76
- roadRestrictionsActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', d: 'M25.114 7l-3.325 5.717c.023.257.04.52.04.783-.001 3.376-2.003 6.289-4.897 7.642l-.052.021L10 33h23V7h-7.886zm-1.971 23.4H19.2l2.583-5.85h2.914l-1.554 5.85zM25.929 20h-2.704l1.751-4.55h2.166L25.929 20zm2.267-8.45h-1.715l1.262-3.25h1.314l-.86 3.25h-.001zM13.5 7c.879 0 1.72.17 2.523.513a6.501 6.501 0 0 1 2.079 1.385 6.501 6.501 0 0 1 1.385 2.079c.342.803.513 1.644.513 2.523 0 .879-.17 1.72-.513 2.523a6.501 6.501 0 0 1-1.385 2.079 6.501 6.501 0 0 1-2.079 1.385A6.383 6.383 0 0 1 13.5 20c-.879 0-1.72-.17-2.523-.513a6.501 6.501 0 0 1-2.079-1.385 6.501 6.501 0 0 1-1.385-2.079A6.383 6.383 0 0 1 7 13.5c0-.879.17-1.72.513-2.523a6.501 6.501 0 0 1 1.385-2.079 6.501 6.501 0 0 1 2.079-1.385A6.383 6.383 0 0 1 13.5 7zm0 1.69a4.74 4.74 0 0 0-2.416.642 4.724 4.724 0 0 0-1.752 1.752A4.74 4.74 0 0 0 8.69 13.5c0 .901.244 1.746.732 2.535l6.613-6.613A4.732 4.732 0 0 0 13.5 8.69zm4.112 2.343l-6.58 6.579a4.745 4.745 0 0 0 2.468.698 4.74 4.74 0 0 0 2.416-.642 4.724 4.724 0 0 0 1.752-1.752 4.74 4.74 0 0 0 .642-2.416c0-.864-.233-1.686-.698-2.467z' }) }))),
77
- roadRestrictionsInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M25.114 7l-3.325 5.717c.023.257.04.52.04.783-.001 3.376-2.003 6.289-4.897 7.642l-.052.021L10 33h23V7h-7.886zm-1.971 23.4H19.2l2.583-5.85h2.914l-1.554 5.85zM25.929 20h-2.704l1.751-4.55h2.166L25.929 20zm2.267-8.45h-1.715l1.262-3.25h1.314l-.86 3.25h-.001zM13.5 7c.879 0 1.72.17 2.523.513a6.501 6.501 0 0 1 2.079 1.385 6.501 6.501 0 0 1 1.385 2.079c.342.803.513 1.644.513 2.523 0 .879-.17 1.72-.513 2.523a6.501 6.501 0 0 1-1.385 2.079 6.501 6.501 0 0 1-2.079 1.385A6.383 6.383 0 0 1 13.5 20c-.879 0-1.72-.17-2.523-.513a6.501 6.501 0 0 1-2.079-1.385 6.501 6.501 0 0 1-1.385-2.079A6.383 6.383 0 0 1 7 13.5c0-.879.17-1.72.513-2.523a6.501 6.501 0 0 1 1.385-2.079 6.501 6.501 0 0 1 2.079-1.385A6.383 6.383 0 0 1 13.5 7zm0 1.69a4.74 4.74 0 0 0-2.416.642 4.724 4.724 0 0 0-1.752 1.752A4.74 4.74 0 0 0 8.69 13.5c0 .901.244 1.746.732 2.535l6.613-6.613A4.732 4.732 0 0 0 13.5 8.69zm4.112 2.343l-6.58 6.579a4.745 4.745 0 0 0 2.468.698 4.74 4.74 0 0 0 2.416-.642 4.724 4.724 0 0 0 1.752-1.752 4.74 4.74 0 0 0 .642-2.416c0-.864-.233-1.686-.698-2.467z' }) }))),
78
- systemPoisActive: (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', width: '40', height: '40' }, { children: [_jsx("defs", { children: _jsx("path", { id: 'a', d: 'M14.466 22.299l3.235 3.231L8 32l6.466-9.701zM24.836 7l6.27 6.268h-.002L33 15.165l-1.97 1.966-1.893-1.893-3.61 3.61-1.71 10.6-13.265-13.265 10.6-1.71 3.61-3.61L22.87 8.97 24.835 7z' }) }), _jsx("use", { fill: '#30B4C0', xlinkHref: '#a' })] }))),
79
- systemPoisInactive: (_jsxs("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', width: '40', height: '40' }, { children: [_jsx("defs", { children: _jsx("path", { id: 'a', d: 'M14.466 22.299l3.235 3.231L8 32l6.466-9.701zM24.836 7l6.27 6.268h-.002L33 15.165l-1.97 1.966-1.893-1.893-3.61 3.61-1.71 10.6-13.265-13.265 10.6-1.71 3.61-3.61L22.87 8.97 24.835 7z' }) }), _jsx("use", { fill: '#A7AFBB', xlinkHref: '#a' })] }))),
80
- trafficActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', d: 'M28.333 17.111h-2.889v-3.85l2.89-3.372h-2.89V7H13.89v2.889H11l2.889 3.371v3.851H11l2.889 3.371v3.851H11l2.889 3.372V33h11.555v-5.295l2.89-3.372h-2.89v-3.85l2.89-3.372h-.001zm-8.666 13a2.889 2.889 0 1 1 .002-5.78 2.889 2.889 0 0 1-.003 5.781l.001-.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001z' }) }))),
81
- trafficInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', d: 'M28.333 17.111h-2.889v-3.85l2.89-3.372h-2.89V7H13.89v2.889H11l2.889 3.371v3.851H11l2.889 3.371v3.851H11l2.889 3.372V33h11.555v-5.295l2.89-3.372h-2.89v-3.85l2.89-3.372h-.001zm-8.666 13a2.889 2.889 0 1 1 .002-5.78 2.889 2.889 0 0 1-.003 5.781l.001-.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001z' }) }))),
82
- workshopPoisActive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'M12.528 9.322a5.362 5.362 0 0 1 6.872 6.872l10.032 10.032 2.101 2.102-3.2 3.2L16.274 19.37a5.362 5.362 0 0 1-6.95-6.85l3.785 3.786 3.202-3.201-1.474-1.474zm3.759 11.837l.948.948 1.263 1.264.948.947-7.19 7.19-3.159-3.16 7.19-7.189zM30.085 9.372l1.263 1.263-1.895 3.16-1.895.631-4.057 4.056-1.263-1.263 4.056-4.056.632-1.896 3.159-1.895z' }) }))),
83
- workshopPoisInactive: (_jsx("svg", Object.assign({ xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40' }, { children: _jsx("path", { fill: '#A7AFBB', fillRule: 'evenodd', d: 'M12.262 9.055a5.362 5.362 0 0 1 6.871 6.873c.016.015 3.36 3.358 10.032 10.031l2.102 2.102-3.201 3.2-12.057-12.158a5.362 5.362 0 0 1-6.951-6.85l3.785 3.787 3.202-3.202-1.474-1.474zm3.758 11.838l.948.947 1.264 1.264.947.948-7.19 7.19-3.158-3.16 7.19-7.19zM29.818 9.105l1.264 1.264-1.896 3.159-1.895.631-4.056 4.057-1.264-1.264 4.057-4.056.631-1.895 3.16-1.896z' }) }))),
50
+ zoomIn: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', children: _jsx("path", { fill: '#A7AFBB', d: 'M9.5 1v5.5H15v3H9.5V15h-3V9.5H1v-3h5.5V1z' }) })),
51
+ zoomOut: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '16', height: '16', children: _jsx("path", { fill: '#A7AFBB', d: 'M7.177 9.5H1v-3h14v3H8.823z' }) })),
52
+ boundingBoxActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', d: 'M31.978 14.928a13.695 13.695 0 0 0-.546-1.137 13.17 13.17 0 0 0-4.12-4.554l-.045-.029a7.494 7.494 0 0 0-.526-.325c-.36-.217-.728-.417-1.106-.6C23.99 7.472 22.052 7 20.004 7 12.822 7 7 12.82 7 20s5.822 13 13.004 13c2.048 0 3.985-.473 5.708-1.316l-.077.034c.38-.182.748-.383 1.106-.601a56 56 0 0 0 .526-.325 13.165 13.165 0 0 0 4.13-4.516l.035-.067c.2-.368.381-.747.546-1.137.646-1.494 1.022-3.233 1.022-5.06a13.01 13.01 0 0 0-1.054-5.146l.032.085v-.023zm-11.983-4.69a9.751 9.751 0 0 1 8.554 5.069l.025.05c-.03.363-.038.728-.025 1.092v-.016c.038.702-.625 1.326-1.561 1.833-.937.507-.898.65-.39 2.106.507 1.456-1.951 5.268-2.852 5.85-.9.582-.936-1.872-.936-1.872v-1.24c0-.117-.195-1.482-.195-1.482l-.325-1.21-.995-1.134a24.88 24.88 0 0 0-2.729-.964l-.197-.05c-.897-.195-.65-1.833.325-2.3.976-.469 1.3.584 1.132-1.21-.17-1.794-1.704-1.212-2.432-1.212s-.813.569-1.245 2.574c-.234 1.092-.858.325-1.014.04-.157-.287-.274-2.185-.274-2.185l-.78 1.365s-.117.546-1.443 1.014c-1.21.426-.933-.975-.621-1.95 1.783-2.528 4.689-4.16 7.977-4.166l.001-.002zM10.53 22.313c.107-.848.377-2.49.845-2.119.625.494.898.494 1.444 1.04.546.546 2.887.858 2.107 1.56-.78.702-.898.77-1.249 1.486-.325.65-.813 2.057-.887 2.275a9.72 9.72 0 0 1-2.261-4.158l-.015-.067.016-.017zM3 31l6 6H3v-6zm34 0v6h-6l6-6zm0-28v6l-6-6h6zM9 3L3 9V3h6z' }) })),
53
+ boundingBoxInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', d: 'M31.978 14.928a13.695 13.695 0 0 0-.546-1.137 13.17 13.17 0 0 0-4.12-4.554l-.045-.029a7.494 7.494 0 0 0-.526-.325c-.36-.217-.728-.417-1.106-.6C23.99 7.472 22.052 7 20.004 7 12.822 7 7 12.82 7 20s5.822 13 13.004 13c2.048 0 3.985-.473 5.708-1.316l-.077.034c.38-.182.748-.383 1.106-.601a56 56 0 0 0 .526-.325 13.165 13.165 0 0 0 4.13-4.516l.035-.067c.2-.368.381-.747.546-1.137.646-1.494 1.022-3.233 1.022-5.06a13.01 13.01 0 0 0-1.054-5.146l.032.085v-.023zm-11.983-4.69a9.751 9.751 0 0 1 8.554 5.069l.025.05c-.03.363-.038.728-.025 1.092v-.016c.038.702-.625 1.326-1.561 1.833-.937.507-.898.65-.39 2.106.507 1.456-1.951 5.268-2.852 5.85-.9.582-.936-1.872-.936-1.872v-1.24c0-.117-.195-1.482-.195-1.482l-.325-1.21-.995-1.134a24.88 24.88 0 0 0-2.729-.964l-.197-.05c-.897-.195-.65-1.833.325-2.3.976-.469 1.3.584 1.132-1.21-.17-1.794-1.704-1.212-2.432-1.212s-.813.569-1.245 2.574c-.234 1.092-.858.325-1.014.04-.157-.287-.274-2.185-.274-2.185l-.78 1.365s-.117.546-1.443 1.014c-1.21.426-.933-.975-.621-1.95 1.783-2.528 4.689-4.16 7.977-4.166l.001-.002zM10.53 22.313c.107-.848.377-2.49.845-2.119.625.494.898.494 1.444 1.04.546.546 2.887.858 2.107 1.56-.78.702-.898.77-1.249 1.486-.325.65-.813 2.057-.887 2.275a9.72 9.72 0 0 1-2.261-4.158l-.015-.067.016-.017zM3 31l6 6H3v-6zm34 0v6h-6l6-6zm0-28v6l-6-6h6zM9 3L3 9V3h6z' }) })),
54
+ centerMarkerActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'M12.589 26.478A1.589 1.589 0 0 1 11 24.888v-13.82c0-.878.711-1.59 1.589-1.59h15.889a1.59 1.59 0 0 1 1.589 1.59V24.89a1.59 1.59 0 0 1-1.59 1.589h-4.56l-3.5 4-3.5-4h-4.328v-.001zM19.5 2h2v3h-2V2zm0 33h2v3h-2v-3zM38 19v2h-3v-2h3zM6 19v2H3v-2h3z' }) })),
55
+ centerMarkerInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', fillRule: 'evenodd', d: 'M12.589 26.478A1.589 1.589 0 0 1 11 24.888v-13.82c0-.878.711-1.59 1.589-1.59h15.889a1.59 1.59 0 0 1 1.589 1.59V24.89a1.59 1.59 0 0 1-1.59 1.589h-4.56l-3.5 4-3.5-4h-4.328v-.001zM19.5 2h2v3h-2V2zm0 33h2v3h-2v-3zM38 19v2h-3v-2h3zM6 19v2H3v-2h3z' }) })),
56
+ clusterActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', children: [_jsxs("g", { transform: 'translate(2 2)', children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M9.431 15.129c1.205 0 2.11-.37 2.714-1.111a3.88 3.88 0 0 0 .907-2.524c0-1.083-.314-1.908-.942-2.475a3.19 3.19 0 0 0-2.208-.851c-.417 0-.77.054-1.061.162-.174.065-.415.199-.725.4l.366-2.228h4.17V4.8H7.034l-.718 5.632 1.8.084c.16-.304.396-.513.71-.625.179-.061.39-.092.633-.092.516 0 .896.18 1.14.538.243.359.365.798.365 1.318 0 .53-.13.97-.39 1.319s-.639.524-1.136.524c-.431 0-.76-.119-.984-.355-.225-.237-.377-.573-.457-1.01H6c.07.957.417 1.695 1.04 2.215.624.52 1.42.78 2.391.78z' })] }), _jsxs("g", { transform: 'translate(18 18)', children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M9.502 14.938c1.171 0 2.056-.327 2.654-.981.598-.654.896-1.412.896-2.275 0-.82-.255-1.467-.766-1.94-.342-.315-.605-.472-.788-.472.244-.093.479-.27.704-.527.356-.412.534-.919.534-1.519 0-.848-.299-1.524-.897-2.028-.597-.504-1.384-.756-2.359-.756-.525 0-.968.063-1.328.19a2.71 2.71 0 0 0-.936.548 3.26 3.26 0 0 0-.773 1.104 5.029 5.029 0 0 0-.26 1.442h1.87c-.01-.502.097-.903.32-1.203.223-.3.57-.45 1.044-.45.413 0 .733.122.96.366.227.244.341.56.341.95 0 .6-.223.998-.668 1.194-.258.118-.713.18-1.364.19v1.435c.666 0 1.153.063 1.462.19.544.224.816.672.816 1.342 0 .507-.146.895-.44 1.164-.292.27-.636.404-1.03.404-.642 0-1.085-.246-1.328-.738-.132-.267-.197-.605-.197-1.012H6c.033.81.197 1.467.492 1.968.563.943 1.566 1.414 3.01 1.414z' })] })] }) })),
57
+ clusterInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', children: [_jsxs("g", { transform: 'translate(2 2)', children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M9.431 15.129c1.205 0 2.11-.37 2.714-1.111a3.88 3.88 0 0 0 .907-2.524c0-1.083-.314-1.908-.942-2.475a3.19 3.19 0 0 0-2.208-.851c-.417 0-.77.054-1.061.162-.174.065-.415.199-.725.4l.366-2.228h4.17V4.8H7.034l-.718 5.632 1.8.084c.16-.304.396-.513.71-.625.179-.061.39-.092.633-.092.516 0 .896.18 1.14.538.243.359.365.798.365 1.318 0 .53-.13.97-.39 1.319s-.639.524-1.136.524c-.431 0-.76-.119-.984-.355-.225-.237-.377-.573-.457-1.01H6c.07.957.417 1.695 1.04 2.215.624.52 1.42.78 2.391.78z' })] }), _jsxs("g", { transform: 'translate(18 18)', children: [_jsx("circle", { cx: '9.6', cy: '9.6', r: '9.6', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M9.502 14.938c1.171 0 2.056-.327 2.654-.981.598-.654.896-1.412.896-2.275 0-.82-.255-1.467-.766-1.94-.342-.315-.605-.472-.788-.472.244-.093.479-.27.704-.527.356-.412.534-.919.534-1.519 0-.848-.299-1.524-.897-2.028-.597-.504-1.384-.756-2.359-.756-.525 0-.968.063-1.328.19a2.71 2.71 0 0 0-.936.548 3.26 3.26 0 0 0-.773 1.104 5.029 5.029 0 0 0-.26 1.442h1.87c-.01-.502.097-.903.32-1.203.223-.3.57-.45 1.044-.45.413 0 .733.122.96.366.227.244.341.56.341.95 0 .6-.223.998-.668 1.194-.258.118-.713.18-1.364.19v1.435c.666 0 1.153.063 1.462.19.544.224.816.672.816 1.342 0 .507-.146.895-.44 1.164-.292.27-.636.404-1.03.404-.642 0-1.085-.246-1.328-.738-.132-.267-.197-.605-.197-1.012H6c.033.81.197 1.467.492 1.968.563.943 1.566 1.414 3.01 1.414z' })] })] }) })),
58
+ constructionActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', d: 'M19.961 8.418L33.5 32.4h-27L19.961 8.418zM20 30l.249-3.276-1.326-1.026-3.099-1.824L12.2 30h1.2l3.225-4.176L18.8 27.15V30H20zm1.761-13.701h-.012a1.5 1.5 0 0 0 0 3 1.5 1.5 0 0 0 .012-3zM13.748 21.3l9.231 5.4L21.2 30H29l-3-5.4-2.172 1.2-.636-.36-1.374-4.941h-.078c-1.29 0-2.37-.905-2.64-2.133l-3.255.816-.858 1.458-.639-.375-.6 1.035zm5.877 2.043l1.089-1.692 1.302 3.093-2.391-1.401zm-3.843-2.25l.819-.867 1.599-.201-1.188 1.791-1.23-.723z' }) })),
59
+ constructionInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', d: 'M19.961 8.418L33.5 32.4h-27L19.961 8.418zM20 30l.249-3.276-1.326-1.026-3.099-1.824L12.2 30h1.2l3.225-4.176L18.8 27.15V30H20zm1.761-13.701h-.012a1.5 1.5 0 0 0 0 3 1.5 1.5 0 0 0 .012-3zM13.748 21.3l9.231 5.4L21.2 30H29l-3-5.4-2.172 1.2-.636-.36-1.374-4.941h-.078c-1.29 0-2.37-.905-2.64-2.133l-3.255.816-.858 1.458-.639-.375-.6 1.035zm5.877 2.043l1.089-1.692 1.302 3.093-2.391-1.401zm-3.843-2.25l.819-.867 1.599-.201-1.188 1.791-1.23-.723z' }) })),
60
+ layerActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'M20 9.003l14 7.992-14 6.924-14-6.924 14-7.992zM22 17l-3 1.607L22 20l3-1.393L22 17zm-8-2l-3 1.607L14 18l3-1.393L14 15zm8-3l-3 1.607L22 15l3-1.393L22 12zm-2 13.04l-8.35-4.124L6 24.123l14 6.874 14-6.924-5.651-3.207L20 25.039z' }) })),
61
+ layerInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', fillRule: 'evenodd', d: 'M20 9.003l14 7.992-14 6.924-14-6.924 14-7.992zM22 17l-3 1.607L22 20l3-1.393L22 17zm-8-2l-3 1.607L14 18l3-1.393L14 15zm8-3l-3 1.607L22 15l3-1.393L22 12zm-2 13.04l-8.35-4.124L6 24.123l14 6.874 14-6.924-5.651-3.207L20 25.039z' }) })),
62
+ lockActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', d: 'M20.256 7c4.597.023 8.254.681 8.254 5.35v3.441h2.383v17.402H9.107V15.791h2.383v-3.44C11.49 7.595 15.284 7 20 7zm-.1 14.267c-1.266 0-2.293 1.042-2.293 2.327a2.34 2.34 0 0 0 1.044 1.954v.374l-.248 3.27h2.995l-.249-3.27a2.28 2.28 0 0 0 0-.374 2.34 2.34 0 0 0 1.045-1.954c0-1.285-1.027-2.327-2.294-2.327zm-.14-11.354c-3.44-.131-5.16.682-5.16 2.44v3.422h10.32v-3.423c0-1.67-1.72-2.482-5.16-2.439z' }) })),
63
+ lockInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', d: 'M25.186 13.572v-.905c0-2.275-1.308-2.767-5.162-2.767s-5.163.372-5.163 2.767v3.108h10.325v-.013h3.337v.035h2.384v17.41H9.11v-17.41h2.384v-3.442c0-4.758 3.796-5.353 8.514-5.353s8.515.595 8.515 5.353v1.217h-3.337zm-5.021 7.703c-1.268 0-2.295 1.043-2.295 2.33a2.34 2.34 0 0 0 1.045 1.954v.375l-.249 3.271h2.997l-.249-3.271a2.28 2.28 0 0 0 0-.375 2.342 2.342 0 0 0 1.045-1.955c0-1.286-1.027-2.329-2.294-2.329z' }) })),
64
+ mapTypeFlatActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', fillRule: 'evenodd', children: [_jsx("path", { fill: '#30B4C0', d: 'm20 12.451 19.98 11.322L20 35.095.02 23.773l11.052-6.262a4.85 4.85 0 0 0 1.13.484l-2.775 1.572c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-2.446-1.384c.16-.005.32-.019.478-.04l2.222 1.274 3.354-1.924-2.296-1.3c.07-.097.138-.197.202-.3l2.235 1.28.147.085.052.03 3.352-1.924-3.353-1.9-1.854 1.052c.095-.38.142-.762.144-1.139l1.63-.924Zm-.093 17.57-3.353 1.9 3.353 1.922 3.354-1.924-3.354-1.899Zm3.746-2.05-3.353 1.9 3.354 1.922 3.353-1.924-3.354-1.899Zm-7.383-.026-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.01-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.015-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899ZM9 23.868l-3.354 1.9L9 27.691l3.353-1.924L9 23.868Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm14.53-.049-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.922 3.353-1.924-3.353-1.899Zm-10.92-1.988-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.899Zm-7.364-.013L2.03 23.707c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.243-.034-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.33-.055-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.899ZM9.13 19.756l-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.028-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.242-.038-3.353 1.901c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.329-.089-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.948-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.899Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.899Z' }), _jsx("path", { fill: '#97D9DF', d: 'M8.403 15.762c.15.282.05.632-.227.792l-1.392.74a.584.584 0 0 1-.45.044.593.593 0 0 1-.105-1.09l1.39-.74a.592.592 0 0 1 .784.254ZM14.7 9.09a4.15 4.15 0 1 1-2.427 7.939 4.15 4.15 0 0 1 2.427-7.94Zm-6.333 1.784a.593.593 0 1 1-.347 1.134l-2.269-.693a.602.602 0 0 1-.393-.74c.1-.31.428-.485.74-.394l2.269.693ZM20.99 9.07a.593.593 0 0 1-.245.801l-1.392.74a.587.587 0 0 1-.452.044.564.564 0 0 1-.35-.289.586.586 0 0 1 .245-.801l1.392-.74a.593.593 0 0 1 .802.245ZM9.95 5.497c.153.05.279.16.35.304l.74 1.392a.588.588 0 0 1-.246.802.564.564 0 0 1-.451.044.587.587 0 0 1-.35-.29l-.74-1.392a.595.595 0 0 1 .235-.82.595.595 0 0 1 .462-.04Zm6.023-.566c.313.096.489.428.393.74l-.693 2.269a.593.593 0 1 1-1.134-.347l.693-2.268a.593.593 0 0 1 .74-.394ZM29.571 9.467a.791.791 0 0 0-.4.1.88.88 0 0 0 .067-.35c0-.55-.4-1-.89-1-.2 0-.355.075-.51.175-.222-.975-1-1.675-1.934-1.675-1.11 0-2 1-2 2.25 0 .1 0 .2.022.275-.088-.025-.155-.025-.244-.025-.622 0-1.111.55-1.111 1.25s.489 1.25 1.111 1.25h5.889c.555 0 1-.5 1-1.125s-.445-1.125-1-1.125ZM30.446 14.917c.117 0 .233.02.35.08a.652.652 0 0 1-.058-.28c0-.44.35-.8.777-.8a.85.85 0 0 1 .448.14c.194-.78.875-1.34 1.691-1.34.973 0 1.75.8 1.75 1.8 0 .08 0 .16-.019.22.078-.02.136-.02.214-.02.544 0 .972.44.972 1s-.428 1-.972 1h-5.153a.884.884 0 0 1-.875-.9c0-.462.331-.838.765-.893l.11-.007Z' })] }) })),
65
+ mapTypeFlatInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', fillRule: 'evenodd', children: [_jsx("path", { fill: '#939BA8', d: 'm20 12.451 19.98 11.322L20 35.095.02 23.773l11.052-6.262a4.85 4.85 0 0 0 1.13.484l-2.775 1.572c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-2.446-1.384c.16-.005.32-.019.478-.04l2.222 1.274 3.354-1.924-2.296-1.3c.07-.097.138-.197.202-.3l2.235 1.28.147.085.052.03 3.352-1.924-3.353-1.9-1.854 1.052c.095-.38.142-.762.144-1.139l1.63-.924Zm-.093 17.57-3.353 1.9 3.353 1.922 3.354-1.924-3.354-1.899Zm3.746-2.05-3.353 1.9 3.354 1.922 3.353-1.924-3.354-1.899Zm-7.383-.026-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.01-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.015-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899ZM9 23.868l-3.354 1.9L9 27.691l3.353-1.924L9 23.868Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm14.53-.049-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.922 3.353-1.924-3.353-1.899Zm-10.92-1.988-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.899Zm-7.364-.013L2.03 23.707c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.243-.034-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.33-.055-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.899ZM9.13 19.756l-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.028-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.899Zm7.242-.038-3.353 1.901c0-.002 3.353 1.923 3.353 1.923l3.353-1.924-3.353-1.9Zm7.329-.089-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.948-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.899Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.901c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.899Z' }), _jsx("path", { fill: '#C9CDD3', d: 'M8.403 15.762c.15.282.05.632-.227.792l-1.392.74a.584.584 0 0 1-.45.044.593.593 0 0 1-.105-1.09l1.39-.74a.592.592 0 0 1 .784.254ZM14.7 9.09a4.15 4.15 0 1 1-2.427 7.939 4.15 4.15 0 0 1 2.427-7.94Zm-6.333 1.784a.593.593 0 1 1-.347 1.134l-2.269-.693a.602.602 0 0 1-.393-.74c.1-.31.428-.485.74-.394l2.269.693ZM20.99 9.07a.593.593 0 0 1-.245.801l-1.392.74a.587.587 0 0 1-.452.044.564.564 0 0 1-.35-.289.586.586 0 0 1 .245-.801l1.392-.74a.593.593 0 0 1 .802.245ZM9.95 5.497c.153.05.279.16.35.304l.74 1.392a.588.588 0 0 1-.246.802.564.564 0 0 1-.451.044.587.587 0 0 1-.35-.29l-.74-1.392a.595.595 0 0 1 .235-.82.595.595 0 0 1 .462-.04Zm6.023-.566c.313.096.489.428.393.74l-.693 2.269a.593.593 0 1 1-1.134-.347l.693-2.268a.593.593 0 0 1 .74-.394ZM29.571 9.467a.791.791 0 0 0-.4.1.88.88 0 0 0 .067-.35c0-.55-.4-1-.89-1-.2 0-.355.075-.51.175-.222-.975-1-1.675-1.934-1.675-1.11 0-2 1-2 2.25 0 .1 0 .2.022.275-.088-.025-.155-.025-.244-.025-.622 0-1.111.55-1.111 1.25s.489 1.25 1.111 1.25h5.889c.555 0 1-.5 1-1.125s-.445-1.125-1-1.125ZM30.446 14.917c.117 0 .233.02.35.08a.652.652 0 0 1-.058-.28c0-.44.35-.8.777-.8a.85.85 0 0 1 .448.14c.194-.78.875-1.34 1.691-1.34.973 0 1.75.8 1.75 1.8 0 .08 0 .16-.019.22.078-.02.136-.02.214-.02.544 0 .972.44.972 1s-.428 1-.972 1h-5.153a.884.884 0 0 1-.875-.9c0-.462.331-.838.765-.893l.11-.007Z' })] }) })),
66
+ mapTypeFlatTruckActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', children: [_jsx("path", { fill: '#30B4C0', d: 'M.02 20.2L20 31.522 39.98 20.2 20 8.878.02 20.2zm5.363 1.856S2.03 20.132 2.03 20.134l3.353-1.902 3.354 1.9-3.354 1.924zM9 24.118l-3.354-1.923L9 20.295l3.353 1.899L9 24.118zm3.634 2.037s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zM9.13 20.006s-3.353-1.924-3.353-1.922l3.353-1.902 3.354 1.9-3.354 1.924zm3.617 2.062l-3.354-1.923 3.354-1.9 3.353 1.899-3.353 1.924zm3.634 2.037l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.637 2.075L20.3 26.297l3.353-1.9 3.354 1.899-3.354 1.924h.001zM12.78 17.916s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.616 2.062l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zM16.387 15.842l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zm3.616 2.062L16.65 15.98l3.353-1.9 3.354 1.899-3.354 1.924v.001zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm-10.83-10.343s-3.354-1.925-3.354-1.923l3.353-1.901 3.353 1.9-3.353 1.924h.001zm3.615 2.061s-3.353-1.924-3.353-1.922l3.353-1.901 3.354 1.899-3.354 1.924zm3.635 2.037s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.9-3.353 1.923zm3.637 2.075s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.899-3.353 1.924z' }), _jsx("path", { fill: '#FFF', d: 'M11.385 21.704v-5.7c0-.078.174-1.564.522-4.46l4.418-2.412 5.953 3.492v1.168l4.912 2.864v2.615l-.387.182-9.347 5.58-6.07-3.329h-.001z' }), _jsx("path", { fill: '#30B4C0', d: 'M22.495 19.058l4.642-2.433-4.642-2.767z' }), _jsx("path", { fill: '#30B4C0', fillOpacity: '.5', d: 'M11.426 15.832l5.848 3.3.431-3.969-5.824-3.436z' }), _jsx("path", { fill: '#30B4C0', d: 'M17.794 15.046l4.423-2.493-5.94-3.41-4.364 2.439 5.881 3.464zm-.505 4.267l-5.88-3.337v5.738l5.88 3.302v-5.703zm9.661.134l.229-.138v-2.528l-4.856 2.537V12.65l-4.454 2.507-.437 4.185v5.728l.402-.24v-.126l-.002-.011c-.002-.005-.005-.01-.005-.015l-.034-.29.001-.01v-.01l.033-.36.002-.008.001-.009.11-.376c0-.003.002-.004.003-.007s0-.005.002-.008l.176-.36.224-.35c.008-.01.009-.014.01-.016l.27-.274.004-.002.28-.227.012-.006c.004-.002.006-.006.011-.007l.277-.111c.004-.002.008-.002.012-.002l.01-.004.269-.034h.017l.021.004.22.077.015.008.015.009.176.154.013.016.01.014.11.25c.003.003.002.007.003.011.002.005.004.009.004.013l.042.317v.023l-.042.351-.002.008-.001.008 4.616-2.71-.035-.08-.002-.01-.005-.013-.041-.308v-.023l.041-.351.003-.007.11-.376.173-.38.234-.347a.019.019 0 0 1 .005-.005l.004-.006.26-.274c.007-.005.008-.007.01-.01l.285-.222.012-.006c.004-.002.006-.005.01-.006l.278-.111c.003-.002.007-.002.01-.002l.011-.004.26-.034h.019l.02.004.228.077c.006.002.01.006.016.009.004.003.01.004.015.009l.176.153c.006.006.01.01.013.016l.01.014.11.25c.003.004.003.009.003.013l.004.013.034.317v.019l-.034.35-.004.01v.008z' }), _jsx("path", { fill: '#30B4C0', d: 'M18.098 24.861l.15.138.183.064.234-.022.257-.118.262-.187.259-.279.21-.322.17-.356.04-.138h.001v-.001l.065-.216.04-.33-.039-.293-.096-.218-.148-.129-.184-.064-.237.03-.254.102-.264.21-.258.264-.21.33-.171.348-.105.36-.032.342.031.267.062.142.034.076zm6.849-4.021l.14.136.19.065.229-.03.265-.112.261-.185.25-.28.22-.322.17-.356.04-.138v-.001l.065-.214.031-.332-.03-.293-.096-.217-.148-.13-.19-.064-.23.03-.256.102-.271.212-.25.263-.219.321-.162.355-.105.355-.04.331.04.284.062.143.034.077z' })] }) })),
67
+ mapTypeFlatTruckInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', children: [_jsx("path", { fill: '#939BA8', d: 'M.02 20.2L20 31.522 39.98 20.2 20 8.878.02 20.2zm5.363 1.856S2.03 20.132 2.03 20.134l3.353-1.902 3.354 1.9-3.354 1.924zM9 24.118l-3.354-1.923L9 20.295l3.353 1.899L9 24.118zm3.634 2.037s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zM9.13 20.006s-3.353-1.924-3.353-1.922l3.353-1.902 3.354 1.9-3.354 1.924zm3.617 2.062l-3.354-1.923 3.354-1.9 3.353 1.899-3.353 1.924zm3.634 2.037l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.637 2.075L20.3 26.297l3.353-1.9 3.354 1.899-3.354 1.924h.001zM12.78 17.916s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.616 2.062l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zM16.387 15.842l-3.353-1.923 3.353-1.9 3.354 1.899-3.354 1.924zm3.616 2.062L16.65 15.98l3.353-1.9 3.354 1.899-3.354 1.924v.001zm3.635 2.037s-3.353-1.925-3.353-1.923l3.353-1.901 3.353 1.9-3.353 1.924zm3.636 2.04l-3.353-1.923 3.353-1.9 3.353 1.899-3.353 1.924zm3.637 2.075s-3.353-1.925-3.353-1.923l3.353-1.9 3.353 1.898-3.353 1.925zm-10.83-10.343s-3.354-1.925-3.354-1.923l3.353-1.901 3.353 1.9-3.353 1.924h.001zm3.615 2.061s-3.353-1.924-3.353-1.922l3.353-1.901 3.354 1.899-3.354 1.924zm3.635 2.037s-3.353-1.924-3.353-1.922l3.353-1.902 3.353 1.9-3.353 1.924zm3.636 2.04s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.9-3.353 1.923zm3.637 2.075s-3.353-1.924-3.353-1.922l3.353-1.901 3.353 1.899-3.353 1.924z' }), _jsx("path", { fill: '#FFF', d: 'M11.385 21.704v-5.7c0-.078.174-1.564.522-4.46l4.418-2.412 5.953 3.492v1.168l4.912 2.864v2.615l-.387.182-9.347 5.58-6.07-3.329h-.001z' }), _jsx("path", { fill: '#939BA8', d: 'M22.495 19.058l4.642-2.433-4.642-2.767z' }), _jsx("path", { fill: '#939BA8', fillOpacity: '.5', d: 'M11.426 15.832l5.848 3.3.431-3.969-5.824-3.436z' }), _jsx("path", { fill: '#939BA8', d: 'M17.794 15.046l4.423-2.493-5.94-3.41-4.364 2.439 5.881 3.464zm-.505 4.267l-5.88-3.337v5.738l5.88 3.302v-5.703zm9.661.134l.229-.138v-2.528l-4.856 2.537V12.65l-4.454 2.507-.437 4.185v5.728l.402-.24v-.126l-.002-.011c-.002-.005-.005-.01-.005-.015l-.034-.29.001-.01v-.01l.033-.36.002-.008.001-.009.11-.376c0-.003.002-.004.003-.007s0-.005.002-.008l.176-.36.224-.35c.008-.01.009-.014.01-.016l.27-.274.004-.002.28-.227.012-.006c.004-.002.006-.006.011-.007l.277-.111c.004-.002.008-.002.012-.002l.01-.004.269-.034h.017l.021.004.22.077.015.008.015.009.176.154.013.016.01.014.11.25c.003.003.002.007.003.011.002.005.004.009.004.013l.042.317v.023l-.042.351-.002.008-.001.008 4.616-2.71-.035-.08-.002-.01-.005-.013-.041-.308v-.023l.041-.351.003-.007.11-.376.173-.38.234-.347a.019.019 0 0 1 .005-.005l.004-.006.26-.274c.007-.005.008-.007.01-.01l.285-.222.012-.006c.004-.002.006-.005.01-.006l.278-.111c.003-.002.007-.002.01-.002l.011-.004.26-.034h.019l.02.004.228.077c.006.002.01.006.016.009.004.003.01.004.015.009l.176.153c.006.006.01.01.013.016l.01.014.11.25c.003.004.003.009.003.013l.004.013.034.317v.019l-.034.35-.004.01v.008z' }), _jsx("path", { fill: '#939BA8', d: 'M18.098 24.861l.15.138.183.064.234-.022.257-.118.262-.187.259-.279.21-.322.17-.356.04-.138h.001v-.001l.065-.216.04-.33-.039-.293-.096-.218-.148-.129-.184-.064-.237.03-.254.102-.264.21-.258.264-.21.33-.171.348-.105.36-.032.342.031.267.062.142.034.076zm6.849-4.021l.14.136.19.065.229-.03.265-.112.261-.185.25-.28.22-.322.17-.356.04-.138v-.001l.065-.214.031-.332-.03-.293-.096-.217-.148-.13-.19-.064-.23.03-.256.102-.271.212-.25.263-.219.321-.162.355-.105.355-.04.331.04.284.062.143.034.077z' })] }) })),
68
+ mapTypeSatelliteActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', fillRule: 'evenodd', children: [_jsx("path", { fill: '#30B4C0', d: 'm34.754 19.386 5.206 2.95-19.98 11.322L0 22.336l4.948-2.804-.462.742h1.115l-.336.473-2.805 1.59 2.98 1.688c.778-.443 1.594-.91 2.415-1.4h.156v.259c-.767.46-1.53.9-2.263 1.316l3.44 1.95c1.227-.71 2.136-1.291 3.013-2.049-.344-.163-.688-.322-1.03-.48-.44-.205-.882-.41-1.32-.62v-.336c.482.233.968.459 1.455.684.378.176.76.353 1.143.536.403-.367.806-.776 1.236-1.26h.331l-.157-.198a26.9 26.9 0 0 0 .427-.504c.196-.238.388-.477.582-.716.325-.404.658-.812 1.006-1.215a19.65 19.65 0 0 0-.656.049c-.363.031-.775.066-1.226.08-.286.01-.57-.007-.852-.044l-.196-.33c.341.057.688.086 1.04.074.443-.013.833-.047 1.209-.079.336-.03.65-.055.954-.061.17-.189.342-.374.52-.553.473-.481.948-.88 1.49-1.157-.212.02-.426.03-.639.031a5.36 5.36 0 0 1-1.258-.156c-.69.332-1.381.678-2.04 1.065-.44.254-.872.523-1.299.798l-.156-.263c.425-.275.857-.54 1.294-.796a28.137 28.137 0 0 1 1.752-.925c-.587-.18-1.142-.42-1.676-.685l.711.002c.373.164.756.31 1.159.427.077.024.147.04.22.058.34-.162.68-.322 1.017-.478l.714.002-.42.195-.831.386c.684.115 1.208.062 1.829-.001.087-.01.177-.018.27-.027v.418c-.73.237-1.309.697-1.92 1.316-.112.113-.22.233-.328.35.889.045 1.728.342 2.804 1.383.215.207.42.423.62.641.2-.218.405-.434.62-.641 1.076-1.041 1.915-1.34 2.803-1.385-.104-.112-.208-.227-.316-.335-.614-.625-1.196-1.09-1.93-1.328v-.419l.268.027c.623.063 1.145.115 1.827.001-.425-.201-.851-.4-1.279-.594h.725c.345.16.692.324 1.04.49.072-.02.142-.037.22-.059a9.43 9.43 0 0 0 1.164-.43h.708c-.536.266-1.092.506-1.68.686.59.29 1.18.593 1.75.925a34.77 34.77 0 0 1 1.603.995 7.72 7.72 0 0 0 .822-.26h.775c-.41.185-.834.349-1.27.475.338.223.674.448 1.006.671.527.356 1.055.711 1.59 1.055.268.173.542.341.814.51 1-.523 1.99-1.064 2.97-1.624l-1.915-1.086h2.46-.001Zm-5.981-3.39-.62 1.044-1.133-.643c-.284.16-.572.32-.865.475l-.19-.245c.25-.13.497-.267.745-.406l-1.892-1.073-.827-1.066h1.394l-.005-.008 3.393 1.922Zm-14.142-1.95-.023.036h1.395l-.823 1.045-1.93 1.092c.25.141.498.279.748.41l-.191.243a30.88 30.88 0 0 1-.866-.475l-1.489.844-.62-1.043 3.799-2.153v.001Zm22.87 8.29-2.983-1.69c-.973.552-1.968 1.108-2.979 1.637 1.01.616 2.023 1.198 2.98 1.742l2.982-1.689Zm-11.757-3.427a29.093 29.093 0 0 0-2.04-1.061 5.36 5.36 0 0 1-1.259.156c-.211 0-.416-.013-.623-.03.535.275 1.003.674 1.49 1.168.173.176.34.357.504.539.304.006.62.033.956.061.377.032.764.065 1.208.079.373.014.741-.019 1.105-.085-.44-.286-.887-.562-1.34-.827h-.001Zm-11.22 3.202a18.949 18.949 0 0 1-1.783 1.914c.644.31 1.287.638 1.909.998a35.03 35.03 0 0 1 1.558.967c.244-.216.482-.437.711-.675.593-.614 1.136-1.29 1.661-1.943.385-.478.78-.962 1.197-1.434a14.496 14.496 0 0 0-.631-.655c-1.113-1.075-1.903-1.31-2.854-1.306-.406.462-.8.935-1.184 1.416-.194.24-.388.481-.585.718h.001Zm2.618 3.412a11.06 11.06 0 0 1-.671.64c.373.245.743.493 1.107.737.53.358 1.06.715 1.598 1.061.264.171.535.336.804.503.27-.167.54-.332.804-.503.538-.347 1.068-.704 1.599-1.061.363-.244.733-.492 1.106-.737a12.127 12.127 0 0 1-.67-.64c-.601-.624-1.15-1.305-1.68-1.964a41.762 41.762 0 0 0-1.159-1.391c-.403.457-.786.928-1.16 1.391-.528.659-1.076 1.34-1.678 1.964Zm5.9-.206c.228.237.468.459.71.674.51-.333 1.03-.66 1.558-.967.622-.36 1.266-.688 1.91-1a19.294 19.294 0 0 1-1.775-1.903c-.2-.242-.397-.486-.594-.73-.38-.47-.77-.95-1.18-1.413-.952-.003-1.742.231-2.855 1.307-.218.21-.427.43-.63.655.416.47.811.956 1.196 1.434.525.654 1.068 1.328 1.66 1.943Zm2.64-3.386c.661.798 1.246 1.42 1.832 1.95.381-.18.761-.358 1.137-.532.505-.235 1.01-.467 1.51-.711.255-.123.508-.253.76-.382-.221-.138-.445-.275-.665-.417-.538-.345-1.066-.702-1.597-1.06-.402-.271-.812-.545-1.226-.817a5.73 5.73 0 0 1-1.466.16 21.788 21.788 0 0 1-1.225-.081c-.232-.02-.449-.038-.657-.05.346.4.68.81 1.004 1.212.197.243.394.487.593.728Zm-13.183 2.312c-.895.786-1.811 1.385-3.003 2.078l3.444 1.953c.993-.576 2.05-1.247 3.031-2.077a33.171 33.171 0 0 0-1.476-.914 28.18 28.18 0 0 0-1.996-1.04Zm3.735 2.127c-.967.83-2.007 1.5-2.992 2.075l3.449 1.954a112.11 112.11 0 0 0 3.003-1.756 41.95 41.95 0 0 1-.687-.43 96.77 96.77 0 0 1-1.604-1.063c-.384-.258-.775-.52-1.169-.78Zm3.746 2.452c-1.009.62-2.02 1.206-2.982 1.753l2.982 1.69 2.982-1.692a103.44 103.44 0 0 1-2.982-1.75v-.001Zm.285-.177c1.02.622 2.042 1.208 3.005 1.756l3.448-1.955c-.985-.575-2.022-1.245-2.991-2.075-.396.26-.787.52-1.171.78-.532.359-1.064.717-1.604 1.064-.227.147-.458.287-.687.43Zm3.724-2.448c.984.832 2.04 1.5 3.034 2.077l3.443-1.951c-1.195-.695-2.11-1.293-3.005-2.079-.674.324-1.348.664-1.995 1.04-.5.292-.992.596-1.477.913Zm3.774-2.097c.887.764 1.803 1.352 3.006 2.051l3.442-1.95a102.96 102.96 0 0 1-2.989-1.757c-.306.158-.613.315-.922.466-.502.243-1.01.478-1.516.712-.338.156-.679.316-1.021.478Z' }), _jsx("path", { fill: '#97D9DF', d: 'm5.094 21.941 1.545-2.026h-.858l3.192-5.32 3.158 5.32h-.858l1.58 2.025H9.591v2.78H8.354v-2.78H5.093h.001v.001Zm10.038-5.759 1.93-2.531H15.99L19.98 7l3.948 6.651h-1.072l1.974 2.531h-4.076v3.475h-1.548v-3.475H15.13h.002Zm13.034 2.656 1.158-1.519h-.644l2.395-3.99 2.368 3.99H32.8l1.184 1.519h-2.445v2.085h-.929v-2.085h-2.445.001Z' })] }) })),
69
+ mapTypeSatelliteInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', fillRule: 'evenodd', children: [_jsx("path", { fill: '#939BA8', d: 'm34.855 19.215 5.206 2.95-19.98 11.322L.101 22.165l4.948-2.804-.462.742h1.115l-.336.473-2.805 1.59 2.98 1.688c.778-.443 1.594-.91 2.415-1.4h.156v.259c-.767.46-1.53.9-2.263 1.316l3.44 1.95c1.227-.71 2.136-1.291 3.013-2.049-.344-.163-.688-.322-1.03-.48-.44-.205-.882-.41-1.32-.62v-.336c.482.233.968.459 1.455.684.378.176.76.353 1.143.536.403-.367.806-.776 1.236-1.26h.331l-.157-.198a26.9 26.9 0 0 0 .427-.504c.196-.238.388-.477.582-.716.325-.404.658-.812 1.006-1.215a19.65 19.65 0 0 0-.656.049c-.363.031-.775.066-1.226.08-.286.01-.57-.007-.852-.044l-.196-.33c.341.057.688.086 1.04.074.443-.013.833-.047 1.209-.079.336-.03.65-.055.954-.061.17-.189.342-.374.52-.553.473-.481.948-.88 1.49-1.157-.212.02-.426.03-.639.031a5.36 5.36 0 0 1-1.258-.156c-.69.332-1.381.678-2.04 1.065-.44.254-.872.523-1.299.798l-.156-.263c.425-.275.857-.54 1.294-.796a28.137 28.137 0 0 1 1.752-.925c-.587-.18-1.142-.42-1.676-.685l.711.002c.373.164.756.31 1.159.427.077.024.147.04.22.058.34-.162.68-.322 1.017-.478l.714.002-.42.195-.831.386c.684.115 1.208.062 1.829-.001.087-.01.177-.018.27-.027v.418c-.73.237-1.309.697-1.92 1.316-.112.113-.22.233-.328.35.889.045 1.728.342 2.804 1.383.215.207.42.423.62.641.2-.218.405-.434.62-.641 1.076-1.041 1.915-1.34 2.803-1.385-.104-.112-.208-.227-.316-.335-.614-.625-1.196-1.09-1.93-1.328v-.419l.268.027c.623.063 1.145.115 1.827.001-.425-.201-.851-.4-1.279-.594h.725c.345.16.692.324 1.04.49.072-.02.142-.037.22-.059a9.43 9.43 0 0 0 1.164-.43h.708c-.536.266-1.092.506-1.68.686.59.29 1.18.593 1.75.925a34.77 34.77 0 0 1 1.603.995 7.72 7.72 0 0 0 .822-.26h.775c-.41.185-.834.349-1.27.475.338.223.674.448 1.006.671.527.356 1.055.711 1.59 1.055.268.173.542.341.814.51 1-.523 1.99-1.064 2.97-1.624l-1.915-1.086h2.46-.001Zm-5.981-3.39-.62 1.044-1.133-.643c-.284.16-.572.32-.865.475l-.19-.245c.25-.13.497-.267.745-.406l-1.892-1.073-.827-1.066h1.394l-.005-.008 3.393 1.922Zm-14.142-1.95-.023.036h1.395l-.823 1.045-1.93 1.092c.25.141.498.279.748.41l-.191.243a30.88 30.88 0 0 1-.866-.475l-1.489.844-.62-1.043 3.799-2.153v.001Zm22.87 8.29-2.983-1.69c-.973.552-1.968 1.108-2.979 1.637 1.01.616 2.023 1.198 2.98 1.742l2.982-1.689Zm-11.757-3.427a29.093 29.093 0 0 0-2.04-1.061 5.36 5.36 0 0 1-1.259.156c-.211 0-.416-.013-.623-.03.535.275 1.003.674 1.49 1.168.173.176.34.357.504.539.304.006.62.033.956.061.377.032.764.065 1.208.079.373.014.741-.019 1.105-.085-.44-.286-.887-.562-1.34-.827h-.001Zm-11.22 3.202a18.949 18.949 0 0 1-1.783 1.914c.644.31 1.287.638 1.909.998a35.03 35.03 0 0 1 1.558.967c.244-.216.482-.437.711-.675.593-.614 1.136-1.29 1.661-1.943.385-.478.78-.962 1.197-1.434a14.496 14.496 0 0 0-.631-.655c-1.113-1.075-1.903-1.31-2.854-1.306-.406.462-.8.935-1.184 1.416-.194.24-.388.481-.585.718h.001Zm2.618 3.412a11.06 11.06 0 0 1-.671.64c.373.245.743.493 1.107.737.53.358 1.06.715 1.598 1.061.264.171.535.336.804.503.27-.167.54-.332.804-.503.538-.347 1.068-.704 1.599-1.061.363-.244.733-.492 1.106-.737a12.127 12.127 0 0 1-.67-.64c-.601-.624-1.15-1.305-1.68-1.964a41.762 41.762 0 0 0-1.159-1.391c-.403.457-.786.928-1.16 1.391-.528.659-1.076 1.34-1.678 1.964Zm5.9-.206c.228.237.468.459.71.674.51-.333 1.03-.66 1.558-.967.622-.36 1.266-.688 1.91-1a19.294 19.294 0 0 1-1.775-1.903c-.2-.242-.397-.486-.594-.73-.38-.47-.77-.95-1.18-1.413-.952-.003-1.742.231-2.855 1.307-.218.21-.427.43-.63.655.416.47.811.956 1.196 1.434.525.654 1.068 1.328 1.66 1.943Zm2.64-3.386c.661.798 1.246 1.42 1.832 1.95.381-.18.761-.358 1.137-.532.505-.235 1.01-.467 1.51-.711.255-.123.508-.253.76-.382-.221-.138-.445-.275-.665-.417-.538-.345-1.066-.702-1.597-1.06-.402-.271-.812-.545-1.226-.817a5.73 5.73 0 0 1-1.466.16 21.788 21.788 0 0 1-1.225-.081c-.232-.02-.449-.038-.657-.05.346.4.68.81 1.004 1.212.197.243.394.487.593.728ZM12.6 24.072c-.895.786-1.811 1.385-3.003 2.078l3.444 1.953c.993-.576 2.05-1.247 3.031-2.077a33.171 33.171 0 0 0-1.476-.914 28.18 28.18 0 0 0-1.996-1.04Zm3.735 2.127c-.967.83-2.007 1.5-2.992 2.075l3.449 1.954a112.11 112.11 0 0 0 3.003-1.756 41.95 41.95 0 0 1-.687-.43 96.77 96.77 0 0 1-1.604-1.063c-.384-.258-.775-.52-1.169-.78Zm3.746 2.452c-1.009.62-2.02 1.206-2.982 1.753l2.982 1.69 2.982-1.692a103.44 103.44 0 0 1-2.982-1.75v-.001Zm.285-.177c1.02.622 2.042 1.208 3.005 1.756l3.448-1.955c-.985-.575-2.022-1.245-2.991-2.075-.396.26-.787.52-1.171.78-.532.359-1.064.717-1.604 1.064-.227.147-.458.287-.687.43Zm3.724-2.448c.984.832 2.04 1.5 3.034 2.077l3.443-1.951c-1.195-.695-2.11-1.293-3.005-2.079-.674.324-1.348.664-1.995 1.04-.5.292-.992.596-1.477.913Zm3.774-2.097c.887.764 1.803 1.352 3.006 2.051l3.442-1.95a102.96 102.96 0 0 1-2.989-1.757c-.306.158-.613.315-.922.466-.502.243-1.01.478-1.516.712-.338.156-.679.316-1.021.478Z' }), _jsx("path", { fill: '#C9CDD3', d: 'm5.195 21.77 1.545-2.026h-.858l3.192-5.32 3.158 5.32h-.858l1.58 2.025H9.692v2.78H8.455v-2.78H5.194h.001v.001Zm10.038-5.759 1.93-2.531h-1.072l3.99-6.651 3.948 6.651h-1.072l1.974 2.531h-4.076v3.475h-1.548v-3.475h-4.076.002Zm13.034 2.656 1.158-1.519h-.644l2.395-3.99 2.368 3.99h-.643l1.184 1.519H31.64v2.085h-.929v-2.085h-2.445.001Z' })] }) })),
70
+ mapTypeTerrainActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'm0 20.2 20 11.333L40 20.2 20 8.867 0 20.2zm26.737-6.121c-.891.5-1.763.96-2.756 1.25-.073.02-.146.039-.22.057-.397-.188-.793-.374-1.186-.557a81.547 81.547 0 0 1-1.507-.71c-.245-.119-.487-.245-.733-.37a98.714 98.714 0 0 0 2.957-1.623l3.445 1.953zm3.755 2.129c-.924.518-1.918 1.035-2.961 1.298a35.637 35.637 0 0 0-1.605-.996 27.1 27.1 0 0 0-1.752-.925c1.037-.318 1.973-.82 2.873-1.33l3.445 1.953zm3.753 2.126a91.698 91.698 0 0 1-2.974 1.625c-.273-.168-.547-.336-.814-.51-.536-.344-1.065-.7-1.592-1.055-.332-.224-.669-.449-1.007-.672 1.063-.309 2.06-.84 2.943-1.34l3.444 1.952zm3.293 1.866-2.984 1.69a108.786 108.786 0 0 1-2.983-1.743c1.003-.53 1.997-1.076 2.982-1.639l2.985 1.692zm-32.09-1.692a98.34 98.34 0 0 0 2.982 1.639c-1.01.616-2.027 1.199-2.984 1.743L2.463 20.2l2.985-1.692zM9.2 16.383c.882.497 1.88 1.03 2.942 1.34-.339.224-.674.449-1.004.67-.529.356-1.058.713-1.593 1.058-.268.173-.542.342-.815.51-1.008-.523-2-1.075-2.974-1.626L9.2 16.383zm7.508-4.255c.966.547 1.954 1.1 2.956 1.624-.244.124-.487.25-.733.37-.5.242-1.003.476-1.508.71-.391.18-.787.366-1.183.555-.073-.02-.143-.035-.22-.059-.993-.29-1.866-.747-2.758-1.25l3.446-1.95zm9.061 4.642c.454.262.9.543 1.342.827a5.05 5.05 0 0 1-1.106.085c-.444-.014-.832-.047-1.21-.078a15.38 15.38 0 0 0-.956-.062 16.057 16.057 0 0 0-.505-.54c-.488-.494-.956-.893-1.491-1.169.207.018.412.03.623.03a5.37 5.37 0 0 0 1.26-.155c.69.33 1.38.676 2.043 1.062zm-9.494-1.064c.477.113.883.156 1.26.156.218 0 .428-.014.64-.032-.544.279-1.019.677-1.493 1.158-.178.18-.35.365-.52.554-.319.01-.637.03-.955.062-.377.031-.766.066-1.21.078a5.32 5.32 0 0 1-1.105-.085c.44-.284.887-.563 1.34-.826.66-.387 1.352-.733 2.043-1.065zm3.734-.003c1.358.012 2.193.587 3.1 1.509.108.108.212.223.316.335-.888.046-1.728.345-2.806 1.386-.214.208-.42.424-.62.642-.2-.218-.406-.434-.62-.642-1.078-1.041-1.918-1.339-2.808-1.384.11-.117.217-.236.329-.35.907-.919 1.743-1.488 3.109-1.496zm-6.004 2.28c.41-.015.82-.042 1.228-.08.23-.02.447-.038.655-.05-.342.4-.678.806-1.006 1.217-.194.24-.387.479-.582.716-.669.81-1.254 1.432-1.84 1.964-.383-.182-.766-.36-1.144-.536a87.688 87.688 0 0 1-1.509-.71c-.255-.124-.506-.255-.76-.382.223-.139.448-.276.666-.418.537-.347 1.07-.7 1.598-1.06.402-.27.811-.545 1.225-.815.48.108.972.17 1.468.154h.001zm.532 1.992c.197-.237.391-.478.585-.719.382-.472.773-.954 1.185-1.418.952-.003 1.742.232 2.857 1.308.218.21.426.431.631.656-.416.472-.812.957-1.197 1.435-.526.653-1.07 1.33-1.663 1.945-.229.238-.468.46-.712.675-.511-.333-1.03-.66-1.56-.967-.622-.36-1.266-.69-1.91-1a18.968 18.968 0 0 0 1.784-1.915zm2.621 3.415c.603-.625 1.151-1.306 1.68-1.966.374-.464.757-.934 1.161-1.392.402.458.787.928 1.16 1.392.531.66 1.08 1.341 1.68 1.966.217.225.443.436.673.64-.374.246-.744.495-1.108.738-.53.358-1.061.715-1.6 1.063-.265.171-.536.336-.805.503-.27-.167-.54-.332-.805-.503a82.344 82.344 0 0 1-1.6-1.063c-.364-.243-.734-.492-1.108-.738.23-.203.456-.413.672-.64zm5.906-.206c-.593-.615-1.136-1.29-1.662-1.945a39.25 39.25 0 0 0-1.198-1.435c.204-.225.414-.446.632-.657 1.114-1.076 1.905-1.31 2.857-1.307.41.462.802.944 1.182 1.414.197.244.394.488.594.73a19.38 19.38 0 0 0 1.777 1.906c-.645.312-1.29.64-1.911 1.001a35.08 35.08 0 0 0-1.56.968c-.245-.216-.482-.44-.71-.675h-.001zm2.643-3.39c-.2-.24-.396-.484-.594-.728a46.52 46.52 0 0 0-1.005-1.214c.209.013.425.03.658.05.363.032.774.067 1.226.081a5.73 5.73 0 0 0 1.467-.159c.415.272.826.546 1.228.818.53.358 1.06.715 1.598 1.06.22.143.445.28.666.418-.252.129-.505.26-.76.382-.502.244-1.007.477-1.512.712-.377.174-.757.352-1.138.533-.587-.532-1.172-1.153-1.834-1.953zm-4.262-4.304a15.1 15.1 0 0 0-1.268-.09h-.003c-.013 0-.024.005-.035.007-.044-.002-.082-.008-.127-.008h-.003c-.045 0-.087.006-.132.008a.171.171 0 0 0-.057-.007c-.49.01-.903.052-1.269.09-.622.063-1.146.117-1.83.002.278-.13.556-.26.832-.387.505-.235 1.011-.47 1.513-.713.313-.151.622-.31.931-.47a45.06 45.06 0 0 0 2.444 1.181c.276.128.555.257.833.389-.683.113-1.205.061-1.829-.002zm-8.492-1.235c.901.51 1.836 1.012 2.873 1.33-.592.29-1.182.593-1.754.925a37.06 37.06 0 0 0-1.603.996c-1.045-.263-2.04-.779-2.963-1.298l3.447-1.953zm-4.208 6.052c.306.157.614.315.923.466.502.244 1.008.478 1.513.712.342.16.687.318 1.031.482-.878.758-1.787 1.34-3.015 2.05l-3.444-1.95c.965-.55 1.982-1.139 2.992-1.76zm3.766 1.802c.674.324 1.35.664 1.997 1.041.5.29.993.598 1.478.915-.982.83-2.04 1.502-3.035 2.078L9.506 24.19c1.192-.694 2.11-1.294 3.006-2.08l-.001-.001zm3.738 2.129c.395.26.786.522 1.17.78.533.36 1.065.716 1.605 1.066.227.144.457.288.688.43-1.02.622-2.042 1.21-3.006 1.757l-3.452-1.956c.986-.576 2.027-1.246 2.995-2.077zM20 26.693c1.01.62 2.025 1.207 2.985 1.753L20 30.139l-2.985-1.692c.962-.547 1.975-1.134 2.985-1.754zm.286-.178c.229-.143.46-.283.687-.43.54-.347 1.073-.706 1.605-1.065.385-.26.776-.52 1.172-.78.97.83 2.009 1.5 2.995 2.077l-3.452 1.956a112.097 112.097 0 0 1-3.007-1.758zm3.727-2.45c.486-.315.98-.625 1.478-.915.652-.373 1.319-.72 1.998-1.04.894.787 1.812 1.385 3.007 2.08l-3.446 1.954c-.994-.578-2.053-1.247-3.037-2.08v.001zm3.777-2.1c.343-.162.685-.322 1.023-.478.508-.233 1.014-.47 1.517-.713.31-.15.617-.308.923-.465 1.01.621 2.027 1.208 2.992 1.757L30.8 24.02c-1.205-.7-2.122-1.289-3.01-2.053v-.002zM20 13.584a94.01 94.01 0 0 1-2.983-1.63L20 10.26l2.984 1.69A89.36 89.36 0 0 1 20 13.583v.001z' }) })),
71
+ mapTypeTerrainInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#939BA8', fillRule: 'evenodd', d: 'm0 20.2 20 11.333L40 20.2 20 8.867 0 20.2zm26.737-6.121c-.891.5-1.763.96-2.756 1.25-.073.02-.146.039-.22.057-.397-.188-.793-.374-1.186-.557a81.547 81.547 0 0 1-1.507-.71c-.245-.119-.487-.245-.733-.37a98.714 98.714 0 0 0 2.957-1.623l3.445 1.953zm3.755 2.129c-.924.518-1.918 1.035-2.961 1.298a35.637 35.637 0 0 0-1.605-.996 27.1 27.1 0 0 0-1.752-.925c1.037-.318 1.973-.82 2.873-1.33l3.445 1.953zm3.753 2.126a91.698 91.698 0 0 1-2.974 1.625c-.273-.168-.547-.336-.814-.51-.536-.344-1.065-.7-1.592-1.055-.332-.224-.669-.449-1.007-.672 1.063-.309 2.06-.84 2.943-1.34l3.444 1.952zm3.293 1.866-2.984 1.69a108.786 108.786 0 0 1-2.983-1.743c1.003-.53 1.997-1.076 2.982-1.639l2.985 1.692zm-32.09-1.692a98.34 98.34 0 0 0 2.982 1.639c-1.01.616-2.027 1.199-2.984 1.743L2.463 20.2l2.985-1.692zM9.2 16.383c.882.497 1.88 1.03 2.942 1.34-.339.224-.674.449-1.004.67-.529.356-1.058.713-1.593 1.058-.268.173-.542.342-.815.51-1.008-.523-2-1.075-2.974-1.626L9.2 16.383zm7.508-4.255c.966.547 1.954 1.1 2.956 1.624-.244.124-.487.25-.733.37-.5.242-1.003.476-1.508.71-.391.18-.787.366-1.183.555-.073-.02-.143-.035-.22-.059-.993-.29-1.866-.747-2.758-1.25l3.446-1.95zm9.061 4.642c.454.262.9.543 1.342.827a5.05 5.05 0 0 1-1.106.085c-.444-.014-.832-.047-1.21-.078a15.38 15.38 0 0 0-.956-.062 16.057 16.057 0 0 0-.505-.54c-.488-.494-.956-.893-1.491-1.169.207.018.412.03.623.03a5.37 5.37 0 0 0 1.26-.155c.69.33 1.38.676 2.043 1.062zm-9.494-1.064c.477.113.883.156 1.26.156.218 0 .428-.014.64-.032-.544.279-1.019.677-1.493 1.158-.178.18-.35.365-.52.554-.319.01-.637.03-.955.062-.377.031-.766.066-1.21.078a5.32 5.32 0 0 1-1.105-.085c.44-.284.887-.563 1.34-.826.66-.387 1.352-.733 2.043-1.065zm3.734-.003c1.358.012 2.193.587 3.1 1.509.108.108.212.223.316.335-.888.046-1.728.345-2.806 1.386-.214.208-.42.424-.62.642-.2-.218-.406-.434-.62-.642-1.078-1.041-1.918-1.339-2.808-1.384.11-.117.217-.236.329-.35.907-.919 1.743-1.488 3.109-1.496zm-6.004 2.28c.41-.015.82-.042 1.228-.08.23-.02.447-.038.655-.05-.342.4-.678.806-1.006 1.217-.194.24-.387.479-.582.716-.669.81-1.254 1.432-1.84 1.964-.383-.182-.766-.36-1.144-.536a87.688 87.688 0 0 1-1.509-.71c-.255-.124-.506-.255-.76-.382.223-.139.448-.276.666-.418.537-.347 1.07-.7 1.598-1.06.402-.27.811-.545 1.225-.815.48.108.972.17 1.468.154h.001zm.532 1.992c.197-.237.391-.478.585-.719.382-.472.773-.954 1.185-1.418.952-.003 1.742.232 2.857 1.308.218.21.426.431.631.656-.416.472-.812.957-1.197 1.435-.526.653-1.07 1.33-1.663 1.945-.229.238-.468.46-.712.675-.511-.333-1.03-.66-1.56-.967-.622-.36-1.266-.69-1.91-1a18.968 18.968 0 0 0 1.784-1.915zm2.621 3.415c.603-.625 1.151-1.306 1.68-1.966.374-.464.757-.934 1.161-1.392.402.458.787.928 1.16 1.392.531.66 1.08 1.341 1.68 1.966.217.225.443.436.673.64-.374.246-.744.495-1.108.738-.53.358-1.061.715-1.6 1.063-.265.171-.536.336-.805.503-.27-.167-.54-.332-.805-.503a82.344 82.344 0 0 1-1.6-1.063c-.364-.243-.734-.492-1.108-.738.23-.203.456-.413.672-.64zm5.906-.206c-.593-.615-1.136-1.29-1.662-1.945a39.25 39.25 0 0 0-1.198-1.435c.204-.225.414-.446.632-.657 1.114-1.076 1.905-1.31 2.857-1.307.41.462.802.944 1.182 1.414.197.244.394.488.594.73a19.38 19.38 0 0 0 1.777 1.906c-.645.312-1.29.64-1.911 1.001a35.08 35.08 0 0 0-1.56.968c-.245-.216-.482-.44-.71-.675h-.001zm2.643-3.39c-.2-.24-.396-.484-.594-.728a46.52 46.52 0 0 0-1.005-1.214c.209.013.425.03.658.05.363.032.774.067 1.226.081a5.73 5.73 0 0 0 1.467-.159c.415.272.826.546 1.228.818.53.358 1.06.715 1.598 1.06.22.143.445.28.666.418-.252.129-.505.26-.76.382-.502.244-1.007.477-1.512.712-.377.174-.757.352-1.138.533-.587-.532-1.172-1.153-1.834-1.953zm-4.262-4.304a15.1 15.1 0 0 0-1.268-.09h-.003c-.013 0-.024.005-.035.007-.044-.002-.082-.008-.127-.008h-.003c-.045 0-.087.006-.132.008a.171.171 0 0 0-.057-.007c-.49.01-.903.052-1.269.09-.622.063-1.146.117-1.83.002.278-.13.556-.26.832-.387.505-.235 1.011-.47 1.513-.713.313-.151.622-.31.931-.47a45.06 45.06 0 0 0 2.444 1.181c.276.128.555.257.833.389-.683.113-1.205.061-1.829-.002zm-8.492-1.235c.901.51 1.836 1.012 2.873 1.33-.592.29-1.182.593-1.754.925a37.06 37.06 0 0 0-1.603.996c-1.045-.263-2.04-.779-2.963-1.298l3.447-1.953zm-4.208 6.052c.306.157.614.315.923.466.502.244 1.008.478 1.513.712.342.16.687.318 1.031.482-.878.758-1.787 1.34-3.015 2.05l-3.444-1.95c.965-.55 1.982-1.139 2.992-1.76zm3.766 1.802c.674.324 1.35.664 1.997 1.041.5.29.993.598 1.478.915-.982.83-2.04 1.502-3.035 2.078L9.506 24.19c1.192-.694 2.11-1.294 3.006-2.08l-.001-.001zm3.738 2.129c.395.26.786.522 1.17.78.533.36 1.065.716 1.605 1.066.227.144.457.288.688.43-1.02.622-2.042 1.21-3.006 1.757l-3.452-1.956c.986-.576 2.027-1.246 2.995-2.077zM20 26.693c1.01.62 2.025 1.207 2.985 1.753L20 30.139l-2.985-1.692c.962-.547 1.975-1.134 2.985-1.754zm.286-.178c.229-.143.46-.283.687-.43.54-.347 1.073-.706 1.605-1.065.385-.26.776-.52 1.172-.78.97.83 2.009 1.5 2.995 2.077l-3.452 1.956a112.097 112.097 0 0 1-3.007-1.758zm3.727-2.45c.486-.315.98-.625 1.478-.915.652-.373 1.319-.72 1.998-1.04.894.787 1.812 1.385 3.007 2.08l-3.446 1.954c-.994-.578-2.053-1.247-3.037-2.08v.001zm3.777-2.1c.343-.162.685-.322 1.023-.478.508-.233 1.014-.47 1.517-.713.31-.15.617-.308.923-.465 1.01.621 2.027 1.208 2.992 1.757L30.8 24.02c-1.205-.7-2.122-1.289-3.01-2.053v-.002zM20 13.584a94.01 94.01 0 0 1-2.983-1.63L20 10.26l2.984 1.69A89.36 89.36 0 0 1 20 13.583v.001z' }) })),
72
+ mapTypeNightActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', fillRule: 'evenodd', children: [_jsx("path", { fill: '#30B4C0', d: 'm21.11 13.38 18.87 10.69L20 35.394.02 24.07l9.826-5.566a9 9 0 0 0 1.374.344l-1.793 1.016c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-1.815-1.028c.134-.023.266-.05.398-.08l1.671.958 3.354-1.924-1.373-.777c.1-.079.198-.16.294-.243.497.286.965.555 1.22.7l.147.085.052.03 3.352-1.924-2.68-1.52a9.068 9.068 0 0 0 .357-.76Zm-1.203 16.938-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm3.746-2.05-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm-7.383-.025-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.011-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.014-3.353 1.9L27.304 30l3.353-1.924-3.353-1.9ZM9 24.166l-3.354 1.9L9 27.989l3.353-1.924L9 24.165Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm14.53-.05-3.353 1.9 3.353 1.924 3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-10.92-1.987-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.9Zm-7.364-.013L2.03 24.005c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.041-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.243-.033-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.33-.055-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9ZM9.13 20.053l-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.027-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.242-.038-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.329-.09L27.614 21.8c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.947-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.9Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Z' }), _jsx("path", { fill: '#97D9DF', d: 'M11.11 4.753a.5.5 0 0 1 .108.546 6 6 0 0 0 7.849 7.849.5.5 0 0 1 .654.653 7.002 7.002 0 0 1-13.463-2.693 7.001 7.001 0 0 1 4.307-6.463.5.5 0 0 1 .545.108ZM24 6.37a.375.375 0 0 1 .36.273l.407 1.423a1.874 1.874 0 0 0 1.288 1.288l1.423.406a.375.375 0 0 1 0 .721l-1.423.407a1.875 1.875 0 0 0-1.288 1.288l-.407 1.423a.374.374 0 0 1-.72 0l-.407-1.423a1.874 1.874 0 0 0-1.288-1.288l-1.423-.407a.375.375 0 0 1 0-.72l1.423-.407a1.874 1.874 0 0 0 1.288-1.288l.406-1.423A.375.375 0 0 1 24 6.37Zm4.5-1.5a.375.375 0 0 1 .364.285l.129.518c.118.47.485.837.955.955l.518.129a.375.375 0 0 1 0 .728l-.518.129c-.47.118-.837.485-.955.955l-.129.518a.375.375 0 0 1-.728 0l-.129-.518a1.313 1.313 0 0 0-.955-.955l-.518-.13a.375.375 0 0 1 0-.727l.518-.13a1.312 1.312 0 0 0 .955-.954l.129-.518a.375.375 0 0 1 .364-.284Zm-.75 6.75a.375.375 0 0 1 .356.257l.197.592c.075.223.25.4.474.474l.591.197a.375.375 0 0 1 0 .711l-.591.198a.75.75 0 0 0-.474.474l-.198.591a.375.375 0 0 1-.71 0l-.198-.591a.75.75 0 0 0-.474-.474l-.591-.198a.375.375 0 0 1 0-.71l.591-.198a.75.75 0 0 0 .474-.474l.198-.592a.375.375 0 0 1 .355-.256Z' })] }) })),
73
+ mapTypeNightInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', fillRule: 'evenodd', children: [_jsx("path", { fill: '#939BA8', d: 'M21.11 13.379 39.98 24.07 20 35.393.02 24.07l9.825-5.567a9 9 0 0 0 1.375.345l-1.793 1.016c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-1.815-1.028c.134-.023.266-.05.398-.08l1.671.958 3.354-1.924-1.373-.777c.1-.079.198-.16.294-.243.497.286.965.555 1.22.7l.147.085.052.03 3.352-1.924-2.68-1.52a9.068 9.068 0 0 0 .358-.761Zm-1.203 16.939-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm3.746-2.05-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Zm-7.383-.025-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-3.636-2.04-3.353 1.9c0-.002 3.353 1.923 3.353 1.923l3.353-1.925-3.353-1.898Zm7.383-.011-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm7.287-.014-3.353 1.9L27.304 30l3.353-1.924-3.353-1.9ZM9 24.166l-3.354 1.9L9 27.989l3.353-1.924L9 24.165Zm7.381-.013-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm14.53-.05-3.353 1.9 3.353 1.924 3.353-1.925-3.353-1.898Zm-7.244 0-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm-10.92-1.987-3.354 1.9 3.354 1.923 3.353-1.924-3.353-1.9Zm-7.364-.013L2.03 24.005c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm14.648-.041-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.243-.033-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.33-.055-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9ZM9.13 20.053l-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.354-1.924-3.354-1.9Zm7.266-.027-3.353 1.9 3.353 1.923 3.353-1.924-3.353-1.9Zm7.242-.038-3.353 1.9 3.353 1.924 3.353-1.924-3.353-1.9Zm7.329-.09L27.614 21.8c0-.002 3.353 1.922 3.353 1.922l3.353-1.923-3.353-1.9Zm-10.964-1.947-3.353 1.9 3.353 1.924 3.354-1.925-3.354-1.9Zm7.328-.093-3.353 1.902c0-.002 3.353 1.922 3.353 1.922l3.353-1.924-3.353-1.9Zm-3.635-2.036-3.353 1.9 3.353 1.923 3.354-1.924-3.354-1.9Z' }), _jsx("path", { fill: '#C9CDD3', d: 'M11.11 4.753a.5.5 0 0 1 .108.546 6 6 0 0 0 7.849 7.849.5.5 0 0 1 .654.653 7.002 7.002 0 0 1-13.463-2.693 7.001 7.001 0 0 1 4.307-6.463.5.5 0 0 1 .545.108ZM24 6.37a.375.375 0 0 1 .36.273l.407 1.423a1.874 1.874 0 0 0 1.288 1.288l1.423.406a.375.375 0 0 1 0 .721l-1.423.407a1.875 1.875 0 0 0-1.288 1.288l-.407 1.423a.374.374 0 0 1-.72 0l-.407-1.423a1.874 1.874 0 0 0-1.288-1.288l-1.423-.407a.375.375 0 0 1 0-.72l1.423-.407a1.874 1.874 0 0 0 1.288-1.288l.406-1.423A.375.375 0 0 1 24 6.37Zm4.5-1.5a.375.375 0 0 1 .364.285l.129.518c.118.47.485.837.955.955l.518.129a.375.375 0 0 1 0 .728l-.518.129c-.47.118-.837.485-.955.955l-.129.518a.375.375 0 0 1-.728 0l-.129-.518a1.313 1.313 0 0 0-.955-.955l-.518-.13a.375.375 0 0 1 0-.727l.518-.13a1.312 1.312 0 0 0 .955-.954l.129-.518a.375.375 0 0 1 .364-.284Zm-.75 6.75a.375.375 0 0 1 .356.257l.197.592c.075.223.25.4.474.474l.591.197a.375.375 0 0 1 0 .711l-.591.198a.75.75 0 0 0-.474.474l-.198.591a.375.375 0 0 1-.71 0l-.198-.591a.75.75 0 0 0-.474-.474l-.591-.198a.375.375 0 0 1 0-.71l.591-.198a.75.75 0 0 0 .474-.474l.198-.592a.375.375 0 0 1 .355-.256Z' })] }) })),
74
+ noClusterActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', transform: 'translate(3 3)', children: [_jsx("circle", { cx: '8', cy: '8', r: '8', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M11.333 4.943H12v1.534h-.667V12H9.778v-.818H6.222V12H4.667V6.477H4V4.943h.667v-.511L5.5 3h5l.833 1.432v.511zm-6-.511v2.659h5.334V4.43H5.333v.002zm0 4.09v.614h5.334v-.613H5.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '26', cy: '15', r: '8', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M29.333 11.943H30v1.534h-.667V19h-1.555v-.818h-3.556V19h-1.555v-5.523H22v-1.534h.667v-.511L23.5 10h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66h-5.334v.001zm0 4.09v.614h5.334v-.613h-5.334v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '10', cy: '27', r: '8', fill: '#30B4C0' }), _jsx("path", { fill: '#FFF', d: 'M13.333 23.943H14v1.534h-.667V31h-1.555v-.818H8.222V31H6.667v-5.523H6v-1.534h.667v-.511L7.5 22h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66H7.333v.001zm0 4.09v.614h5.334v-.613H7.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' })] }) })),
75
+ noClusterInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsxs("g", { fill: 'none', transform: 'translate(3 3)', children: [_jsx("circle", { cx: '8', cy: '8', r: '8', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M11.333 4.943H12v1.534h-.667V12H9.778v-.818H6.222V12H4.667V6.477H4V4.943h.667v-.511L5.5 3h5l.833 1.432v.511zm-6-.511v2.659h5.334V4.43H5.333v.002zm0 4.09v.614h5.334v-.613H5.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '26', cy: '15', r: '8', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M29.333 11.943H30v1.534h-.667V19h-1.555v-.818h-3.556V19h-1.555v-5.523H22v-1.534h.667v-.511L23.5 10h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66h-5.334v.001zm0 4.09v.614h5.334v-.613h-5.334v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' }), _jsx("circle", { cx: '10', cy: '27', r: '8', fill: '#A7AFBB' }), _jsx("path", { fill: '#FFF', d: 'M13.333 23.943H14v1.534h-.667V31h-1.555v-.818H8.222V31H6.667v-5.523H6v-1.534h.667v-.511L7.5 22h5l.833 1.432v.511zm-6-.511v2.659h5.334v-2.66H7.333v.001zm0 4.09v.614h5.334v-.613H7.333v-.001zm.122 1.055v.692h.727v-.692h-.727zm4.363 0v.692h.727v-.692h-.727z' })] }) })),
76
+ roadRestrictionsActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', d: 'M25.114 7l-3.325 5.717c.023.257.04.52.04.783-.001 3.376-2.003 6.289-4.897 7.642l-.052.021L10 33h23V7h-7.886zm-1.971 23.4H19.2l2.583-5.85h2.914l-1.554 5.85zM25.929 20h-2.704l1.751-4.55h2.166L25.929 20zm2.267-8.45h-1.715l1.262-3.25h1.314l-.86 3.25h-.001zM13.5 7c.879 0 1.72.17 2.523.513a6.501 6.501 0 0 1 2.079 1.385 6.501 6.501 0 0 1 1.385 2.079c.342.803.513 1.644.513 2.523 0 .879-.17 1.72-.513 2.523a6.501 6.501 0 0 1-1.385 2.079 6.501 6.501 0 0 1-2.079 1.385A6.383 6.383 0 0 1 13.5 20c-.879 0-1.72-.17-2.523-.513a6.501 6.501 0 0 1-2.079-1.385 6.501 6.501 0 0 1-1.385-2.079A6.383 6.383 0 0 1 7 13.5c0-.879.17-1.72.513-2.523a6.501 6.501 0 0 1 1.385-2.079 6.501 6.501 0 0 1 2.079-1.385A6.383 6.383 0 0 1 13.5 7zm0 1.69a4.74 4.74 0 0 0-2.416.642 4.724 4.724 0 0 0-1.752 1.752A4.74 4.74 0 0 0 8.69 13.5c0 .901.244 1.746.732 2.535l6.613-6.613A4.732 4.732 0 0 0 13.5 8.69zm4.112 2.343l-6.58 6.579a4.745 4.745 0 0 0 2.468.698 4.74 4.74 0 0 0 2.416-.642 4.724 4.724 0 0 0 1.752-1.752 4.74 4.74 0 0 0 .642-2.416c0-.864-.233-1.686-.698-2.467z' }) })),
77
+ roadRestrictionsInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', d: 'M25.114 7l-3.325 5.717c.023.257.04.52.04.783-.001 3.376-2.003 6.289-4.897 7.642l-.052.021L10 33h23V7h-7.886zm-1.971 23.4H19.2l2.583-5.85h2.914l-1.554 5.85zM25.929 20h-2.704l1.751-4.55h2.166L25.929 20zm2.267-8.45h-1.715l1.262-3.25h1.314l-.86 3.25h-.001zM13.5 7c.879 0 1.72.17 2.523.513a6.501 6.501 0 0 1 2.079 1.385 6.501 6.501 0 0 1 1.385 2.079c.342.803.513 1.644.513 2.523 0 .879-.17 1.72-.513 2.523a6.501 6.501 0 0 1-1.385 2.079 6.501 6.501 0 0 1-2.079 1.385A6.383 6.383 0 0 1 13.5 20c-.879 0-1.72-.17-2.523-.513a6.501 6.501 0 0 1-2.079-1.385 6.501 6.501 0 0 1-1.385-2.079A6.383 6.383 0 0 1 7 13.5c0-.879.17-1.72.513-2.523a6.501 6.501 0 0 1 1.385-2.079 6.501 6.501 0 0 1 2.079-1.385A6.383 6.383 0 0 1 13.5 7zm0 1.69a4.74 4.74 0 0 0-2.416.642 4.724 4.724 0 0 0-1.752 1.752A4.74 4.74 0 0 0 8.69 13.5c0 .901.244 1.746.732 2.535l6.613-6.613A4.732 4.732 0 0 0 13.5 8.69zm4.112 2.343l-6.58 6.579a4.745 4.745 0 0 0 2.468.698 4.74 4.74 0 0 0 2.416-.642 4.724 4.724 0 0 0 1.752-1.752 4.74 4.74 0 0 0 .642-2.416c0-.864-.233-1.686-.698-2.467z' }) })),
78
+ systemPoisActive: (_jsxs("svg", { xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', width: '40', height: '40', children: [_jsx("defs", { children: _jsx("path", { id: 'a', d: 'M14.466 22.299l3.235 3.231L8 32l6.466-9.701zM24.836 7l6.27 6.268h-.002L33 15.165l-1.97 1.966-1.893-1.893-3.61 3.61-1.71 10.6-13.265-13.265 10.6-1.71 3.61-3.61L22.87 8.97 24.835 7z' }) }), _jsx("use", { fill: '#30B4C0', xlinkHref: '#a' })] })),
79
+ systemPoisInactive: (_jsxs("svg", { xmlns: 'http://www.w3.org/2000/svg', xmlnsXlink: 'http://www.w3.org/1999/xlink', width: '40', height: '40', children: [_jsx("defs", { children: _jsx("path", { id: 'a', d: 'M14.466 22.299l3.235 3.231L8 32l6.466-9.701zM24.836 7l6.27 6.268h-.002L33 15.165l-1.97 1.966-1.893-1.893-3.61 3.61-1.71 10.6-13.265-13.265 10.6-1.71 3.61-3.61L22.87 8.97 24.835 7z' }) }), _jsx("use", { fill: '#A7AFBB', xlinkHref: '#a' })] })),
80
+ trafficActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', d: 'M28.333 17.111h-2.889v-3.85l2.89-3.372h-2.89V7H13.89v2.889H11l2.889 3.371v3.851H11l2.889 3.371v3.851H11l2.889 3.372V33h11.555v-5.295l2.89-3.372h-2.89v-3.85l2.89-3.372h-.001zm-8.666 13a2.889 2.889 0 1 1 .002-5.78 2.889 2.889 0 0 1-.003 5.781l.001-.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001z' }) })),
81
+ trafficInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', d: 'M28.333 17.111h-2.889v-3.85l2.89-3.372h-2.89V7H13.89v2.889H11l2.889 3.371v3.851H11l2.889 3.371v3.851H11l2.889 3.372V33h11.555v-5.295l2.89-3.372h-2.89v-3.85l2.89-3.372h-.001zm-8.666 13a2.889 2.889 0 1 1 .002-5.78 2.889 2.889 0 0 1-.003 5.781l.001-.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001zm0-7.222a2.889 2.889 0 1 1 .002-5.778 2.889 2.889 0 0 1-.003 5.778h.001z' }) })),
82
+ workshopPoisActive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#30B4C0', fillRule: 'evenodd', d: 'M12.528 9.322a5.362 5.362 0 0 1 6.872 6.872l10.032 10.032 2.101 2.102-3.2 3.2L16.274 19.37a5.362 5.362 0 0 1-6.95-6.85l3.785 3.786 3.202-3.201-1.474-1.474zm3.759 11.837l.948.948 1.263 1.264.948.947-7.19 7.19-3.159-3.16 7.19-7.189zM30.085 9.372l1.263 1.263-1.895 3.16-1.895.631-4.057 4.056-1.263-1.263 4.056-4.056.632-1.896 3.159-1.895z' }) })),
83
+ workshopPoisInactive: (_jsx("svg", { xmlns: 'http://www.w3.org/2000/svg', width: '40', height: '40', children: _jsx("path", { fill: '#A7AFBB', fillRule: 'evenodd', d: 'M12.262 9.055a5.362 5.362 0 0 1 6.871 6.873c.016.015 3.36 3.358 10.032 10.031l2.102 2.102-3.201 3.2-12.057-12.158a5.362 5.362 0 0 1-6.951-6.85l3.785 3.787 3.202-3.202-1.474-1.474zm3.758 11.838l.948.947 1.264 1.264.947.948-7.19 7.19-3.158-3.16 7.19-7.19zM29.818 9.105l1.264 1.264-1.896 3.159-1.895.631-4.056 4.057-1.264-1.264 4.057-4.056.631-1.895 3.16-1.896z' }) })),
84
84
  };
@@ -1,4 +1,3 @@
1
- /// <reference types="heremaps" />
2
1
  import type { ClusterTheme } from '../components/features/layers/clustering/ClusterLayer';
3
2
  export type Cluster = H.clustering.ICluster;
4
3
  export type DataPoint = H.clustering.DataPoint;
@@ -1,4 +1,3 @@
1
- /// <reference types="heremaps" />
2
1
  import type { MapEvent } from './mapTypes';
3
2
  export type EventListenerMap = {
4
3
  [key: string]: Function;
@@ -60,7 +60,7 @@ export const removeEventListenerMap = (eventTarget) => {
60
60
  }
61
61
  };
62
62
  export const createTapOnDblTapPreventer = (eventListenerMap, delayBetweenTaps = 300) => {
63
- const result = Object.assign({}, eventListenerMap);
63
+ const result = { ...eventListenerMap };
64
64
  if (!eventListenerMap[EventUtils.TAP] || !eventListenerMap[EventUtils.DBL_TAP]) {
65
65
  return result;
66
66
  }
@@ -1,5 +1,3 @@
1
- /// <reference types="heremaps" />
2
- /// <reference types="react" />
3
1
  import type { ObjectValues } from '../../../utils/ObjectValues';
4
2
  import type { MapUtils } from './mapUtils';
5
3
  import type { EventListenerMap } from './eventHandling';
@@ -1,2 +1 @@
1
- /// <reference types="heremaps" />
2
1
  export declare const getHereUi: (hereMap: H.Map, defaultLayers: H.service.DefaultLayers, showScaleBar: boolean, language: string) => H.ui.UI;
@@ -1,4 +1,3 @@
1
- /// <reference types="heremaps" />
2
1
  import { calculateBoundingBox, isValidBoundingBox, parsePositionFromString } from './positions';
3
2
  import type { BoundingBox, MapBoundingBox, Position } from './mapTypes';
4
3
  export declare const getMapBounds: (boundingBox: BoundingBox) => H.geo.Rect;
@@ -53,15 +53,15 @@ export const createUtils = (mapApi) => {
53
53
  getBounds: () => {
54
54
  const { bounds } = mapApi.getViewModel().getLookAtData();
55
55
  // HERE Maps API for JavaScript 3.1
56
- const boundingBox = bounds === null || bounds === void 0 ? void 0 : bounds.getBoundingBox();
56
+ const boundingBox = bounds?.getBoundingBox();
57
57
  return {
58
58
  topLeft: {
59
- lng: boundingBox === null || boundingBox === void 0 ? void 0 : boundingBox.getTopLeft().lng,
60
- lat: boundingBox === null || boundingBox === void 0 ? void 0 : boundingBox.getTopLeft().lat,
59
+ lng: boundingBox?.getTopLeft().lng,
60
+ lat: boundingBox?.getTopLeft().lat,
61
61
  },
62
62
  bottomRight: {
63
- lng: boundingBox === null || boundingBox === void 0 ? void 0 : boundingBox.getBottomRight().lng,
64
- lat: boundingBox === null || boundingBox === void 0 ? void 0 : boundingBox.getBottomRight().lat,
63
+ lng: boundingBox?.getBottomRight().lng,
64
+ lat: boundingBox?.getBottomRight().lat,
65
65
  },
66
66
  };
67
67
  },
@@ -56,8 +56,8 @@ export const ease = (startCoord = { lat: 0, lng: 0 }, endCoord = { lat: 1, lng:
56
56
  let currentSinValue = 0;
57
57
  const step = () => {
58
58
  currentSinValue += sinValueIncrement;
59
- currentValueLat += valueIncrementLat * Math.pow(Math.sin(currentSinValue), 2) * 2;
60
- currentValueLng += valueIncrementLng * Math.pow(Math.sin(currentSinValue), 2) * 2;
59
+ currentValueLat += valueIncrementLat * Math.sin(currentSinValue) ** 2 * 2;
60
+ currentValueLng += valueIncrementLng * Math.sin(currentSinValue) ** 2 * 2;
61
61
  if (currentSinValue < Math.PI) {
62
62
  onStep({ lat: currentValueLat, lng: currentValueLng });
63
63
  raf(step);
@@ -1,4 +1,3 @@
1
- /// <reference types="heremaps" />
2
1
  import type { MapCredentials, MapType } from './mapTypes';
3
2
  export declare const getPPI: () => 100 | 200;
4
3
  export declare const isVectorBased: (enableWebGL: boolean, baseLayer: MapType) => boolean;