waygo-maps 1.0.66 → 1.0.67

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 +6 -6
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -854,7 +854,7 @@ body {
854
854
  /* max-width: 600px; */
855
855
  padding: 16px 16px;
856
856
  /* gap: 10px; */
857
- gap: 8px;
857
+ gap: 10px;
858
858
  scrollbar-width: none;
859
859
  /* width: fit-content !important; */
860
860
  box-sizing: border-box;
@@ -869,13 +869,13 @@ body {
869
869
  /* padding: 10px 1px; */
870
870
  /* width: 44px;
871
871
  height: 44px; */
872
- width: 57px;
873
- height: 57px;
872
+ width: 55px;
873
+ height: 55px;
874
874
  background-color: white;
875
875
  display: flex;
876
876
  border: none;
877
- /* border-radius: 10px; */
878
- border-radius: 50%;
877
+ border-radius: 20px;
878
+ /* border-radius: 50%; */
879
879
  cursor: pointer;
880
880
  font-size: 16px;
881
881
  font-weight: 500;
@@ -906,7 +906,7 @@ body {
906
906
  }
907
907
 
908
908
  .floor-selector-button.selected {
909
- background-color: #1e1e1e;
909
+ background-color: #202020;
910
910
  color: white;
911
911
  }
912
912
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",