@vertigis/react-ui 11.7.0 → 11.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/icons/JumpToPoint.d.ts +4 -0
- package/icons/JumpToPoint.js +3 -0
- package/icons/StarRemove.d.ts +4 -0
- package/icons/StarRemove.js +3 -0
- package/icons/index.d.ts +2 -0
- package/icons/index.js +2 -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');
|
|
@@ -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: "M19.946 11.277c-2.37-.684-5.029-.094-6.896 1.773-1.439 1.439-2.112 3.347-2.037 5.232l-4.592 2.481c-.399.199-.899.298-1.298.199-1.098-.199-1.797-1.191-1.598-2.283l.899-5.162L.63 9.942c-.3-.298-.599-.695-.599-1.191-.2-1.092.599-2.085 1.698-2.184l5.193-.794 2.296-4.666c.2-.298.499-.695.899-.893.999-.496 2.197-.099 2.696.893l2.297 4.666 5.193.794c.399.099.799.298 1.098.596.799.794.799 1.985 0 2.78M24 18.001c0 3.3-2.7 6-6 6s-6-2.7-6-6 2.7-6 6-6 6 2.7 6 6zm-2-1h-8v2h8v-2z" }, void 0) }, void 0), 'StarRemove');
|
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";
|
|
@@ -589,6 +590,7 @@ export { default as StarAdd } from "./StarAdd.js";
|
|
|
589
590
|
export { default as StarCheck } from "./StarCheck.js";
|
|
590
591
|
export { default as StarHalf } from "./StarHalf.js";
|
|
591
592
|
export { default as StarOutline } from "./StarOutline.js";
|
|
593
|
+
export { default as StarRemove } from "./StarRemove.js";
|
|
592
594
|
export { default as StationLocator } from "./StationLocator.js";
|
|
593
595
|
export { default as Stop } from "./Stop.js";
|
|
594
596
|
export { default as StreetEdit } from "./StreetEdit.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";
|
|
@@ -589,6 +590,7 @@ export { default as StarAdd } from "./StarAdd.js";
|
|
|
589
590
|
export { default as StarCheck } from "./StarCheck.js";
|
|
590
591
|
export { default as StarHalf } from "./StarHalf.js";
|
|
591
592
|
export { default as StarOutline } from "./StarOutline.js";
|
|
593
|
+
export { default as StarRemove } from "./StarRemove.js";
|
|
592
594
|
export { default as StationLocator } from "./StationLocator.js";
|
|
593
595
|
export { default as Stop } from "./Stop.js";
|
|
594
596
|
export { default as StreetEdit } from "./StreetEdit.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/react-ui",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.8.0",
|
|
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.492",
|
|
37
37
|
"@testing-library/react": "^12.1.2",
|
|
38
38
|
"@testing-library/user-event": "^13.5.0",
|
|
39
39
|
"@types/color": "^3.0.1",
|