@vertigis/react-ui 11.10.0 → 11.12.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.
@@ -0,0 +1,4 @@
1
+ declare const _default: import("@mui/material/OverridableComponent.js").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
2
+ muiName: string;
3
+ };
4
+ export default _default;
@@ -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("path", { d: "m16.7 13.7 3.9.5c-.2 1.3-.4 2.4-.5 3.2-.1.6-.6.9-1.1.8l-2-.4c-.5-.1-.9-.6-.8-1.2 0 0 .3-1.3.5-2.9zm6.007-12.407a1 1 0 0 0-1.414 0L18.65 3.936A8.944 8.944 0 0 0 12 1c-5 0-9 4-9 9 0 .7 0 1.5.1 2.3l3.9-.5V10c0-2.8 2.2-5 5-5 1.554 0 2.902.693 3.808 1.777l-8.303 8.304A31.784 31.784 0 0 1 7.3 13.7l-3.9.5c.1 1.3.3 2.5.5 3.3.061.307.281.524.552.634l-3.159 3.159a1 1 0 1 0 1.414 1.414l20-20a1 1 0 0 0 0-1.414zm-5.752 9.873c-.015.175-.024.346-.055.534l3.9.5c.2-.7.2-1.5.2-2.2 0-.877-.13-1.72-.36-2.52l-3.685 3.686z" }), "SnappingOff");
package/icons/index.d.ts CHANGED
@@ -566,6 +566,7 @@ export { default as SlotTopCenter } from "./SlotTopCenter.js";
566
566
  export { default as SlotTopLeft } from "./SlotTopLeft.js";
567
567
  export { default as SlotTopRight } from "./SlotTopRight.js";
568
568
  export { default as Snapping } from "./Snapping.js";
569
+ export { default as SnappingOff } from "./SnappingOff.js";
569
570
  export { default as Snippet } from "./Snippet.js";
570
571
  export { default as SnowAdd } from "./SnowAdd.js";
571
572
  export { default as SnowGradingAssign } from "./SnowGradingAssign.js";
package/icons/index.js CHANGED
@@ -566,6 +566,7 @@ export { default as SlotTopCenter } from "./SlotTopCenter.js";
566
566
  export { default as SlotTopLeft } from "./SlotTopLeft.js";
567
567
  export { default as SlotTopRight } from "./SlotTopRight.js";
568
568
  export { default as Snapping } from "./Snapping.js";
569
+ export { default as SnappingOff } from "./SnappingOff.js";
569
570
  export { default as Snippet } from "./Snippet.js";
570
571
  export { default as SnowAdd } from "./SnowAdd.js";
571
572
  export { default as SnowGradingAssign } from "./SnowGradingAssign.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vertigis/react-ui",
3
- "version": "11.10.0",
3
+ "version": "11.12.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.14"
34
34
  },
35
35
  "devDependencies": {
36
- "@geocortex/icons": "5.0.492",
36
+ "@geocortex/icons": "5.0.494",
37
37
  "@types/color": "^3.0.1",
38
38
  "@types/lodash.escape": "^4.0.1",
39
39
  "@types/lodash.merge": "^4.6.7",