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 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: clamp(1rem, 2vw + 1rem, 2.2rem);
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: clamp(1rem, 1vw + 1rem, 1.4rem);
748
+ font-size: var(--shipaid-font-sm);
748
749
  margin: 0;
749
750
  }
750
751
 
@@ -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: clamp(1rem, 2vw + 1rem, 2.2rem);
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: clamp(1rem, 1vw + 1rem, 1.4rem);
140
+ font-size: var(--shipaid-font-sm);
140
141
  margin: 0;
141
142
  }
142
143
 
@@ -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: clamp(1rem, 2vw + 1rem, 2.2rem);
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: clamp(1rem, 1vw + 1rem, 1.4rem);
140
+ font-size: var(--shipaid-font-sm);
140
141
  margin: 0;
141
142
  }
142
143
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.2.18",
4
+ "version": "0.2.19",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",