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 +7 -6
- package/dist/widget.iife.js +7 -6
- package/dist/widget.umd.js +7 -6
- package/package.json +1 -1
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
|
-
|
|
838
|
-
|
|
839
|
-
|
|
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
|
-
|
|
845
|
-
|
|
846
|
-
|
|
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
|
}
|
package/dist/widget.iife.js
CHANGED
|
@@ -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
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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
|
-
|
|
239
|
-
|
|
240
|
-
|
|
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/dist/widget.umd.js
CHANGED
|
@@ -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
|
-
|
|
232
|
-
|
|
233
|
-
|
|
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
|
-
|
|
239
|
-
|
|
240
|
-
|
|
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
|
}
|