@vertigis/react-ui 9.11.0 → 9.14.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/BufferIdentify.js +2 -2
- package/icons/BufferMeasure.js +2 -2
- package/icons/BufferShape.js +2 -2
- package/icons/SwapView.d.ts +4 -0
- package/icons/SwapView.js +3 -0
- package/icons/ViewSwitchList.js +2 -2
- package/icons/ViewSwitchTable.js +2 -2
- package/icons/index.d.ts +1 -0
- package/icons/index.js +1 -0
- package/package.json +2 -2
package/icons/BufferIdentify.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(
|
|
3
|
+
export default createSvgIcon(_jsx("g", { children: _jsx("path", { d: "M9.7 21l1.4-1.4c0-.5-.1-.9 0-1.4l-2.6 2.6c-.6-.2-1.1-.5-1.6-.9L9.8 17h1.3c0-.3.1-.7.2-1h-1.1L6 11.8V6h5.8l4.2 4.2v1.1c.3-.1.7-.2 1-.2V9.8l2.9-2.9c.4.5.7 1.1.9 1.6L18.3 11c.4 0 .8.1 1.2.2L21 9.7v2c.4.2.7.4 1 .6V10c0-1.6-.6-3.1-1.8-4.2l-4-4C15.1.6 13.6 0 12 0H6C2.7 0 0 2.7 0 6v6c0 1.6.6 3.1 1.8 4.2l4 4C6.9 21.4 8.4 22 10 22h2.3c-.3-.3-.5-.6-.6-1h-2zM1 9.7l4-4v2.6l-4 4V9.7zm6 4.5l-2.9 2.9-1.3-1.3 2.9-2.9L7 14.2zM9.7 5l3.8-3.8c.6.2 1.2.5 1.7.9l-3 2.9H9.7zm6.6 4.1L15 7.8l3-2.9 1.3 1.3-3 2.9zm-.35-6.25L17.2 4.1l-3 2.9L13 5.8l2.95-2.95zM12.3 1l-4 4H5.7l4-4h2.6zm-4 0L1 8.3V5.7L5.7 1h2.6zm-4.5.5L1.5 3.8C2 2.8 2.8 2 3.8 1.5zm-2.6 12L5 9.7v2.5l-2.9 2.9c-.4-.5-.7-1.1-.9-1.6zm3.7 4.3L7.8 15 9 16.2l-2.9 2.9-1.2-1.3zM18 12c-3.3 0-6 2.7-6 6s2.7 6 6 6 6-2.7 6-6-2.7-6-6-6zm1 10h-2v-5h2v5zm0-6h-2v-2h2v2z" }, void 0) }, void 0), 'BufferIdentify');
|
package/icons/BufferMeasure.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(
|
|
3
|
+
export default createSvgIcon(_jsx("g", { children: _jsx("path", { d: "M17.7 17l3.3-3.3v2.6l-.7.7h1.6c.2-.49.07-6.34.1-7 0-1.6-.6-3.1-1.8-4.3l-4-4C15.1.6 13.6 0 12 0H6C2.7 0 0 2.7 0 6v6c0 1.6.6 3.1 1.8 4.2L6 20.4V19l-1.1-1.1L7.8 15 9 16.2l-.7.8h9.4zM16 16h-5.8L6 11.8V6h5.8l4.2 4.2V16zM12.2 5H9.7l3.8-3.8c.6.2 1.2.5 1.7.9l-3 2.9zM15 7.8l2.9-2.9 1.3 1.3-2.9 2.9L15 7.8zm6 4.5l-4 4v-2.6l4-4v2.6zm-.2-3.8L17 12.3V9.8l2.9-2.9c.4.5.7 1 .9 1.6zm-3.7-4.4L14.2 7 13 5.8l2.9-2.9 1.2 1.2zM12 1h.3l-4 4H5.7l4-4H12zM1 9.7l4-4v2.6l-4 4V9.7zM8.3 1L1 8.3V5.7L5.7 1h2.6zm-4.5.5L1.5 3.8C2 2.8 2.8 2 3.8 1.5zm-2.6 12L5 9.7v2.5l.1.1-2.9 2.9c-.4-.5-.8-1.1-1-1.7zm1.7 2.4L5.8 13l1.3 1.3-2.9 2.9-1.3-1.3zM7 18v6h17v-6H7zm16 5H8v-4h1v2h1v-2h1v3h1v-3h1v2h1v-2h1v3h1v-3h1v2h1v-2h1v3h1v-3h1v2h1v-2h1v4z" }, void 0) }, void 0), 'BufferMeasure');
|
package/icons/BufferShape.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(
|
|
3
|
+
export default createSvgIcon(_jsx("g", { children: _jsx("path", { d: "M21.2 6.7l-4-4C16.1 1.6 14.6 1 13 1H7C3.7 1 1 3.7 1 7c.04 9.41-.91 7.53 5.8 14.2C7.9 22.4 9.4 23 11 23h6c3.3 0 6-2.7 6-6v-6c0-1.6-.6-3.1-1.8-4.3zm.6 2.8L18 13.3v-2.5l2.9-2.9c.4.5.7 1.1.9 1.6zm-1.6-2.3l-3 2.8L16 8.8l2.9-2.9 1.3 1.3zm-3.2 4V17h-5.8L7 12.8V7h5.8l4.2 4.2zm1.2-6l-3 2.8L14 6.8l2.9-2.9 1.3 1.3zm-2.1-2L13.2 6h-2.5l3.8-3.8c.6.2 1.1.5 1.6 1zM13.3 2l-4 4H6.7l4-4h2.6zm-8.5.5L2.5 4.8C3 3.8 3.8 3 4.8 2.5zM2 6.7L6.7 2h2.6L2 9.3V6.7zm0 4l4-4v2.6l-4 4v-2.6zm.2 3.8L6 10.7v2.5l.1.1-2.9 2.9c-.4-.5-.8-1.1-1-1.7zm1.7 2.4L6.8 14l1.3 1.3-2.9 2.9-1.3-1.3zm2 2L8.8 16l1.3 1.3-2.9 2.9-1.3-1.3zm2.1 2l2.9-2.9h2.4l-3.8 3.8c-.5-.2-1.1-.5-1.5-.9zm3 1.1h-.3l4-4h2.6l-4 4H11zm8.2-.5l2.2-2.2c-.4.9-1.2 1.7-2.2 2.2zm2.8-4.3L17.3 22h-2.6l7.3-7.3v2.5zm0-3.9l-4 4v-2.6l4-4v2.6z" }, void 0) }, void 0), 'BufferShape');
|
|
@@ -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: "M13 12l-3-3v2H3v2h7v2l3-3zm9-11H2C.9 1 0 1.9 0 3v14c0 1.1.9 2 2 2h7.5v2H8v1h8v-1h-1.5v-2H22c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zm-8 2v2h7v2h-7v2l-3-3 3-3zM2 16c-.5 0-1-.5-1-1V3c0-.5.5-1 1-1h2l16 14H2zm19.5 2c-.3 0-.5-.2-.5-.5s.2-.5.5-.5.5.2.5.5-.2.5-.5.5z" }, void 0) }, void 0), 'SwapView');
|
package/icons/ViewSwitchList.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(
|
|
3
|
+
export default createSvgIcon(_jsx("g", { children: _jsx("path", { d: "M7 10v1H6v-1h1m0-1H6c-.6 0-1 .4-1 1v1c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1c0-.6-.4-1-1-1zm0 6v1H6v-1h1m0-1H6c-.6 0-1 .4-1 1v1c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1c0-.6-.4-1-1-1zm0 6v1H6v-1h1m0-1H6c-.6 0-1 .4-1 1v1c0 .6.4 1 1 1h1c.6 0 1-.4 1-1v-1c0-.6-.4-1-1-1zm-5-3H1v-3h1v-1H1V9h1V8H1V5h4v1h1V5h4v1h1V5h4v1h1V5h4v1h1V1c0-.6-.4-1-1-1H1C.4 0 0 .4 0 1v15c0 .6.4 1 1 1h1v-1zM16 1h4v3h-4V1zm-5 0h4v3h-4V1zM6 1h4v3H6V1zM1 1h4v3H1V1zm22 7v15H4V8h19m0-1H4c-.6 0-1 .4-1 1v15c0 .6.4 1 1 1h19c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1zm-4 4H9v-1h10v1zm2 5H9v-1h12v1zm-3 5H9v-1h9v1z" }, void 0) }, void 0), 'ViewSwitchList');
|
package/icons/ViewSwitchTable.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { jsx as _jsx
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(
|
|
3
|
+
export default createSvgIcon(_jsx("g", { children: _jsx("path", { d: "M23 7H4c-.6 0-1 .4-1 1v15c0 .6.4 1 1 1h19c.6 0 1-.4 1-1V8c0-.6-.4-1-1-1zM8 23H4v-3h4v3zm0-4H4v-3h4v3zm0-4H4v-3h4v3zm-4-4V8h4v3H4zm9 12H9v-3h4v3zm0-4H9v-3h4v3zm0-4H9v-3h4v3zm-4-4V8h4v3H9zm9 12h-4v-3h4v3zm0-4h-4v-3h4v3zm0-4h-4v-3h4v3zm-4-4V8h4v3h-4zm9 12h-4v-3h4v3zm0-4h-4v-3h4v3zm0-4h-4v-3h4v3zm0-4h-4V8h4v3zM4 5c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1H3c-.6 0-1 .4-1 1v1c0 .6.4 1 1 1h1zM3 3h1v1H3V3zM1 1h19v5h1V1c0-.6-.4-1-1-1H1C.4 0 0 .4 0 1v15c0 .6.4 1 1 1h1v-1H1V1zm5 2h10v1H6V3z" }, void 0) }, void 0), 'ViewSwitchTable');
|
package/icons/index.d.ts
CHANGED
|
@@ -588,6 +588,7 @@ export { default as Subtract } from "./Subtract.js";
|
|
|
588
588
|
export { default as Success } from "./Success.js";
|
|
589
589
|
export { default as Survey } from "./Survey.js";
|
|
590
590
|
export { default as Suspend } from "./Suspend.js";
|
|
591
|
+
export { default as SwapView } from "./SwapView.js";
|
|
591
592
|
export { default as SwatchPicker } from "./SwatchPicker.js";
|
|
592
593
|
export { default as SweepingEdit } from "./SweepingEdit.js";
|
|
593
594
|
export { default as SweepingGlobal } from "./SweepingGlobal.js";
|
package/icons/index.js
CHANGED
|
@@ -588,6 +588,7 @@ export { default as Subtract } from "./Subtract.js";
|
|
|
588
588
|
export { default as Success } from "./Success.js";
|
|
589
589
|
export { default as Survey } from "./Survey.js";
|
|
590
590
|
export { default as Suspend } from "./Suspend.js";
|
|
591
|
+
export { default as SwapView } from "./SwapView.js";
|
|
591
592
|
export { default as SwatchPicker } from "./SwatchPicker.js";
|
|
592
593
|
export { default as SweepingEdit } from "./SweepingEdit.js";
|
|
593
594
|
export { default as SweepingGlobal } from "./SweepingGlobal.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/react-ui",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.14.0",
|
|
4
4
|
"description": "Utilities and React components used in VertiGIS applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vertigis",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"tslib": "^2.1.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@geocortex/icons": "5.0.
|
|
30
|
+
"@geocortex/icons": "5.0.457",
|
|
31
31
|
"@testing-library/react": "^12.1.2",
|
|
32
32
|
"@testing-library/user-event": "^13.5.0",
|
|
33
33
|
"@types/lodash.merge": "^4.6.7",
|