@pocketprep/ui-kit 3.4.45 → 3.4.46
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.
|
@@ -20747,12 +20747,12 @@ wi = eo([
|
|
|
20747
20747
|
}
|
|
20748
20748
|
})
|
|
20749
20749
|
], wi);
|
|
20750
|
-
const Jf = ["aria-checked"];
|
|
20750
|
+
const Jf = ["tabindex", "aria-checked"];
|
|
20751
20751
|
function Wf(e, i, n, o, t, s) {
|
|
20752
20752
|
const r = fe("Tooltip"), Y = fe("Icon");
|
|
20753
20753
|
return U(), te("div", {
|
|
20754
20754
|
class: Le(["uikit-flag-toggle", { "uikit-flag-toggle--disabled": e.disabled }]),
|
|
20755
|
-
tabindex: "0",
|
|
20755
|
+
tabindex: e.disabled ? "-1" : "0",
|
|
20756
20756
|
"aria-checked": e.isFlagged,
|
|
20757
20757
|
"aria-label": "Flag question",
|
|
20758
20758
|
role: "checkbox",
|