ui.shipaid.com 0.2.18 → 0.2.19
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/widget.es.js +3 -2
- package/dist/widget.iife.js +3 -2
- package/dist/widget.umd.js +3 -2
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -668,6 +668,7 @@ const styles$1 = i$1`
|
|
|
668
668
|
--shipaid-font-sm: 14px;
|
|
669
669
|
--shipaid-font-base: 16px;
|
|
670
670
|
--shipaid-font-lg: 18px;
|
|
671
|
+
--shipaid-font-display: 18px;
|
|
671
672
|
--shipaid-font-regular: 400;
|
|
672
673
|
--shipaid-font-heavy: 700;
|
|
673
674
|
}
|
|
@@ -731,7 +732,7 @@ const styles$1 = i$1`
|
|
|
731
732
|
}
|
|
732
733
|
|
|
733
734
|
.shipaid-popup .popup-title {
|
|
734
|
-
font-size:
|
|
735
|
+
font-size: var(--shipaid-font-display);
|
|
735
736
|
font-weight: var(--shipaid-font-regular);
|
|
736
737
|
letter-spacing: 1px;
|
|
737
738
|
}
|
|
@@ -744,7 +745,7 @@ const styles$1 = i$1`
|
|
|
744
745
|
}
|
|
745
746
|
|
|
746
747
|
.shipaid-popup p {
|
|
747
|
-
font-size:
|
|
748
|
+
font-size: var(--shipaid-font-sm);
|
|
748
749
|
margin: 0;
|
|
749
750
|
}
|
|
750
751
|
|
package/dist/widget.iife.js
CHANGED
|
@@ -60,6 +60,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
60
60
|
--shipaid-font-sm: 14px;
|
|
61
61
|
--shipaid-font-base: 16px;
|
|
62
62
|
--shipaid-font-lg: 18px;
|
|
63
|
+
--shipaid-font-display: 18px;
|
|
63
64
|
--shipaid-font-regular: 400;
|
|
64
65
|
--shipaid-font-heavy: 700;
|
|
65
66
|
}
|
|
@@ -123,7 +124,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
.shipaid-popup .popup-title {
|
|
126
|
-
font-size:
|
|
127
|
+
font-size: var(--shipaid-font-display);
|
|
127
128
|
font-weight: var(--shipaid-font-regular);
|
|
128
129
|
letter-spacing: 1px;
|
|
129
130
|
}
|
|
@@ -136,7 +137,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
.shipaid-popup p {
|
|
139
|
-
font-size:
|
|
140
|
+
font-size: var(--shipaid-font-sm);
|
|
140
141
|
margin: 0;
|
|
141
142
|
}
|
|
142
143
|
|
package/dist/widget.umd.js
CHANGED
|
@@ -60,6 +60,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
60
60
|
--shipaid-font-sm: 14px;
|
|
61
61
|
--shipaid-font-base: 16px;
|
|
62
62
|
--shipaid-font-lg: 18px;
|
|
63
|
+
--shipaid-font-display: 18px;
|
|
63
64
|
--shipaid-font-regular: 400;
|
|
64
65
|
--shipaid-font-heavy: 700;
|
|
65
66
|
}
|
|
@@ -123,7 +124,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
.shipaid-popup .popup-title {
|
|
126
|
-
font-size:
|
|
127
|
+
font-size: var(--shipaid-font-display);
|
|
127
128
|
font-weight: var(--shipaid-font-regular);
|
|
128
129
|
letter-spacing: 1px;
|
|
129
130
|
}
|
|
@@ -136,7 +137,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
136
137
|
}
|
|
137
138
|
|
|
138
139
|
.shipaid-popup p {
|
|
139
|
-
font-size:
|
|
140
|
+
font-size: var(--shipaid-font-sm);
|
|
140
141
|
margin: 0;
|
|
141
142
|
}
|
|
142
143
|
|