ui.shipaid.com 0.3.63 → 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 CHANGED
@@ -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;
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.63",
4
+ "version": "0.3.64",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",