waygo-maps 1.1.43 → 1.1.44

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.
Files changed (2) hide show
  1. package/dist/style.css +3 -3
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -184,7 +184,7 @@
184
184
  /* } */
185
185
 
186
186
  .logo-outline-element {
187
- display: none;
187
+ display: block;
188
188
  position: absolute;
189
189
  bottom: 0;
190
190
  right: 0;
@@ -192,12 +192,12 @@
192
192
  width: 80px;
193
193
  z-index: 0;
194
194
  height: 20px;
195
- opacity: 0.3;
195
+ opacity: 0.28;
196
196
  /* background-color: orange; */
197
197
  }
198
198
 
199
199
  .logo-fill-element {
200
- display: none;
200
+ display: block;
201
201
  position: absolute;
202
202
  bottom: 0;
203
203
  right: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.1.43",
3
+ "version": "1.1.44",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",