@vertigis/react-ui 11.7.1 → 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.
@@ -0,0 +1,4 @@
1
+ declare const _default: import("@mui/material/OverridableComponent").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("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
@@ -590,6 +590,7 @@ export { default as StarAdd } from "./StarAdd.js";
590
590
  export { default as StarCheck } from "./StarCheck.js";
591
591
  export { default as StarHalf } from "./StarHalf.js";
592
592
  export { default as StarOutline } from "./StarOutline.js";
593
+ export { default as StarRemove } from "./StarRemove.js";
593
594
  export { default as StationLocator } from "./StationLocator.js";
594
595
  export { default as Stop } from "./Stop.js";
595
596
  export { default as StreetEdit } from "./StreetEdit.js";
package/icons/index.js CHANGED
@@ -590,6 +590,7 @@ export { default as StarAdd } from "./StarAdd.js";
590
590
  export { default as StarCheck } from "./StarCheck.js";
591
591
  export { default as StarHalf } from "./StarHalf.js";
592
592
  export { default as StarOutline } from "./StarOutline.js";
593
+ export { default as StarRemove } from "./StarRemove.js";
593
594
  export { default as StationLocator } from "./StationLocator.js";
594
595
  export { default as Stop } from "./Stop.js";
595
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.7.1",
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.488",
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",