ui.shipaid.com 0.3.99 → 0.3.100

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
@@ -986,8 +986,15 @@ const styles$2 = i$2`
986
986
  }
987
987
 
988
988
  .popup-logo {
989
- width: 70%;
989
+ width: 100%;
990
990
  margin: auto;
991
+ display: flex;
992
+ justify-content: center;
993
+ }
994
+
995
+ .popup-logo svg {
996
+ width: var(--shipaid-logo-width, 100%);
997
+ height: auto;
991
998
  }
992
999
 
993
1000
  .shipaid-popup .popup-close {
@@ -1010,7 +1017,7 @@ const styles$2 = i$2`
1010
1017
 
1011
1018
  @media (max-width: 600px) {
1012
1019
  .shipaid-popup .popup-title {
1013
- font-size: 2rem;
1020
+ font-size: var(--shipaid-font-sm-display,2rem);
1014
1021
  }
1015
1022
  }
1016
1023
 
@@ -1271,9 +1278,7 @@ const ShipAidLogoText = x`
1271
1278
  `;
1272
1279
  const ShipAidLogoPopUp = x`
1273
1280
  <svg
1274
- width="300.000000pt"
1275
- height="75.000000pt"
1276
- viewBox="-25 -40 550 125"
1281
+ viewBox="-25 -40 470 125"
1277
1282
  version="1.1"
1278
1283
  xml:space="preserve"
1279
1284
  style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"
@@ -135,8 +135,15 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const qt=h`
135
135
  }
136
136
 
137
137
  .popup-logo {
138
- width: 70%;
138
+ width: 100%;
139
139
  margin: auto;
140
+ display: flex;
141
+ justify-content: center;
142
+ }
143
+
144
+ .popup-logo svg {
145
+ width: var(--shipaid-logo-width, 100%);
146
+ height: auto;
140
147
  }
141
148
 
142
149
  .shipaid-popup .popup-close {
@@ -159,7 +166,7 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const qt=h`
159
166
 
160
167
  @media (max-width: 600px) {
161
168
  .shipaid-popup .popup-title {
162
- font-size: 2rem;
169
+ font-size: var(--shipaid-font-sm-display,2rem);
163
170
  }
164
171
  }
165
172
 
@@ -415,9 +422,7 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const qt=h`
415
422
  </svg>
416
423
  `,Rt=F`
417
424
  <svg
418
- width="300.000000pt"
419
- height="75.000000pt"
420
- viewBox="-25 -40 550 125"
425
+ viewBox="-25 -40 470 125"
421
426
  version="1.1"
422
427
  xml:space="preserve"
423
428
  style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"
@@ -135,8 +135,15 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const qt=h`
135
135
  }
136
136
 
137
137
  .popup-logo {
138
- width: 70%;
138
+ width: 100%;
139
139
  margin: auto;
140
+ display: flex;
141
+ justify-content: center;
142
+ }
143
+
144
+ .popup-logo svg {
145
+ width: var(--shipaid-logo-width, 100%);
146
+ height: auto;
140
147
  }
141
148
 
142
149
  .shipaid-popup .popup-close {
@@ -159,7 +166,7 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const qt=h`
159
166
 
160
167
  @media (max-width: 600px) {
161
168
  .shipaid-popup .popup-title {
162
- font-size: 2rem;
169
+ font-size: var(--shipaid-font-sm-display,2rem);
163
170
  }
164
171
  }
165
172
 
@@ -415,9 +422,7 @@ function Tt(t,e,i){return t?e():null==i?void 0:i()}const qt=h`
415
422
  </svg>
416
423
  `,Rt=F`
417
424
  <svg
418
- width="300.000000pt"
419
- height="75.000000pt"
420
- viewBox="-25 -40 550 125"
425
+ viewBox="-25 -40 470 125"
421
426
  version="1.1"
422
427
  xml:space="preserve"
423
428
  style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ui.shipaid.com",
3
3
  "private": false,
4
- "version": "0.3.99",
4
+ "version": "0.3.100",
5
5
  "type": "module",
6
6
  "main": "dist/widget.umd.js",
7
7
  "unpkg": "dist/widget.iife.js",