waygo-maps 1.0.15 → 1.0.17

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 -2
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -888,9 +888,10 @@ body {
888
888
  }
889
889
 
890
890
  .header-catalog-name {
891
- font-size: 16px;
891
+ font-size: 13px;
892
892
  color: #a19e9e;
893
- font-weight: 400;
893
+ /* font-weight: 400; */
894
+ font-weight: 800;
894
895
  width: fit-content;
895
896
  font-family: "Inter", "sans-serif";
896
897
  }
@@ -899,6 +900,7 @@ body {
899
900
  font-size: 13px;
900
901
  color: #8a8a8a;
901
902
  font-weight: 450;
903
+ /* font-weight: 800; */
902
904
  width: fit-content;
903
905
  }
904
906
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.0.15",
3
+ "version": "1.0.17",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",