ui.shipaid.com 0.3.62 → 0.3.64
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 +9 -8
- package/dist/widget.iife.js +9 -8
- package/dist/widget.umd.js +9 -8
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2012,7 +2012,7 @@ class CheckoutPackageProtection extends s$1 {
|
|
|
2012
2012
|
class="help-icon"
|
|
2013
2013
|
@click=${this.handleAbout}
|
|
2014
2014
|
>
|
|
2015
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24">
|
|
2015
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="currentColor">
|
|
2016
2016
|
<path d="M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4">
|
|
2017
2017
|
</path>
|
|
2018
2018
|
</svg>
|
|
@@ -3121,15 +3121,15 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3121
3121
|
font-family: Arial, sans-serif;
|
|
3122
3122
|
width: 100%;
|
|
3123
3123
|
}
|
|
3124
|
-
|
|
3124
|
+
|
|
3125
3125
|
.container button {
|
|
3126
3126
|
width: 100%;
|
|
3127
3127
|
}
|
|
3128
|
-
|
|
3128
|
+
|
|
3129
3129
|
.shipaid-loader {
|
|
3130
3130
|
margin-left: 0.5rem;
|
|
3131
3131
|
}
|
|
3132
|
-
|
|
3132
|
+
|
|
3133
3133
|
.protection-info {
|
|
3134
3134
|
display: flex;
|
|
3135
3135
|
align-items: center;
|
|
@@ -3137,14 +3137,15 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3137
3137
|
font-size: 14px;
|
|
3138
3138
|
margin-bottom: 1rem;
|
|
3139
3139
|
}
|
|
3140
|
-
|
|
3140
|
+
|
|
3141
3141
|
.protection-text {
|
|
3142
3142
|
font-weight: 500;
|
|
3143
3143
|
display: flex;
|
|
3144
3144
|
align-items: center;
|
|
3145
3145
|
gap: 0.5rem;
|
|
3146
|
+
font-size: 1.3rem;
|
|
3146
3147
|
}
|
|
3147
|
-
|
|
3148
|
+
|
|
3148
3149
|
.help-icon {
|
|
3149
3150
|
cursor: pointer;
|
|
3150
3151
|
opacity: 0.7;
|
|
@@ -3152,7 +3153,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3152
3153
|
display: flex;
|
|
3153
3154
|
align-items: center;
|
|
3154
3155
|
}
|
|
3155
|
-
|
|
3156
|
+
|
|
3156
3157
|
.checkout-button {
|
|
3157
3158
|
background-color: #000;
|
|
3158
3159
|
color: #fff;
|
|
@@ -3205,7 +3206,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
3205
3206
|
this.setPopupKey();
|
|
3206
3207
|
}
|
|
3207
3208
|
}}>
|
|
3208
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24">
|
|
3209
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="currentColor">
|
|
3209
3210
|
<path d="M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4">
|
|
3210
3211
|
</path>
|
|
3211
3212
|
</svg>
|
package/dist/widget.iife.js
CHANGED
|
@@ -997,7 +997,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
997
997
|
class="help-icon"
|
|
998
998
|
@click=${this.handleAbout}
|
|
999
999
|
>
|
|
1000
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24">
|
|
1000
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="currentColor">
|
|
1001
1001
|
<path d="M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4">
|
|
1002
1002
|
</path>
|
|
1003
1003
|
</svg>
|
|
@@ -1288,15 +1288,15 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1288
1288
|
font-family: Arial, sans-serif;
|
|
1289
1289
|
width: 100%;
|
|
1290
1290
|
}
|
|
1291
|
-
|
|
1291
|
+
|
|
1292
1292
|
.container button {
|
|
1293
1293
|
width: 100%;
|
|
1294
1294
|
}
|
|
1295
|
-
|
|
1295
|
+
|
|
1296
1296
|
.shipaid-loader {
|
|
1297
1297
|
margin-left: 0.5rem;
|
|
1298
1298
|
}
|
|
1299
|
-
|
|
1299
|
+
|
|
1300
1300
|
.protection-info {
|
|
1301
1301
|
display: flex;
|
|
1302
1302
|
align-items: center;
|
|
@@ -1304,14 +1304,15 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1304
1304
|
font-size: 14px;
|
|
1305
1305
|
margin-bottom: 1rem;
|
|
1306
1306
|
}
|
|
1307
|
-
|
|
1307
|
+
|
|
1308
1308
|
.protection-text {
|
|
1309
1309
|
font-weight: 500;
|
|
1310
1310
|
display: flex;
|
|
1311
1311
|
align-items: center;
|
|
1312
1312
|
gap: 0.5rem;
|
|
1313
|
+
font-size: 1.3rem;
|
|
1313
1314
|
}
|
|
1314
|
-
|
|
1315
|
+
|
|
1315
1316
|
.help-icon {
|
|
1316
1317
|
cursor: pointer;
|
|
1317
1318
|
opacity: 0.7;
|
|
@@ -1319,7 +1320,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1319
1320
|
display: flex;
|
|
1320
1321
|
align-items: center;
|
|
1321
1322
|
}
|
|
1322
|
-
|
|
1323
|
+
|
|
1323
1324
|
.checkout-button {
|
|
1324
1325
|
background-color: #000;
|
|
1325
1326
|
color: #fff;
|
|
@@ -1367,7 +1368,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1367
1368
|
</div>
|
|
1368
1369
|
</div>
|
|
1369
1370
|
<div class="help-icon" @click=${()=>{this._popup="learn-more",this.persistPopup&&this.setPopupKey()}}>
|
|
1370
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24">
|
|
1371
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="currentColor">
|
|
1371
1372
|
<path d="M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4">
|
|
1372
1373
|
</path>
|
|
1373
1374
|
</svg>
|
package/dist/widget.umd.js
CHANGED
|
@@ -997,7 +997,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
997
997
|
class="help-icon"
|
|
998
998
|
@click=${this.handleAbout}
|
|
999
999
|
>
|
|
1000
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24">
|
|
1000
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="currentColor">
|
|
1001
1001
|
<path d="M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4">
|
|
1002
1002
|
</path>
|
|
1003
1003
|
</svg>
|
|
@@ -1288,15 +1288,15 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1288
1288
|
font-family: Arial, sans-serif;
|
|
1289
1289
|
width: 100%;
|
|
1290
1290
|
}
|
|
1291
|
-
|
|
1291
|
+
|
|
1292
1292
|
.container button {
|
|
1293
1293
|
width: 100%;
|
|
1294
1294
|
}
|
|
1295
|
-
|
|
1295
|
+
|
|
1296
1296
|
.shipaid-loader {
|
|
1297
1297
|
margin-left: 0.5rem;
|
|
1298
1298
|
}
|
|
1299
|
-
|
|
1299
|
+
|
|
1300
1300
|
.protection-info {
|
|
1301
1301
|
display: flex;
|
|
1302
1302
|
align-items: center;
|
|
@@ -1304,14 +1304,15 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1304
1304
|
font-size: 14px;
|
|
1305
1305
|
margin-bottom: 1rem;
|
|
1306
1306
|
}
|
|
1307
|
-
|
|
1307
|
+
|
|
1308
1308
|
.protection-text {
|
|
1309
1309
|
font-weight: 500;
|
|
1310
1310
|
display: flex;
|
|
1311
1311
|
align-items: center;
|
|
1312
1312
|
gap: 0.5rem;
|
|
1313
|
+
font-size: 1.3rem;
|
|
1313
1314
|
}
|
|
1314
|
-
|
|
1315
|
+
|
|
1315
1316
|
.help-icon {
|
|
1316
1317
|
cursor: pointer;
|
|
1317
1318
|
opacity: 0.7;
|
|
@@ -1319,7 +1320,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1319
1320
|
display: flex;
|
|
1320
1321
|
align-items: center;
|
|
1321
1322
|
}
|
|
1322
|
-
|
|
1323
|
+
|
|
1323
1324
|
.checkout-button {
|
|
1324
1325
|
background-color: #000;
|
|
1325
1326
|
color: #fff;
|
|
@@ -1367,7 +1368,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1367
1368
|
</div>
|
|
1368
1369
|
</div>
|
|
1369
1370
|
<div class="help-icon" @click=${()=>{this._popup="learn-more",this.persistPopup&&this.setPopupKey()}}>
|
|
1370
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24">
|
|
1371
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="100%" focusable="false" aria-hidden="true" viewBox="0 0 24 24" fill="currentColor">
|
|
1371
1372
|
<path d="M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4">
|
|
1372
1373
|
</path>
|
|
1373
1374
|
</svg>
|