eat-js-sdk 1.2.0 → 1.2.2
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.
|
@@ -1309,7 +1309,7 @@
|
|
|
1309
1309
|
var ASSET_ALIGNMENT_INLINE = "inline";
|
|
1310
1310
|
var STIMULUS_TEXT_ALIGNMENT_DEFAULT = "default";
|
|
1311
1311
|
var STIMULUS_TEXT_ALIGNMENT_INLINE = "inline";
|
|
1312
|
-
var STIMULUS_TEXT_TABLE_BUFFER =
|
|
1312
|
+
var STIMULUS_TEXT_TABLE_BUFFER = 22;
|
|
1313
1313
|
var EAT_HEADER_OFFSET = 152;
|
|
1314
1314
|
var STIMULUS_LAYOUT_ORDER_MEDIA_FIRST = "media first";
|
|
1315
1315
|
var STIMULUS_LAYOUT_ORDER_TEXT_FIRST = "text first";
|
|
@@ -3445,9 +3445,6 @@
|
|
|
3445
3445
|
};
|
|
3446
3446
|
const onResize = () => {
|
|
3447
3447
|
calculateDynamicMargin();
|
|
3448
|
-
if (interactionWidthValue === "50%") {
|
|
3449
|
-
calculateStimulusTextWidth();
|
|
3450
|
-
}
|
|
3451
3448
|
};
|
|
3452
3449
|
onMount(async () => {
|
|
3453
3450
|
if (typeof window === "undefined")
|