@myxtra/authentication-green 1.9.0-alpha.0 → 1.9.1
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as d, j as n, g as _t, u as q, a as Ke, b as St, E as Et } from "./index-
|
|
1
|
+
import { r as d, j as n, g as _t, u as q, a as Ke, b as St, E as Et } from "./index-405906b4.mjs";
|
|
2
2
|
class V {
|
|
3
3
|
constructor() {
|
|
4
4
|
this.listeners = /* @__PURE__ */ new Set(), this.subscribe = this.subscribe.bind(this);
|
|
@@ -2605,9 +2605,9 @@ var hr = (e) => {
|
|
|
2605
2605
|
"dialog",
|
|
2606
2606
|
E(g({
|
|
2607
2607
|
ref: o,
|
|
2608
|
-
tabIndex: -1,
|
|
2609
2608
|
open: l,
|
|
2610
2609
|
"aria-modal": !!c,
|
|
2610
|
+
"aria-labelledby": "dialogTitle",
|
|
2611
2611
|
className: P("dialog", i && "dialog--animated", s)
|
|
2612
2612
|
}, a), {
|
|
2613
2613
|
children: r
|
|
@@ -2658,6 +2658,7 @@ var yr = (e) => {
|
|
|
2658
2658
|
E(g({
|
|
2659
2659
|
tabIndex: 0,
|
|
2660
2660
|
ref: l,
|
|
2661
|
+
id: "dialogTitle",
|
|
2661
2662
|
className: P("dialog__header__title", i)
|
|
2662
2663
|
}, a), {
|
|
2663
2664
|
children: [
|