@mint-ui/map 0.5.0-beta → 0.5.1-beta

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.
@@ -32,12 +32,12 @@ function SVGCircle(_a) {
32
32
  pointerEvents: "none",
33
33
  width: boxSize,
34
34
  height: boxSize,
35
- viewBox: "0 0 100 100"
35
+ viewBox: "0 0 ".concat(boxSize, " ").concat(boxSize)
36
36
  }, svgProperties), React__default["default"].createElement("circle", tslib.__assign({
37
37
  pointerEvents: "visiblepainted",
38
- cx: '50',
39
- cy: '50',
40
- r: '50',
38
+ cx: radius,
39
+ cy: radius,
40
+ r: radius,
41
41
  fill: background
42
42
  }, shapeProperties))), React__default["default"].createElement("div", {
43
43
  style: {
package/dist/index.es.js CHANGED
@@ -3376,12 +3376,12 @@ function SVGCircle(_a) {
3376
3376
  pointerEvents: "none",
3377
3377
  width: boxSize,
3378
3378
  height: boxSize,
3379
- viewBox: "0 0 100 100"
3379
+ viewBox: "0 0 ".concat(boxSize, " ").concat(boxSize)
3380
3380
  }, svgProperties), React.createElement("circle", __assign({
3381
3381
  pointerEvents: "visiblepainted",
3382
- cx: '50',
3383
- cy: '50',
3384
- r: '50',
3382
+ cx: radius,
3383
+ cy: radius,
3384
+ r: radius,
3385
3385
  fill: background
3386
3386
  }, shapeProperties))), React.createElement("div", {
3387
3387
  style: {
package/dist/index.umd.js CHANGED
@@ -3380,12 +3380,12 @@
3380
3380
  pointerEvents: "none",
3381
3381
  width: boxSize,
3382
3382
  height: boxSize,
3383
- viewBox: "0 0 100 100"
3383
+ viewBox: "0 0 ".concat(boxSize, " ").concat(boxSize)
3384
3384
  }, svgProperties), React__default["default"].createElement("circle", tslib.__assign({
3385
3385
  pointerEvents: "visiblepainted",
3386
- cx: '50',
3387
- cy: '50',
3388
- r: '50',
3386
+ cx: radius,
3387
+ cy: radius,
3388
+ r: radius,
3389
3389
  fill: background
3390
3390
  }, shapeProperties))), React__default["default"].createElement("div", {
3391
3391
  style: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mint-ui/map",
3
- "version": "0.5.0-beta",
3
+ "version": "0.5.1-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "browser": "./dist/index.umd.js",