ublo-lib 1.14.1 → 1.14.2

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.
@@ -8,7 +8,8 @@ const Map = dynamic(() => import("./editable-map"), {
8
8
  ssr: false
9
9
  });
10
10
  export default function EditableMap({
11
- iconSet = "esf"
11
+ iconSet = "esf",
12
+ hideSlopes
12
13
  }) {
13
14
  const {
14
15
  lang,
@@ -75,7 +76,8 @@ export default function EditableMap({
75
76
  });
76
77
  return formats.map(format => ReactDOM.createPortal(_jsx(Map, {
77
78
  format: format,
78
- iconSet: iconSet
79
+ iconSet: iconSet,
80
+ hideSlopes: hideSlopes
79
81
  }), format.element));
80
82
  }
81
83
  function reloadWindow() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ublo-lib",
3
- "version": "1.14.1",
3
+ "version": "1.14.2",
4
4
  "peerDependencies": {
5
5
  "dt-design-system": "^2.1.0",
6
6
  "leaflet": "^1.9.1",