@evergis/react 4.0.48 → 4.0.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/react.esm.js +1 -1
- package/dist/react.esm.js.map +1 -1
- package/package.json +2 -3
package/dist/react.esm.js
CHANGED
|
@@ -7873,7 +7873,7 @@ var img$2 = "data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32
|
|
|
7873
7873
|
|
|
7874
7874
|
var img$1 = "data:image/svg+xml,%3csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e %3crect width='32' height='32' fill='transparent'/%3e %3crect x='8' y='8' width='16' height='16' rx='2' fill='url(%23paint0_linear_6459_10399)'/%3e %3cdefs%3e %3clinearGradient id='paint0_linear_6459_10399' x1='8' y1='8' x2='24' y2='24' gradientUnits='userSpaceOnUse'%3e %3cstop stop-color='%230084D6'/%3e %3cstop offset='0.489583' stop-color='%230084D6'/%3e %3cstop offset='0.489683' stop-color='%2305A9FF'/%3e %3cstop offset='0.921875' stop-color='%2305A9FF'/%3e %3c/linearGradient%3e %3c/defs%3e%3c/svg%3e";
|
|
7875
7875
|
|
|
7876
|
-
var img = "data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0
|
|
7876
|
+
var img = "data:image/svg+xml,%3csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' style='enable-background:new 0 0 32 32%3b' xml:space='preserve'%3e %3cstyle type='text/css'%3e .st0%7bfill:%23AEC46F%3b%7d %3c/style%3e %3cg%3e %3cpath class='st0' d='M23%2c8H9C8.4%2c8%2c8%2c8.4%2c8%2c9v14c0%2c0.6%2c0.4%2c1%2c1%2c1h14c0.6%2c0%2c1-0.4%2c1-1V9C24%2c8.4%2c23.6%2c8%2c23%2c8z M10%2c11.5h2.8l-0.7%2c2H10 V11.5z M10%2c17h5v5h-0.4c-0.3-2.4-2.2-4.3-4.6-4.6V17z M22%2c15h-4.3l4.3-4.3V15z M17%2c14.3V10h4.3L17%2c14.3z M21.9%2c17 c-0.5%2c1-1.6%2c1.7-3%2c1.7H17V17H21.9z M17%2c19.7h1.7c0.1%2c0.9%2c0.5%2c1.7%2c1%2c2.3H17V19.7z M19.7%2c19.6c0.9-0.2%2c1.7-0.6%2c2.3-1.2V22h-0.7 C20.5%2c21.6%2c19.9%2c20.7%2c19.7%2c19.6z M15%2c10v5h-5v-0.5h2.5c0.2%2c0%2c0.4-0.1%2c0.5-0.3l1-3c0-0.2%2c0-0.4-0.1-0.5c-0.1-0.1-0.2-0.2-0.4-0.2H10 V10H15z M10%2c18.4c1.8%2c0.3%2c3.3%2c1.8%2c3.6%2c3.6H10V18.4z'/%3e %3c/g%3e%3c/svg%3e";
|
|
7877
7877
|
|
|
7878
7878
|
const LayerIcon = ({ layerInfo, error }) => {
|
|
7879
7879
|
const geometryType = layerInfo?.configuration?.geometryType;
|