eat-js-sdk 1.4.5 → 1.4.6
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.
|
@@ -1610,6 +1610,7 @@
|
|
|
1610
1610
|
);
|
|
1611
1611
|
let button_levels = [
|
|
1612
1612
|
{ type: "button" },
|
|
1613
|
+
{ tabindex: "0" },
|
|
1613
1614
|
{
|
|
1614
1615
|
class: button_class_value = "btn-touch-container " + /*className*/
|
|
1615
1616
|
ctx[5]
|
|
@@ -1728,6 +1729,7 @@
|
|
|
1728
1729
|
}
|
|
1729
1730
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
|
1730
1731
|
{ type: "button" },
|
|
1732
|
+
{ tabindex: "0" },
|
|
1731
1733
|
(!current || dirty & /*className*/
|
|
1732
1734
|
32 && button_class_value !== (button_class_value = "btn-touch-container " + /*className*/
|
|
1733
1735
|
ctx2[5])) && { class: button_class_value },
|
|
@@ -1787,6 +1789,7 @@
|
|
|
1787
1789
|
);
|
|
1788
1790
|
let button_levels = [
|
|
1789
1791
|
{ type: "button" },
|
|
1792
|
+
{ tabindex: "0" },
|
|
1790
1793
|
{
|
|
1791
1794
|
class: button_class_value = "btn-base h-6 w-6 rounded md:h-11 md:w-11 md:rounded-md " + /*transparent*/
|
|
1792
1795
|
(ctx[1] ? "bg-white/80" : "") + " " + /*className*/
|
|
@@ -1903,6 +1906,7 @@
|
|
|
1903
1906
|
}
|
|
1904
1907
|
set_attributes(button, button_data = get_spread_update(button_levels, [
|
|
1905
1908
|
{ type: "button" },
|
|
1909
|
+
{ tabindex: "0" },
|
|
1906
1910
|
(!current || dirty & /*transparent, className*/
|
|
1907
1911
|
34 && button_class_value !== (button_class_value = "btn-base h-6 w-6 rounded md:h-11 md:w-11 md:rounded-md " + /*transparent*/
|
|
1908
1912
|
(ctx2[1] ? "bg-white/80" : "") + " " + /*className*/
|