@@ -6361,7 +6361,7 @@ function Np({ title: e, flashcards: n, styling: t }) {
63616361 }
63626362 } , [ r , u , h ] ) , ! u )
63636363 return /* @__PURE__ */ M . jsxs ( "div" , { className : "flashcards_block" , children : [
6364- /* @__PURE__ */ M . jsxs ( "div" , { className : "fc-number" , "aria-label" : "Flashcard counter" , role : "status" , children : [
6364+ /* @__PURE__ */ M . jsxs ( "div" , { className : "fc-number" , "aria-label" : "Flashcard counter" , children : [
63656365 "0 / " ,
63666366 /* @__PURE__ */ M . jsx ( "span" , { className : "fc-total" , children : g . length } )
63676367 ] } ) ,
@@ -6400,7 +6400,7 @@ function Np({ title: e, flashcards: n, styling: t }) {
64006400 ] } ) ;
64016401 const N = g [ r ] ;
64026402 return /* @__PURE__ */ M . jsxs ( "div" , { className : "flashcards_block" , children : [
6403- /* @__PURE__ */ M . jsxs ( "div" , { className : "fc-number" , "aria-label" : "Flashcard counter" , role : "status" , children : [
6403+ /* @__PURE__ */ M . jsxs ( "div" , { className : "fc-number" , "aria-label" : "Flashcard counter" , children : [
64046404 /* @__PURE__ */ M . jsx ( "span" , { className : "current-fc" , children : r + 1 } ) ,
64056405 " / " ,
64066406 /* @__PURE__ */ M . jsx ( "span" , { className : "fc-total" , children : g . length } )
@@ -6444,6 +6444,8 @@ function Np({ title: e, flashcards: n, styling: t }) {
64446444 "div" ,
64456445 {
64466446 className : "fc-card-front" ,
6447+ "aria-hidden" : o ,
6448+ inert : o ? "" : void 0 ,
64476449 style : {
64486450 borderColor : t . borderColor ,
64496451 backgroundColor : t . backgroundColor
@@ -6469,6 +6471,8 @@ function Np({ title: e, flashcards: n, styling: t }) {
64696471 "div" ,
64706472 {
64716473 className : "fc-card-back" ,
6474+ "aria-hidden" : ! o ,
6475+ inert : o ? void 0 : "" ,
64726476 style : {
64736477 borderColor : t . borderColor ,
64746478 backgroundColor : t . backgroundColor
0 commit comments