@vertigis/react-ui 11.7.0 → 11.7.1
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/icons/JumpToPoint.d.ts +4 -0
- package/icons/JumpToPoint.js +3 -0
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -0
- package/package.json +2 -2
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
+
export default createSvgIcon(_jsx("g", { children: _jsx("path", { d: "M3 9c0-1.7.6-3.5 1.9-4.9C6.7 2 9.5 1.1 12.3 1c2.6-.1 5.2 1.1 7.1 3L21 3v6l-5-3 1.3-.9c-.8-.7-1.8-1.3-2.9-1.7C11.6 2.5 8 3 5.6 4.9 4.4 5.9 3.5 7.4 3 9zm18 12H3v-2H2v3h20v-3h-1v2zM3 11c-1.7 0-3 1.3-3 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3zm18 1c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2m0-1c1.7 0 3 1.3 3 3s-1.3 3-3 3-3-1.3-3-3 1.3-3 3-3z" }, void 0) }, void 0), 'JumpToPoint');
|
package/icons/index.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export { default as IntersectingFeatures } from "./IntersectingFeatures.js";
|
|
|
321
321
|
export { default as IntersectionLocate } from "./IntersectionLocate.js";
|
|
322
322
|
export { default as ItemsFirst } from "./ItemsFirst.js";
|
|
323
323
|
export { default as Iwtm } from "./Iwtm.js";
|
|
324
|
+
export { default as JumpToPoint } from "./JumpToPoint.js";
|
|
324
325
|
export { default as Label } from "./Label.js";
|
|
325
326
|
export { default as LabelOff } from "./LabelOff.js";
|
|
326
327
|
export { default as LabelOptions } from "./LabelOptions.js";
|
package/icons/index.js
CHANGED
|
@@ -321,6 +321,7 @@ export { default as IntersectingFeatures } from "./IntersectingFeatures.js";
|
|
|
321
321
|
export { default as IntersectionLocate } from "./IntersectionLocate.js";
|
|
322
322
|
export { default as ItemsFirst } from "./ItemsFirst.js";
|
|
323
323
|
export { default as Iwtm } from "./Iwtm.js";
|
|
324
|
+
export { default as JumpToPoint } from "./JumpToPoint.js";
|
|
324
325
|
export { default as Label } from "./Label.js";
|
|
325
326
|
export { default as LabelOff } from "./LabelOff.js";
|
|
326
327
|
export { default as LabelOptions } from "./LabelOptions.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/react-ui",
|
|
3
|
-
"version": "11.7.
|
|
3
|
+
"version": "11.7.1",
|
|
4
4
|
"description": "Utilities and React components used in VertiGIS applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vertigis",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"xss": "^1.0.13"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@geocortex/icons": "5.0.
|
|
36
|
+
"@geocortex/icons": "5.0.488",
|
|
37
37
|
"@testing-library/react": "^12.1.2",
|
|
38
38
|
"@testing-library/user-event": "^13.5.0",
|
|
39
39
|
"@types/color": "^3.0.1",
|