@abi-software/map-utilities 1.2.1-beta.3 → 1.2.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/map-utilities",
3
- "version": "1.2.1-beta.3",
3
+ "version": "1.2.1",
4
4
  "files": [
5
5
  "dist/*",
6
6
  "src/*",
@@ -12,7 +12,6 @@
12
12
  >
13
13
  <el-button
14
14
  class="control-button"
15
- :class="theme"
16
15
  size="small"
17
16
  @click="reset"
18
17
  >
@@ -30,7 +29,6 @@
30
29
  >
31
30
  <el-button
32
31
  class="control-button"
33
- :class="theme"
34
32
  size="small"
35
33
  @click="toggleZoom"
36
34
  >
@@ -53,7 +51,6 @@
53
51
  >
54
52
  <el-button
55
53
  class="control-button"
56
- :class="theme"
57
54
  size="small"
58
55
  @click="zoomIn"
59
56
  >
@@ -71,7 +68,6 @@
71
68
  >
72
69
  <el-button
73
70
  class="control-button"
74
- :class="theme"
75
71
  size="small"
76
72
  @click="zoomOut"
77
73
  >