ui.shipaid.com 0.2.9 → 0.2.10

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
@@ -834,16 +834,17 @@ const styles = i$1`
834
834
  width: auto;
835
835
  }
836
836
  .shipaid-prompt
837
- .prompt-product
838
- .prompt-product-details
839
- .prompt-product-details-title {
837
+ .prompt-product
838
+ .prompt-product-details
839
+ .prompt-product-details-title {
840
+ text-align: left;
840
841
  font-size: var(--shipaid-font-sm);
841
842
  font-weight: var(--shipaid-font-heavy);
842
843
  }
843
844
  .shipaid-prompt
844
- .prompt-product
845
- .prompt-product-details
846
- .prompt-product-details-description {
845
+ .prompt-product
846
+ .prompt-product-details
847
+ .prompt-product-details-description {
847
848
  font-size: var(--shipaid-font-xs);
848
849
  margin-top: 0.65rem;
849
850
  }
@@ -228,16 +228,17 @@ function lt(t,e,i){return t?e():null==i?void 0:i()}const pt=((t,...e)=>{const i=
228
228
  width: auto;
229
229
  }
230
230
  .shipaid-prompt
231
- .prompt-product
232
- .prompt-product-details
233
- .prompt-product-details-title {
231
+ .prompt-product
232
+ .prompt-product-details
233
+ .prompt-product-details-title {
234
+ text-align: left;
234
235
  font-size: var(--shipaid-font-sm);
235
236
  font-weight: var(--shipaid-font-heavy);
236
237
  }
237
238
  .shipaid-prompt
238
- .prompt-product
239
- .prompt-product-details
240
- .prompt-product-details-description {
239
+ .prompt-product
240
+ .prompt-product-details
241
+ .prompt-product-details-description {
241
242
  font-size: var(--shipaid-font-xs);
242
243
  margin-top: 0.65rem;
243
244
  }
@@ -228,16 +228,17 @@ function lt(t,e,i){return t?e():null==i?void 0:i()}const pt=((t,...e)=>{const i=
228
228
  width: auto;
229
229
  }
230
230
  .shipaid-prompt
231
- .prompt-product
232
- .prompt-product-details
233
- .prompt-product-details-title {
231
+ .prompt-product
232
+ .prompt-product-details
233
+ .prompt-product-details-title {
234
+ text-align: left;
234
235
  font-size: var(--shipaid-font-sm);
235
236
  font-weight: var(--shipaid-font-heavy);
236
237
  }
237
238
  .shipaid-prompt
238
- .prompt-product
239
- .prompt-product-details
240
- .prompt-product-details-description {
239
+ .prompt-product
240
+ .prompt-product-details
241
+ .prompt-product-details-description {
241
242
  font-size: var(--shipaid-font-xs);
242
243
  margin-top: 0.65rem;
243
244
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.2.9",
4
+ "version": "0.2.10",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",