@vertigis/react-ui 11.13.1 → 11.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/FilterOff.js +1 -1
- package/icons/FilterOn.js +2 -2
- package/package.json +3 -3
package/icons/FilterOff.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
2
|
import createSvgIcon from "./utils/createSvgIcon.js";
|
|
3
|
-
export default createSvgIcon(_jsx("path", { d: "
|
|
3
|
+
export default createSvgIcon(_jsx("path", { d: "M10 24c-.152 0-.306-.035-.447-.105A1.001 1.001 0 0 1 9 23V10.414L.293 1.707A1 1 0 0 1 1 0h22a1.002 1.002 0 0 1 .707 1.707L15 10.414V20a1 1 0 0 1-.4.8l-4 3a.997.997 0 0 1-.6.2zM3.414 2l7.293 7.293A.999.999 0 0 1 11 10v11l2-1.5V10c0-.265.105-.52.293-.707L20.586 2H3.414z" }), "FilterOff");
|
package/icons/FilterOn.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("path", { d: "M23.707 1.707 15 10.414V20a1 1 0 0 1-.4.8l-4 3a.997.997 0 0 1-1.047.095A1.001 1.001 0 0 1 9 23V10.414L.293 1.707A1 1 0 0 1 1 0h22a1.002 1.002 0 0 1 .707 1.707z" }), "FilterOn");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vertigis/react-ui",
|
|
3
|
-
"version": "11.
|
|
3
|
+
"version": "11.14.0",
|
|
4
4
|
"description": "Utilities and React components used in VertiGIS applications.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"vertigis",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@esri/arcgis-html-sanitizer": "^3.0.1",
|
|
36
|
-
"@geocortex/icons": "5.0.494",
|
|
37
36
|
"@types/color": "^3.0.1",
|
|
38
37
|
"@types/lodash.escape": "^4.0.1",
|
|
39
38
|
"@types/lodash.merge": "^4.6.7",
|
|
40
39
|
"@types/marked": "^4.0.2",
|
|
41
|
-
"@types/react-color": "^3.0.6"
|
|
40
|
+
"@types/react-color": "^3.0.6",
|
|
41
|
+
"@vertigis/icons": "5.0.500"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@esri/arcgis-html-sanitizer": "^3.0.1",
|