eat-js-sdk 1.4.2 → 1.4.3
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.
|
@@ -6190,7 +6190,7 @@
|
|
|
6190
6190
|
attr(div, "slot", "trigger");
|
|
6191
6191
|
attr(div, "aria-hidden", "true");
|
|
6192
6192
|
attr(div, "tabindex", div_tabindex_value = /*isTextTruncated*/
|
|
6193
|
-
ctx[10] ? 0 :
|
|
6193
|
+
ctx[10] ? 0 : void 0);
|
|
6194
6194
|
attr(div, "class", div_class_value = "break-all text-sm md:text-lg font-semibold text-primary-emphasis " + /*isTextTruncated*/
|
|
6195
6195
|
(ctx[10] ? "hover:text-charcoal hover:underline hover:decoration-2 hover:underline-offset-[25%] focus-visible:bg-yellow-900 focus-visible:outline-none focus-visible:underline focus-visible:decoration-2 focus-visible:underline-offset-[25%] focus-visible:text-charcoal coarse:active:bg-yellow-900" : "") + " select-none line-clamp-1");
|
|
6196
6196
|
},
|
|
@@ -6209,7 +6209,7 @@
|
|
|
6209
6209
|
commonstringtohtml.$set(commonstringtohtml_changes);
|
|
6210
6210
|
if (!current || dirty[0] & /*isTextTruncated*/
|
|
6211
6211
|
1024 && div_tabindex_value !== (div_tabindex_value = /*isTextTruncated*/
|
|
6212
|
-
ctx2[10] ? 0 :
|
|
6212
|
+
ctx2[10] ? 0 : void 0)) {
|
|
6213
6213
|
attr(div, "tabindex", div_tabindex_value);
|
|
6214
6214
|
}
|
|
6215
6215
|
if (!current || dirty[0] & /*isTextTruncated*/
|