@progress/kendo-react-map 8.3.0-develop.8 → 8.3.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/Map.mjs CHANGED
@@ -84,15 +84,7 @@ const u = {
84
84
  style: n,
85
85
  key: "mapElement"
86
86
  },
87
- /* @__PURE__ */ c.createElement(
88
- "div",
89
- {
90
- ref: (o) => this._element = o,
91
- className: "k-map",
92
- onMouseLeave: this.onMapMouseLeave
93
- },
94
- s
95
- )
87
+ /* @__PURE__ */ c.createElement("div", { ref: (o) => this._element = o, className: "k-map", onMouseLeave: this.onMapMouseLeave }, s)
96
88
  );
97
89
  return /* @__PURE__ */ c.createElement(L.Consumer, null, (o) => /* @__PURE__ */ c.createElement(M.Provider, { value: this.contextValue }, /* @__PURE__ */ c.createElement(O, { key: "tooltip" }), r, this.setIcons(o)));
98
90
  }
@@ -100,17 +92,7 @@ const u = {
100
92
  * @hidden
101
93
  */
102
94
  getMapOptions() {
103
- const {
104
- center: e,
105
- controls: t,
106
- minZoom: s,
107
- maxZoom: n,
108
- minSize: r,
109
- pannable: o,
110
- wraparound: i,
111
- zoom: a,
112
- zoomable: f
113
- } = this.props;
95
+ const { center: e, controls: t, minZoom: s, maxZoom: n, minSize: r, pannable: o, wraparound: i, zoom: a, zoomable: f } = this.props;
114
96
  let l = {
115
97
  center: e,
116
98
  controls: t,
@@ -10,7 +10,7 @@ const e = {
10
10
  name: "@progress/kendo-react-map",
11
11
  productName: "KendoReact",
12
12
  productCodes: ["KENDOUIREACT", "KENDOUICOMPLETE"],
13
- publishDate: 1724400749,
13
+ publishDate: 1726561886,
14
14
  version: "",
15
15
  licensingDocsUrl: "https://www.telerik.com/kendo-react-ui/components/my-license/?utm_medium=product&utm_source=kendoreact&utm_campaign=kendo-ui-react-purchase-license-keys-warning"
16
16
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progress/kendo-react-map",
3
- "version": "8.3.0-develop.8",
3
+ "version": "8.3.0",
4
4
  "description": "KendoReact Map package",
5
5
  "author": "Progress",
6
6
  "license": "SEE LICENSE IN LICENSE.md",
@@ -24,14 +24,14 @@
24
24
  "peerDependencies": {
25
25
  "@progress/kendo-drawing": "^1.20.1",
26
26
  "@progress/kendo-licensing": "^1.3.4",
27
- "@progress/kendo-react-common": "8.3.0-develop.8",
28
- "@progress/kendo-react-popup": "8.3.0-develop.8",
27
+ "@progress/kendo-react-common": "8.3.0",
28
+ "@progress/kendo-react-popup": "8.3.0",
29
29
  "@progress/kendo-svg-icons": "^3.0.0",
30
30
  "react": "^16.8.2 || ^17.0.0 || ^18.0.0",
31
31
  "react-dom": "^16.8.2 || ^17.0.0 || ^18.0.0"
32
32
  },
33
33
  "dependencies": {
34
- "@progress/kendo-charts": "2.4.2",
34
+ "@progress/kendo-charts": "2.5.0",
35
35
  "prop-types": "^15.6.0"
36
36
  },
37
37
  "keywords": [
package/tooltip/Popup.mjs CHANGED
@@ -35,15 +35,7 @@ const v = { horizontal: "fit", vertical: "fit" }, d = ["k-tooltip", "k-map-toolt
35
35
  collision: v,
36
36
  className: O
37
37
  },
38
- /* @__PURE__ */ r.createElement(
39
- "div",
40
- {
41
- className: m,
42
- style: s,
43
- ref: (l) => this.element = l
44
- },
45
- a()
46
- )
38
+ /* @__PURE__ */ r.createElement("div", { className: m, style: s, ref: (l) => this.element = l }, a())
47
39
  );
48
40
  }
49
41
  componentWillUnmount() {