waygo-maps 1.0.12 → 1.0.14

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 +2 -1
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -10,6 +10,7 @@
10
10
  body {
11
11
  font-family: 'Inter', sans-serif;
12
12
  background-color: #ffffff;
13
+ font-optical-sizing: none;
13
14
  }
14
15
 
15
16
  /* ------------------------------------------------- */
@@ -889,7 +890,7 @@ body {
889
890
  .header-catalog-name {
890
891
  font-size: 13px;
891
892
  color: #a19e9e;
892
- font-weight: 400;
893
+ font-weight: 450;
893
894
  width: fit-content;
894
895
  font-family: "Inter", "sans-serif";
895
896
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "waygo-maps",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "main": "dist/bundle.js",
5
5
  "files": [
6
6
  "dist/bundle.js",