waygo-maps 1.1.7 → 1.1.9

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 +4 -3
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -94,7 +94,7 @@
94
94
  max-width: 130px; /* Add explicit max-width */
95
95
  cursor: pointer;
96
96
  display: flex; /* Add flex display */
97
- background-color: red;
97
+ /* background-color: red; */
98
98
  /* position: absolute; */
99
99
  /* bottom: 10; */
100
100
  /* left: 0px; */
@@ -121,7 +121,7 @@
121
121
 
122
122
  .logo-outline-element {
123
123
  position: absolute;
124
- top: 0;
124
+ bottom: 0;
125
125
  right: 0;
126
126
 
127
127
  width: 80px;
@@ -133,10 +133,11 @@
133
133
 
134
134
  .logo-fill-element {
135
135
  position: absolute;
136
- top: 0;
136
+ bottom: 0;
137
137
  right: 0;
138
138
  width: 80px;
139
139
  height: 20px;
140
+ z-index: 15;
140
141
  opacity: 1;
141
142
  /* background-color: purple; */
142
143
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",