@gisatcz/ptr-atoms
Advanced tools
Comparing version 1.7.4 to 1.8.0
@@ -10,6 +10,6 @@ import PropTypes from 'prop-types'; | ||
import { HiCursorClick as Selection } from 'react-icons/hi'; | ||
import { HiCursorArrowRipple as Tooltip } from 'react-icons/hi2'; | ||
import { HiCursorArrowRipple as Tooltip, HiGlobeEuropeAfrica as GlobeOutline } from 'react-icons/hi2'; | ||
import { ImStatsBars as Statistics } from 'react-icons/im'; | ||
import { TbSatellite as Satellite } from 'react-icons/tb'; | ||
import { FaMountain as Mountain } from 'react-icons/fa'; | ||
import { TbSatellite as Satellite, TbZoomInArea as ZoomInArea } from 'react-icons/tb'; | ||
import { FaMountain as Mountain, FaGlobeAfrica as Globe } from 'react-icons/fa'; | ||
import './style.scss'; | ||
@@ -79,2 +79,8 @@ import { jsx as _jsx } from "react/jsx-runtime"; | ||
break; | ||
case 'ri-globe': | ||
i = /*#__PURE__*/_jsx(Globe, {}); | ||
break; | ||
case 'ri-globe-outline': | ||
i = /*#__PURE__*/_jsx(GlobeOutline, {}); | ||
break; | ||
case 'ri-help': | ||
@@ -194,2 +200,5 @@ i = /*#__PURE__*/_jsx(Help, {}); | ||
break; | ||
case 'ri-zoom-in-area': | ||
i = /*#__PURE__*/_jsx(ZoomInArea, {}); | ||
break; | ||
} | ||
@@ -196,0 +205,0 @@ return /*#__PURE__*/_jsx(IconContext.Provider, { |
{ | ||
"name": "@gisatcz/ptr-atoms", | ||
"version": "1.7.4", | ||
"version": "1.8.0", | ||
"description": "Panther FE atoms", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
958612
11564