@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.
@@ -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: "M23 5c0-2.2-4.9-4-11-4S1 2.8 1 5c0 .5.2 1 .6 1.3L10 15v7c0 .5.9 1 2 1s2-.5 2-1v-7l8.4-8.7c.4-.3.6-.8.6-1.3zM12 8C6 8 2 6.2 2 5s4-3 10-3 10 1.8 10 3-4 3-10 3z" }), "FilterOff");
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, jsxs as _jsxs } from "react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import createSvgIcon from "./utils/createSvgIcon.js";
3
- export default createSvgIcon(_jsxs("g", { children: [_jsx("path", { d: "M11.6 21.4c-.8-.8-.8-2 0-2.8l1.4-1.4V14l8.4-8.7c.4-.3.6-.8.6-1.3 0-2.2-4.9-4-11-4S0 1.8 0 4c0 .5.2 1 .6 1.3L9 14v7c0 .5.9 1 2 1 .3 0 .7-.1 1-.1l-.4-.5zM1 4c0-1.2 4-3 10-3s10 1.8 10 3-4 3-10 3S1 5.2 1 4z" }), _jsx("path", { d: "m17 24 7-7-2-2-5 5-2-2-2 2 4 4z" })] }), "FilterOn");
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.13.1",
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",