ui.shipaid.com 0.3.153 → 0.3.154

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
@@ -2484,6 +2484,15 @@ const styles = i2`
2484
2484
  }
2485
2485
  }
2486
2486
 
2487
+ .shipaid-widget-container {
2488
+ display: flex;
2489
+ justify-content: right;
2490
+ }
2491
+
2492
+ .shipaid-prompt {
2493
+ max-width: fit-content;
2494
+ }
2495
+
2487
2496
  .shipaid-prompt p,
2488
2497
  .shipaid-prompt a {
2489
2498
  margin: 0;
@@ -5839,6 +5848,15 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
5839
5848
  font-size: var(--shipaid-font-sm);
5840
5849
  }
5841
5850
 
5851
+ .shipaid-widget-container {
5852
+ display: flex;
5853
+ justify-content: right;
5854
+ }
5855
+
5856
+ .shipaid-prompt {
5857
+ max-width: fit-content;
5858
+ }
5859
+
5842
5860
  .shipaid-prompt p,
5843
5861
  .shipaid-prompt a {
5844
5862
  margin: 0;
@@ -6155,7 +6173,7 @@ const _ShipAidWidget = class _ShipAidWidget extends s$1 {
6155
6173
  margin-left: 3px;
6156
6174
  }
6157
6175
  </style>
6158
- <div class="shipaid">
6176
+ <div class="shipaid-container">
6159
6177
  ${this._getTemplateToRender()}
6160
6178
  </div>
6161
6179
  `;