ui.shipaid.com 0.3.82 → 0.3.83
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 +1 -1
- package/dist/widget.iife.js +1 -1
- package/dist/widget.umd.js +1 -1
- package/package.json +1 -1
package/dist/widget.es.js
CHANGED
|
@@ -2995,7 +2995,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
|
|
|
2995
2995
|
x`
|
|
2996
2996
|
<style>
|
|
2997
2997
|
.shipaid-container {
|
|
2998
|
-
width: var(--widget-width, 100%);
|
|
2998
|
+
width: var(--widget-container-width, 100%);
|
|
2999
2999
|
margin: var(--widget-margin, 0);
|
|
3000
3000
|
padding: var(--widget-padding, 0);
|
|
3001
3001
|
}
|
package/dist/widget.iife.js
CHANGED
|
@@ -1189,7 +1189,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1189
1189
|
`;pt(H`
|
|
1190
1190
|
<style>
|
|
1191
1191
|
.shipaid-container {
|
|
1192
|
-
width: var(--widget-width, 100%);
|
|
1192
|
+
width: var(--widget-container-width, 100%);
|
|
1193
1193
|
margin: var(--widget-margin, 0);
|
|
1194
1194
|
padding: var(--widget-padding, 0);
|
|
1195
1195
|
}
|
package/dist/widget.umd.js
CHANGED
|
@@ -1189,7 +1189,7 @@ function qt(t,e,i){return t?e():null==i?void 0:i()}const jt=u`
|
|
|
1189
1189
|
`;pt(H`
|
|
1190
1190
|
<style>
|
|
1191
1191
|
.shipaid-container {
|
|
1192
|
-
width: var(--widget-width, 100%);
|
|
1192
|
+
width: var(--widget-container-width, 100%);
|
|
1193
1193
|
margin: var(--widget-margin, 0);
|
|
1194
1194
|
padding: var(--widget-padding, 0);
|
|
1195
1195
|
}
|