ui.shipaid.com 0.3.88 → 0.3.90

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
@@ -3211,6 +3211,9 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
3211
3211
  display: flex;
3212
3212
  align-items: center;
3213
3213
  }
3214
+ .shipaid-checkout-text {
3215
+ margin-right: 1rem;
3216
+ }
3214
3217
  </style>
3215
3218
 
3216
3219
  <div class="shipaid-container">
@@ -1362,6 +1362,9 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1362
1362
  display: flex;
1363
1363
  align-items: center;
1364
1364
  }
1365
+ .shipaid-checkout-text {
1366
+ margin-right: 1rem;
1367
+ }
1365
1368
  </style>
1366
1369
 
1367
1370
  <div class="shipaid-container">
@@ -1362,6 +1362,9 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
1362
1362
  display: flex;
1363
1363
  align-items: center;
1364
1364
  }
1365
+ .shipaid-checkout-text {
1366
+ margin-right: 1rem;
1367
+ }
1365
1368
  </style>
1366
1369
 
1367
1370
  <div class="shipaid-container">
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.88",
4
+ "version": "0.3.90",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",