waygo-maps 1.0.16 → 1.0.18
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.
- package/dist/assets/fonts/Inter_18pt-Black.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-Bold.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-ExtraLight.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-Light.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-Medium.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-Regular.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
- package/dist/assets/fonts/Inter_18pt-Thin.ttf +0 -0
- package/dist/style.css +80 -14
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/style.css
CHANGED
|
@@ -1,10 +1,73 @@
|
|
|
1
1
|
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
|
|
2
2
|
|
|
3
|
-
@font-face {
|
|
3
|
+
/* @font-face {
|
|
4
4
|
font-family: 'Inter';
|
|
5
|
-
src: url(assets/fonts/Inter-VariableFont_opsz,wght.ttf) format('truetype');
|
|
5
|
+
src: url('./assets/fonts/Inter-VariableFont_opsz,wght.ttf') format('truetype');
|
|
6
6
|
font-weight: 100 900;
|
|
7
7
|
font-style: normal;
|
|
8
|
+
} */
|
|
9
|
+
|
|
10
|
+
@font-face {
|
|
11
|
+
font-family: 'Inter';
|
|
12
|
+
src: url(assets/fonts/Inter_18pt-Thin.ttf) format('truetype');
|
|
13
|
+
font-weight: 100;
|
|
14
|
+
font-style: normal;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
@font-face {
|
|
18
|
+
font-family: 'Inter';
|
|
19
|
+
src: url(assets/fonts/Inter_18pt-ExtraLight.ttf) format('truetype');
|
|
20
|
+
font-weight: 200;
|
|
21
|
+
font-style: normal;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@font-face {
|
|
25
|
+
font-family: 'Inter';
|
|
26
|
+
src: url(assets/fonts/Inter_18pt-Light.ttf) format('truetype');
|
|
27
|
+
font-weight: 300;
|
|
28
|
+
font-style: normal;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@font-face {
|
|
32
|
+
font-family: 'Inter';
|
|
33
|
+
src: url(assets/fonts/Inter_18pt-Regular.ttf) format('truetype');
|
|
34
|
+
font-weight: 400;
|
|
35
|
+
font-style: normal;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
@font-face {
|
|
39
|
+
font-family: 'Inter';
|
|
40
|
+
src: url(assets/fonts/Inter_18pt-Medium.ttf) format('truetype');
|
|
41
|
+
font-weight: 500;
|
|
42
|
+
font-style: normal;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
@font-face {
|
|
46
|
+
font-family: 'Inter';
|
|
47
|
+
src: url(assets/fonts/Inter_18pt-SemiBold.ttf) format('truetype');
|
|
48
|
+
font-weight: 600;
|
|
49
|
+
font-style: normal;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
@font-face {
|
|
53
|
+
font-family: 'Inter';
|
|
54
|
+
src: url(assets/fonts/Inter_18pt-Bold.ttf) format('truetype');
|
|
55
|
+
font-weight: 700;
|
|
56
|
+
font-style: normal;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
@font-face {
|
|
60
|
+
font-family: 'Inter';
|
|
61
|
+
src: url(assets/fonts/Inter_18pt-ExtraBold.ttf) format('truetype');
|
|
62
|
+
font-weight: 800;
|
|
63
|
+
font-style: normal;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
@font-face {
|
|
67
|
+
font-family: 'Inter';
|
|
68
|
+
src: url(assets/fonts/Inter_18pt-Black.ttf) format('truetype');
|
|
69
|
+
font-weight: 900;
|
|
70
|
+
font-style: normal;
|
|
8
71
|
}
|
|
9
72
|
|
|
10
73
|
body {
|
|
@@ -534,7 +597,7 @@ body {
|
|
|
534
597
|
|
|
535
598
|
.suggestion-subtitle {
|
|
536
599
|
color: #6a6a6a;
|
|
537
|
-
font-weight:
|
|
600
|
+
font-weight: 400;
|
|
538
601
|
padding-top: 2px;
|
|
539
602
|
}
|
|
540
603
|
|
|
@@ -595,7 +658,7 @@ body {
|
|
|
595
658
|
border-radius: 16px;
|
|
596
659
|
cursor: pointer;
|
|
597
660
|
font-size: 13px;
|
|
598
|
-
font-weight:
|
|
661
|
+
font-weight: 500;
|
|
599
662
|
color: #1e1e1e;
|
|
600
663
|
font-family: 'Inter', sans-serif;
|
|
601
664
|
box-sizing: border-box;
|
|
@@ -807,7 +870,7 @@ body {
|
|
|
807
870
|
.content-details-section-title {
|
|
808
871
|
font-size: 15px;
|
|
809
872
|
color: #1e1e1e;
|
|
810
|
-
font-weight:
|
|
873
|
+
font-weight: 600;
|
|
811
874
|
width: fit-content;
|
|
812
875
|
font-family: "Inter", sans-serif;
|
|
813
876
|
padding: 0px 0 20px 0;
|
|
@@ -865,7 +928,7 @@ body {
|
|
|
865
928
|
|
|
866
929
|
.content-details-share-button:hover {
|
|
867
930
|
background-color: #f0f0f0;
|
|
868
|
-
font-weight:
|
|
931
|
+
font-weight: 500;
|
|
869
932
|
}
|
|
870
933
|
|
|
871
934
|
.content-placement-header {
|
|
@@ -891,6 +954,7 @@ body {
|
|
|
891
954
|
font-size: 13px;
|
|
892
955
|
color: #a19e9e;
|
|
893
956
|
font-weight: 400;
|
|
957
|
+
/* font-weight: 800; */
|
|
894
958
|
width: fit-content;
|
|
895
959
|
font-family: "Inter", "sans-serif";
|
|
896
960
|
}
|
|
@@ -898,14 +962,14 @@ body {
|
|
|
898
962
|
.header-parent-name {
|
|
899
963
|
font-size: 13px;
|
|
900
964
|
color: #8a8a8a;
|
|
901
|
-
|
|
902
|
-
font-weight: 800;
|
|
965
|
+
font-weight: 500;
|
|
966
|
+
/* font-weight: 800; */
|
|
903
967
|
width: fit-content;
|
|
904
968
|
}
|
|
905
969
|
|
|
906
970
|
.header-content-name {
|
|
907
971
|
font-size: 16px;
|
|
908
|
-
font-weight:
|
|
972
|
+
font-weight: 600;
|
|
909
973
|
font-family: "Inter", "sans-serif";
|
|
910
974
|
color: #1e1e1e;
|
|
911
975
|
}
|
|
@@ -952,7 +1016,8 @@ body {
|
|
|
952
1016
|
|
|
953
1017
|
.contextual-location-text {
|
|
954
1018
|
font-size: 13px; /* Adjust as needed */
|
|
955
|
-
font-weight: 450;
|
|
1019
|
+
/* font-weight: 450; */
|
|
1020
|
+
font-weight: 400;
|
|
956
1021
|
font-family: "Inter", "sans-serif";
|
|
957
1022
|
text-align: left;
|
|
958
1023
|
color: #1e1e1e;
|
|
@@ -975,7 +1040,7 @@ body {
|
|
|
975
1040
|
margin-bottom: 2px;
|
|
976
1041
|
padding: 24px;
|
|
977
1042
|
font-size: 22px;
|
|
978
|
-
font-weight:
|
|
1043
|
+
font-weight: 600;
|
|
979
1044
|
font-family: "Inter", "sans-serif";
|
|
980
1045
|
flex-direction: column;
|
|
981
1046
|
overflow-x: hidden;
|
|
@@ -1021,7 +1086,8 @@ body {
|
|
|
1021
1086
|
padding: 8px 22px;
|
|
1022
1087
|
border-radius: 20px;
|
|
1023
1088
|
font-size: 13px;
|
|
1024
|
-
font-weight: 450;
|
|
1089
|
+
/* font-weight: 450; */
|
|
1090
|
+
font-weight: 500;
|
|
1025
1091
|
font-family: 'Inter', sans-serif;
|
|
1026
1092
|
}
|
|
1027
1093
|
|
|
@@ -1055,7 +1121,7 @@ body {
|
|
|
1055
1121
|
margin-bottom: 2px;
|
|
1056
1122
|
padding: 24px;
|
|
1057
1123
|
font-size: 22px;
|
|
1058
|
-
font-weight:
|
|
1124
|
+
font-weight: 600;
|
|
1059
1125
|
font-family: "Inter", "sans-serif";
|
|
1060
1126
|
flex-direction: column;
|
|
1061
1127
|
}
|
|
@@ -1184,7 +1250,7 @@ body {
|
|
|
1184
1250
|
.steps-view h2 {
|
|
1185
1251
|
font-size: 15px;
|
|
1186
1252
|
color: #1e1e1e;
|
|
1187
|
-
font-weight:
|
|
1253
|
+
font-weight: 600;
|
|
1188
1254
|
width: fit-content;
|
|
1189
1255
|
font-family: "Inter", sans-serif;
|
|
1190
1256
|
padding: 0px 0 6px 0;
|