@icebreakers/eslint-config 5.0.4 → 6.0.0

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,16 +1,16 @@
1
- import { a as __require, t as __commonJSMin } from "./chunk-yCSr5jVb.js";
2
- import { t as require_lib$4 } from "./lib-Dc92-WCU.js";
3
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/configs/flat-config-base.js
1
+ import { a as __require, t as __commonJSMin } from "./rolldown-runtime-C8SNSOcs.js";
2
+ import { t as require_lib$4 } from "./lib-CLPiq1xv.js";
3
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/configs/flat-config-base.js
4
4
  var require_flat_config_base = /* @__PURE__ */ __commonJSMin(((exports, module) => {
5
5
  module.exports = { languageOptions: { parserOptions: { ecmaFeatures: { jsx: true } } } };
6
6
  }));
7
7
  //#endregion
8
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/configs/legacy-config-base.js
8
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/configs/legacy-config-base.js
9
9
  var require_legacy_config_base = /* @__PURE__ */ __commonJSMin(((exports, module) => {
10
10
  module.exports = { parserOptions: { ecmaFeatures: { jsx: true } } };
11
11
  }));
12
12
  //#endregion
13
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/package.json
13
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/package.json
14
14
  var require_package = /* @__PURE__ */ __commonJSMin(((exports, module) => {
15
15
  module.exports = {
16
16
  "name": "eslint-plugin-jsx-a11y",
@@ -1636,7 +1636,7 @@ var require_object_inspect = /* @__PURE__ */ __commonJSMin(((exports, module) =>
1636
1636
  }));
1637
1637
  //#endregion
1638
1638
  //#region ../../node_modules/.pnpm/es-abstract@1.24.2/node_modules/es-abstract/helpers/isPropertyKey.js
1639
- var require_isPropertyKey = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1639
+ var require_isPropertyKey$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1640
1640
  module.exports = function isPropertyKey(argument) {
1641
1641
  return typeof argument === "string" || typeof argument === "symbol";
1642
1642
  };
@@ -1646,7 +1646,7 @@ var require_isPropertyKey = /* @__PURE__ */ __commonJSMin(((exports, module) =>
1646
1646
  var require_Get = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1647
1647
  var $TypeError = require_type();
1648
1648
  var inspect = require_object_inspect();
1649
- var isPropertyKey = require_isPropertyKey();
1649
+ var isPropertyKey = require_isPropertyKey$1();
1650
1650
  var isObject = require_isObject();
1651
1651
  module.exports = function Get(O, P) {
1652
1652
  if (!isObject(O)) throw new $TypeError("Assertion failed: Type(O) is not Object");
@@ -1916,7 +1916,7 @@ var require_DefinePropertyOrThrow = /* @__PURE__ */ __commonJSMin(((exports, mod
1916
1916
  var DefineOwnProperty = require_DefineOwnProperty();
1917
1917
  var FromPropertyDescriptor = require_FromPropertyDescriptor();
1918
1918
  var IsDataDescriptor = require_IsDataDescriptor();
1919
- var isPropertyKey = require_isPropertyKey();
1919
+ var isPropertyKey = require_isPropertyKey$1();
1920
1920
  var SameValue = require_SameValue();
1921
1921
  var ToPropertyDescriptor = require_ToPropertyDescriptor();
1922
1922
  module.exports = function DefinePropertyOrThrow(O, P, desc) {
@@ -2068,7 +2068,7 @@ var require_ValidateAndApplyPropertyDescriptor = /* @__PURE__ */ __commonJSMin((
2068
2068
  var IsAccessorDescriptor = require_IsAccessorDescriptor();
2069
2069
  var IsDataDescriptor = require_IsDataDescriptor();
2070
2070
  var IsGenericDescriptor = require_IsGenericDescriptor();
2071
- var isPropertyKey = require_isPropertyKey();
2071
+ var isPropertyKey = require_isPropertyKey$1();
2072
2072
  var SameValue = require_SameValue();
2073
2073
  module.exports = function ValidateAndApplyPropertyDescriptor(O, P, extensible, Desc, current) {
2074
2074
  if (typeof O !== "undefined" && !isObject(O)) throw new $TypeError("Assertion failed: O must be undefined or an Object");
@@ -2140,7 +2140,7 @@ var require_OrdinaryDefineOwnProperty = /* @__PURE__ */ __commonJSMin(((exports,
2140
2140
  var isPropertyDescriptor = require_property_descriptor();
2141
2141
  var IsAccessorDescriptor = require_IsAccessorDescriptor();
2142
2142
  var IsExtensible = require_IsExtensible();
2143
- var isPropertyKey = require_isPropertyKey();
2143
+ var isPropertyKey = require_isPropertyKey$1();
2144
2144
  var ToPropertyDescriptor = require_ToPropertyDescriptor();
2145
2145
  var SameValue = require_SameValue();
2146
2146
  var ValidateAndApplyPropertyDescriptor = require_ValidateAndApplyPropertyDescriptor();
@@ -2168,7 +2168,7 @@ var require_OrdinaryDefineOwnProperty = /* @__PURE__ */ __commonJSMin(((exports,
2168
2168
  var require_CreateDataProperty = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2169
2169
  var $TypeError = require_type();
2170
2170
  var isObject = require_isObject();
2171
- var isPropertyKey = require_isPropertyKey();
2171
+ var isPropertyKey = require_isPropertyKey$1();
2172
2172
  var OrdinaryDefineOwnProperty = require_OrdinaryDefineOwnProperty();
2173
2173
  module.exports = function CreateDataProperty(O, P, V) {
2174
2174
  if (!isObject(O)) throw new $TypeError("Assertion failed: Type(O) is not Object");
@@ -2187,7 +2187,7 @@ var require_CreateDataPropertyOrThrow = /* @__PURE__ */ __commonJSMin(((exports,
2187
2187
  var $TypeError = require_type();
2188
2188
  var isObject = require_isObject();
2189
2189
  var CreateDataProperty = require_CreateDataProperty();
2190
- var isPropertyKey = require_isPropertyKey();
2190
+ var isPropertyKey = require_isPropertyKey$1();
2191
2191
  module.exports = function CreateDataPropertyOrThrow(O, P, V) {
2192
2192
  if (!isObject(O)) throw new $TypeError("Assertion failed: Type(O) is not Object");
2193
2193
  if (!isPropertyKey(P)) throw new $TypeError("Assertion failed: P is not a Property Key");
@@ -2199,7 +2199,7 @@ var require_CreateDataPropertyOrThrow = /* @__PURE__ */ __commonJSMin(((exports,
2199
2199
  var require_HasProperty = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2200
2200
  var $TypeError = require_type();
2201
2201
  var isObject = require_isObject();
2202
- var isPropertyKey = require_isPropertyKey();
2202
+ var isPropertyKey = require_isPropertyKey$1();
2203
2203
  module.exports = function HasProperty(O, P) {
2204
2204
  if (!isObject(O)) throw new $TypeError("Assertion failed: `O` must be an Object");
2205
2205
  if (!isPropertyKey(P)) throw new $TypeError("Assertion failed: `P` must be a Property Key");
@@ -2207,14 +2207,6 @@ var require_HasProperty = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2207
2207
  };
2208
2208
  }));
2209
2209
  //#endregion
2210
- //#region ../../node_modules/.pnpm/es-to-primitive@1.3.0/node_modules/es-to-primitive/helpers/isPrimitive.js
2211
- var require_isPrimitive = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2212
- /** @type {(value: unknown) => value is null | undefined | string | symbol | number | boolean | bigint} */
2213
- module.exports = function isPrimitive(value) {
2214
- return value === null || typeof value !== "function" && typeof value !== "object";
2215
- };
2216
- }));
2217
- //#endregion
2218
2210
  //#region ../../node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js
2219
2211
  var require_shams = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2220
2212
  var hasSymbols = require_shams$1();
@@ -2341,17 +2333,66 @@ var require_is_symbol = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2341
2333
  };
2342
2334
  }));
2343
2335
  //#endregion
2344
- //#region ../../node_modules/.pnpm/es-to-primitive@1.3.0/node_modules/es-to-primitive/es2015.js
2336
+ //#region ../../node_modules/.pnpm/es-to-primitive@1.3.4/node_modules/es-to-primitive/helpers/isPrimitive.js
2337
+ var require_isPrimitive = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2338
+ /** @import { primitive } from '../' */
2339
+ /** @import { primitiveES5 } from '../es5' */
2340
+ /** @type {<T extends primitive | primitiveES5>(value: unknown) => value is T} */
2341
+ module.exports = function isPrimitive(value) {
2342
+ return value === null || typeof value !== "function" && typeof value !== "object";
2343
+ };
2344
+ }));
2345
+ //#endregion
2346
+ //#region ../../node_modules/.pnpm/es-abstract-get@1.0.0/node_modules/es-abstract-get/isPropertyKey.js
2347
+ var require_isPropertyKey = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2348
+ /** @type {import('./isPropertyKey')} */
2349
+ module.exports = function isPropertyKey(argument) {
2350
+ return typeof argument === "string" || typeof argument === "symbol";
2351
+ };
2352
+ }));
2353
+ //#endregion
2354
+ //#region ../../node_modules/.pnpm/es-abstract-get@1.0.0/node_modules/es-abstract-get/GetV.js
2355
+ var require_GetV$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2356
+ var $TypeError = require_type();
2357
+ var inspect = require_object_inspect();
2358
+ var isPropertyKey = require_isPropertyKey();
2359
+ /** @type {import('./GetV')} */
2360
+ module.exports = function GetV(V, P) {
2361
+ if (!isPropertyKey(P)) throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
2362
+ return V[P];
2363
+ };
2364
+ }));
2365
+ //#endregion
2366
+ //#region ../../node_modules/.pnpm/es-abstract-get@1.0.0/node_modules/es-abstract-get/GetMethod.js
2367
+ var require_GetMethod$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2368
+ var $TypeError = require_type();
2369
+ var isCallable = require_is_callable();
2370
+ var inspect = require_object_inspect();
2371
+ var GetV = require_GetV$1();
2372
+ var isPropertyKey = require_isPropertyKey();
2373
+ /** @type {import('./GetMethod')} */
2374
+ module.exports = function GetMethod(O, P) {
2375
+ if (!isPropertyKey(P)) throw new $TypeError("Assertion failed: P is not a Property Key");
2376
+ var func = GetV(O, P);
2377
+ if (func == null) return;
2378
+ if (!isCallable(func)) throw new $TypeError(inspect(P) + " is not a function: " + inspect(func));
2379
+ return func;
2380
+ };
2381
+ }));
2382
+ //#endregion
2383
+ //#region ../../node_modules/.pnpm/es-to-primitive@1.3.4/node_modules/es-to-primitive/es2015.js
2345
2384
  var require_es2015 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2346
2385
  var hasSymbols = typeof Symbol === "function" && typeof Symbol.iterator === "symbol";
2347
- var isPrimitive = require_isPrimitive();
2348
2386
  var isCallable = require_is_callable();
2349
2387
  var isDate = require_is_date_object();
2350
2388
  var isSymbol = require_is_symbol();
2351
- /** @type {(O: { valueOf?: () => unknown, toString?: () => unknown }, hint: 'number' | 'string' | 'default') => null | undefined | string | symbol | number | boolean | bigint} */
2352
- var ordinaryToPrimitive = function OrdinaryToPrimitive(O, hint) {
2353
- if (typeof O === "undefined" || O === null) throw new TypeError("Cannot call method on " + O);
2354
- if (typeof hint !== "string" || hint !== "number" && hint !== "string") throw new TypeError("hint must be \"string\" or \"number\"");
2389
+ var $TypeError = require_type();
2390
+ var isPrimitive = require_isPrimitive();
2391
+ /** @import { primitiveES6 } from './es2015' */
2392
+ /** @type {(O: { valueOf?: () => unknown, toString?: () => unknown }, hint: 'number' | 'string') => primitiveES6} */
2393
+ function OrdinaryToPrimitive(O, hint) {
2394
+ if (typeof O === "undefined" || O === null) throw new $TypeError("Cannot call method on " + O);
2395
+ if (typeof hint !== "string" || hint !== "number" && hint !== "string") throw new $TypeError("hint must be \"string\" or \"number\"");
2355
2396
  /** @type {('toString' | 'valueOf')[]} */
2356
2397
  var methodNames = hint === "string" ? ["toString", "valueOf"] : ["valueOf", "toString"];
2357
2398
  var method, result, i;
@@ -2362,16 +2403,9 @@ var require_es2015 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2362
2403
  if (isPrimitive(result)) return result;
2363
2404
  }
2364
2405
  }
2365
- throw new TypeError("No default value");
2366
- };
2367
- /** @type {<K extends PropertyKey>(O: Record<K, unknown>, P: K) => Function | undefined} */
2368
- var GetMethod = function GetMethod(O, P) {
2369
- var func = O[P];
2370
- if (func !== null && typeof func !== "undefined") {
2371
- if (!isCallable(func)) throw new TypeError(func + " returned for property " + String(P) + " of object " + O + " is not a function");
2372
- return func;
2373
- }
2374
- };
2406
+ throw new $TypeError("No default value");
2407
+ }
2408
+ var GetMethod = require_GetMethod$1();
2375
2409
  /** @type {import('./es2015')} */
2376
2410
  module.exports = function ToPrimitive(input) {
2377
2411
  if (isPrimitive(input)) return input;
@@ -2389,10 +2423,10 @@ var require_es2015 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2389
2423
  if (typeof exoticToPrim !== "undefined") {
2390
2424
  var result = exoticToPrim.call(input, hint);
2391
2425
  if (isPrimitive(result)) return result;
2392
- throw new TypeError("unable to convert exotic object to primitive");
2426
+ throw new $TypeError("unable to convert exotic object to primitive");
2393
2427
  }
2394
2428
  if (hint === "default" && (isDate(input) || isSymbol(input))) hint = "string";
2395
- return ordinaryToPrimitive(input, hint === "default" ? "number" : hint);
2429
+ return OrdinaryToPrimitive(input, hint === "default" ? "number" : hint);
2396
2430
  };
2397
2431
  }));
2398
2432
  //#endregion
@@ -2415,8 +2449,8 @@ var require_RequireObjectCoercible$1 = /* @__PURE__ */ __commonJSMin(((exports,
2415
2449
  };
2416
2450
  }));
2417
2451
  //#endregion
2418
- //#region ../../node_modules/.pnpm/es-abstract@1.24.2/node_modules/es-abstract/2024/ToString.js
2419
- var require_ToString = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2452
+ //#region ../../node_modules/.pnpm/es-abstract@1.24.2/node_modules/es-abstract/2025/ToString.js
2453
+ var require_ToString$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2420
2454
  var $String = require_get_intrinsic()("%String%");
2421
2455
  var $TypeError = require_type();
2422
2456
  module.exports = function ToString(argument) {
@@ -2425,20 +2459,27 @@ var require_ToString = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2425
2459
  };
2426
2460
  }));
2427
2461
  //#endregion
2428
- //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.10/node_modules/string.prototype.trim/implementation.js
2462
+ //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.11/node_modules/string.prototype.trim/implementation.js
2429
2463
  var require_implementation$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2430
2464
  var RequireObjectCoercible = require_RequireObjectCoercible$1();
2431
- var ToString = require_ToString();
2432
- var $replace = require_call_bound()("String.prototype.replace");
2465
+ var ToString = require_ToString$1();
2466
+ var callBound = require_call_bound();
2467
+ var safeRegexTester = require_safe_regex_test();
2468
+ var $replace = callBound("String.prototype.replace");
2469
+ var $charAt = callBound("String.prototype.charAt");
2470
+ var $slice = callBound("String.prototype.slice");
2433
2471
  var mvsIsWS = /^\s$/.test("᠎");
2434
2472
  var leftWhitespace = mvsIsWS ? /^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/ : /^[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+/;
2435
- var rightWhitespace = mvsIsWS ? /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/ : /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]+$/;
2473
+ var isWhitespace = safeRegexTester(mvsIsWS ? /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u180E\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]$/ : /[\x09\x0A\x0B\x0C\x0D\x20\xA0\u1680\u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A\u202F\u205F\u3000\u2028\u2029\uFEFF]$/);
2436
2474
  module.exports = function trim() {
2437
- return $replace($replace(ToString(RequireObjectCoercible(this)), leftWhitespace, ""), rightWhitespace, "");
2475
+ var S = $replace(ToString(RequireObjectCoercible(this)), leftWhitespace, "");
2476
+ var end = S.length;
2477
+ while (end > 0 && isWhitespace($charAt(S, end - 1))) end -= 1;
2478
+ return $slice(S, 0, end);
2438
2479
  };
2439
2480
  }));
2440
2481
  //#endregion
2441
- //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.10/node_modules/string.prototype.trim/polyfill.js
2482
+ //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.11/node_modules/string.prototype.trim/polyfill.js
2442
2483
  var require_polyfill$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2443
2484
  var implementation = require_implementation$7();
2444
2485
  var zeroWidthSpace = "​";
@@ -2449,7 +2490,7 @@ var require_polyfill$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2449
2490
  };
2450
2491
  }));
2451
2492
  //#endregion
2452
- //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.10/node_modules/string.prototype.trim/shim.js
2493
+ //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.11/node_modules/string.prototype.trim/shim.js
2453
2494
  var require_shim$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2454
2495
  var supportsDescriptors = require_has_property_descriptors()();
2455
2496
  var defineDataProperty = require_define_data_property();
@@ -2462,7 +2503,7 @@ var require_shim$7 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2462
2503
  };
2463
2504
  }));
2464
2505
  //#endregion
2465
- //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.10/node_modules/string.prototype.trim/index.js
2506
+ //#region ../../node_modules/.pnpm/string.prototype.trim@1.2.11/node_modules/string.prototype.trim/index.js
2466
2507
  var require_string_prototype_trim = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2467
2508
  var callBind = require_call_bind();
2468
2509
  var define = require_define_properties();
@@ -2587,6 +2628,16 @@ var require_LengthOfArrayLike = /* @__PURE__ */ __commonJSMin(((exports, module)
2587
2628
  };
2588
2629
  }));
2589
2630
  //#endregion
2631
+ //#region ../../node_modules/.pnpm/es-abstract@1.24.2/node_modules/es-abstract/2024/ToString.js
2632
+ var require_ToString = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2633
+ var $String = require_get_intrinsic()("%String%");
2634
+ var $TypeError = require_type();
2635
+ module.exports = function ToString(argument) {
2636
+ if (typeof argument === "symbol") throw new $TypeError("Cannot convert a Symbol value to a string");
2637
+ return $String(argument);
2638
+ };
2639
+ }));
2640
+ //#endregion
2590
2641
  //#region ../../node_modules/.pnpm/es-abstract@1.24.2/node_modules/es-abstract/2024/FlattenIntoArray.js
2591
2642
  var require_FlattenIntoArray = /* @__PURE__ */ __commonJSMin(((exports, module) => {
2592
2643
  var $TypeError = require_type();
@@ -4023,7 +4074,7 @@ var require_lib$3 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4023
4074
  };
4024
4075
  }));
4025
4076
  //#endregion
4026
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/schemas.js
4077
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/schemas.js
4027
4078
  var require_schemas = /* @__PURE__ */ __commonJSMin(((exports) => {
4028
4079
  Object.defineProperty(exports, "__esModule", { value: true });
4029
4080
  exports.generateObjSchema = exports.enumArraySchema = exports.arraySchema = void 0;
@@ -4308,7 +4359,7 @@ var require_array_includes = /* @__PURE__ */ __commonJSMin(((exports, module) =>
4308
4359
  module.exports = boundShim;
4309
4360
  }));
4310
4361
  //#endregion
4311
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getElementType.js
4362
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getElementType.js
4312
4363
  var require_getElementType = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4313
4364
  Object.defineProperty(exports, "__esModule", { value: true });
4314
4365
  exports["default"] = void 0;
@@ -4335,7 +4386,7 @@ var require_getElementType = /* @__PURE__ */ __commonJSMin(((exports, module) =>
4335
4386
  module.exports = exports.default;
4336
4387
  }));
4337
4388
  //#endregion
4338
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isHiddenFromScreenReader.js
4389
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isHiddenFromScreenReader.js
4339
4390
  var require_isHiddenFromScreenReader = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4340
4391
  Object.defineProperty(exports, "__esModule", { value: true });
4341
4392
  exports["default"] = void 0;
@@ -4350,7 +4401,7 @@ var require_isHiddenFromScreenReader = /* @__PURE__ */ __commonJSMin(((exports,
4350
4401
  module.exports = exports.default;
4351
4402
  }));
4352
4403
  //#endregion
4353
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/accessible-emoji.js
4404
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/accessible-emoji.js
4354
4405
  var require_accessible_emoji = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4355
4406
  Object.defineProperty(exports, "__esModule", { value: true });
4356
4407
  exports["default"] = void 0;
@@ -4462,7 +4513,7 @@ var require_array_prototype_flatmap = /* @__PURE__ */ __commonJSMin(((exports, m
4462
4513
  module.exports = boundFlatMap;
4463
4514
  }));
4464
4515
  //#endregion
4465
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/hasAccessibleChild.js
4516
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/hasAccessibleChild.js
4466
4517
  var require_hasAccessibleChild = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4467
4518
  Object.defineProperty(exports, "__esModule", { value: true });
4468
4519
  exports["default"] = hasAccessibleChild;
@@ -4487,19 +4538,19 @@ var require_hasAccessibleChild = /* @__PURE__ */ __commonJSMin(((exports, module
4487
4538
  module.exports = exports.default;
4488
4539
  }));
4489
4540
  //#endregion
4490
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isPresentationRole.js
4541
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isPresentationRole.js
4491
4542
  var require_isPresentationRole = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4492
4543
  Object.defineProperty(exports, "__esModule", { value: true });
4493
4544
  exports["default"] = void 0;
4494
4545
  var _jsxAstUtils = require_lib$3();
4495
- var presentationRoles = new Set(["presentation", "none"]);
4546
+ var presentationRoles = /* @__PURE__ */ new Set(["presentation", "none"]);
4496
4547
  exports["default"] = function isPresentationRole(tagName, attributes) {
4497
4548
  return presentationRoles.has((0, _jsxAstUtils.getLiteralPropValue)((0, _jsxAstUtils.getProp)(attributes, "role")));
4498
4549
  };
4499
4550
  module.exports = exports.default;
4500
4551
  }));
4501
4552
  //#endregion
4502
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/alt-text.js
4553
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/alt-text.js
4503
4554
  var require_alt_text = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4504
4555
  Object.defineProperty(exports, "__esModule", { value: true });
4505
4556
  exports["default"] = void 0;
@@ -4664,7 +4715,7 @@ var require_alt_text = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4664
4715
  module.exports = exports.default;
4665
4716
  }));
4666
4717
  //#endregion
4667
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getAccessibleChildText.js
4718
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getAccessibleChildText.js
4668
4719
  var require_getAccessibleChildText = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4669
4720
  Object.defineProperty(exports, "__esModule", { value: true });
4670
4721
  exports["default"] = getAccessibleChildText;
@@ -4705,7 +4756,7 @@ var require_getAccessibleChildText = /* @__PURE__ */ __commonJSMin(((exports, mo
4705
4756
  module.exports = exports.default;
4706
4757
  }));
4707
4758
  //#endregion
4708
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/anchor-ambiguous-text.js
4759
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/anchor-ambiguous-text.js
4709
4760
  var require_anchor_ambiguous_text = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4710
4761
  Object.defineProperty(exports, "__esModule", { value: true });
4711
4762
  exports["default"] = void 0;
@@ -4756,7 +4807,7 @@ var require_anchor_ambiguous_text = /* @__PURE__ */ __commonJSMin(((exports, mod
4756
4807
  module.exports = exports.default;
4757
4808
  }));
4758
4809
  //#endregion
4759
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/anchor-has-content.js
4810
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/anchor-has-content.js
4760
4811
  var require_anchor_has_content = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4761
4812
  Object.defineProperty(exports, "__esModule", { value: true });
4762
4813
  exports["default"] = void 0;
@@ -4799,7 +4850,7 @@ var require_anchor_has_content = /* @__PURE__ */ __commonJSMin(((exports, module
4799
4850
  module.exports = exports.default;
4800
4851
  }));
4801
4852
  //#endregion
4802
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/anchor-is-valid.js
4853
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/anchor-is-valid.js
4803
4854
  var require_anchor_is_valid = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4804
4855
  Object.defineProperty(exports, "__esModule", { value: true });
4805
4856
  exports["default"] = void 0;
@@ -4890,7 +4941,7 @@ var require_anchor_is_valid = /* @__PURE__ */ __commonJSMin(((exports, module) =
4890
4941
  module.exports = exports.default;
4891
4942
  }));
4892
4943
  //#endregion
4893
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getTabIndex.js
4944
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getTabIndex.js
4894
4945
  var require_getTabIndex = /* @__PURE__ */ __commonJSMin(((exports, module) => {
4895
4946
  Object.defineProperty(exports, "__esModule", { value: true });
4896
4947
  exports["default"] = getTabIndex;
@@ -7611,7 +7662,7 @@ var require_lib$2 = /* @__PURE__ */ __commonJSMin(((exports) => {
7611
7662
  exports.elementAXObjects = _elementAXObjectMap.default;
7612
7663
  }));
7613
7664
  //#endregion
7614
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/attributesComparator.js
7665
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/attributesComparator.js
7615
7666
  var require_attributesComparator = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7616
7667
  Object.defineProperty(exports, "__esModule", { value: true });
7617
7668
  exports["default"] = void 0;
@@ -7636,7 +7687,7 @@ var require_attributesComparator = /* @__PURE__ */ __commonJSMin(((exports, modu
7636
7687
  module.exports = exports.default;
7637
7688
  }));
7638
7689
  //#endregion
7639
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isInteractiveElement.js
7690
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isInteractiveElement.js
7640
7691
  var require_isInteractiveElement = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7641
7692
  Object.defineProperty(exports, "__esModule", { value: true });
7642
7693
  exports["default"] = void 0;
@@ -7753,7 +7804,7 @@ var require_isInteractiveElement = /* @__PURE__ */ __commonJSMin(((exports, modu
7753
7804
  module.exports = exports.default;
7754
7805
  }));
7755
7806
  //#endregion
7756
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-activedescendant-has-tabindex.js
7807
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-activedescendant-has-tabindex.js
7757
7808
  var require_aria_activedescendant_has_tabindex = /* @__PURE__ */ __commonJSMin(((exports, module) => {
7758
7809
  Object.defineProperty(exports, "__esModule", { value: true });
7759
7810
  exports["default"] = void 0;
@@ -8006,7 +8057,7 @@ var require_AsyncFromSyncIteratorContinuation = /* @__PURE__ */ __commonJSMin(((
8006
8057
  var require_GetV = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8007
8058
  var $TypeError = require_type();
8008
8059
  var inspect = require_object_inspect();
8009
- var isPropertyKey = require_isPropertyKey();
8060
+ var isPropertyKey = require_isPropertyKey$1();
8010
8061
  module.exports = function GetV(V, P) {
8011
8062
  if (!isPropertyKey(P)) throw new $TypeError("Assertion failed: P is not a Property Key, got " + inspect(P));
8012
8063
  return V[P];
@@ -8018,7 +8069,7 @@ var require_GetMethod = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8018
8069
  var $TypeError = require_type();
8019
8070
  var GetV = require_GetV();
8020
8071
  var IsCallable = require_IsCallable();
8021
- var isPropertyKey = require_isPropertyKey();
8072
+ var isPropertyKey = require_isPropertyKey$1();
8022
8073
  var inspect = require_object_inspect();
8023
8074
  module.exports = function GetMethod(O, P) {
8024
8075
  if (!isPropertyKey(P)) throw new $TypeError("Assertion failed: P is not a Property Key");
@@ -8249,7 +8300,7 @@ var require_side_channel_weakmap = /* @__PURE__ */ __commonJSMin(((exports, modu
8249
8300
  } : getSideChannelMap;
8250
8301
  }));
8251
8302
  //#endregion
8252
- //#region ../../node_modules/.pnpm/side-channel@1.1.0/node_modules/side-channel/index.js
8303
+ //#region ../../node_modules/.pnpm/side-channel@1.1.1/node_modules/side-channel/index.js
8253
8304
  var require_side_channel = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8254
8305
  var $TypeError = require_type();
8255
8306
  var inspect = require_object_inspect();
@@ -8263,7 +8314,7 @@ var require_side_channel = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8263
8314
  /** @type {Channel} */
8264
8315
  var channel = {
8265
8316
  assert: function(key) {
8266
- if (!channel.has(key)) throw new $TypeError("Side channel does not contain " + inspect(key));
8317
+ if (!channel.has(key)) throw new $TypeError("Side channel does not contain " + (key && Object(key) === key ? "the given object key" : inspect(key)));
8267
8318
  },
8268
8319
  "delete": function(key) {
8269
8320
  return !!$channelData && $channelData["delete"](key);
@@ -8738,7 +8789,7 @@ var require_object_fromentries = /* @__PURE__ */ __commonJSMin(((exports, module
8738
8789
  module.exports = polyfill;
8739
8790
  }));
8740
8791
  //#endregion
8741
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getSuggestion.js
8792
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getSuggestion.js
8742
8793
  var require_getSuggestion = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8743
8794
  Object.defineProperty(exports, "__esModule", { value: true });
8744
8795
  exports["default"] = getSuggestion;
@@ -8767,7 +8818,7 @@ var require_getSuggestion = /* @__PURE__ */ __commonJSMin(((exports, module) =>
8767
8818
  module.exports = exports.default;
8768
8819
  }));
8769
8820
  //#endregion
8770
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-props.js
8821
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-props.js
8771
8822
  var require_aria_props = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8772
8823
  Object.defineProperty(exports, "__esModule", { value: true });
8773
8824
  exports["default"] = void 0;
@@ -8811,7 +8862,7 @@ var require_aria_props = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8811
8862
  module.exports = exports.default;
8812
8863
  }));
8813
8864
  //#endregion
8814
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-proptypes.js
8865
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-proptypes.js
8815
8866
  var require_aria_proptypes = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8816
8867
  Object.defineProperty(exports, "__esModule", { value: true });
8817
8868
  exports["default"] = void 0;
@@ -8882,7 +8933,7 @@ var require_aria_proptypes = /* @__PURE__ */ __commonJSMin(((exports, module) =>
8882
8933
  module.exports = exports.default;
8883
8934
  }));
8884
8935
  //#endregion
8885
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-role.js
8936
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-role.js
8886
8937
  var require_aria_role = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8887
8938
  Object.defineProperty(exports, "__esModule", { value: true });
8888
8939
  exports["default"] = void 0;
@@ -8946,7 +8997,7 @@ var require_aria_role = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8946
8997
  module.exports = exports.default;
8947
8998
  }));
8948
8999
  //#endregion
8949
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-unsupported-elements.js
9000
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/aria-unsupported-elements.js
8950
9001
  var require_aria_unsupported_elements = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8951
9002
  Object.defineProperty(exports, "__esModule", { value: true });
8952
9003
  exports["default"] = void 0;
@@ -8994,9 +9045,9 @@ var require_aria_unsupported_elements = /* @__PURE__ */ __commonJSMin(((exports,
8994
9045
  module.exports = exports.default;
8995
9046
  }));
8996
9047
  //#endregion
8997
- //#region ../../node_modules/.pnpm/axe-core@4.11.4/node_modules/axe-core/axe.js
9048
+ //#region ../../node_modules/.pnpm/axe-core@4.12.1/node_modules/axe-core/axe.js
8998
9049
  var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
8999
- /*! axe v4.11.4
9050
+ /*! axe v4.12.1
9000
9051
  * Copyright (c) 2015 - 2026 Deque Systems, Inc.
9001
9052
  *
9002
9053
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -9019,7 +9070,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
9019
9070
  }, _typeof(o);
9020
9071
  }
9021
9072
  var axe = axe || {};
9022
- axe.version = "4.11.4";
9073
+ axe.version = "4.12.1";
9023
9074
  if (typeof define === "function" && define.amd) define("axe-core", [], function() {
9024
9075
  return axe;
9025
9076
  });
@@ -9038,6 +9089,122 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
9038
9089
  "steps",
9039
9090
  "maxSteps"
9040
9091
  ], _excluded6 = ["node"], _excluded7 = ["relatedNodes"], _excluded8 = ["node"], _excluded9 = ["variant"], _excluded0 = ["matches"], _excluded1 = ["chromium"], _excluded10 = ["noImplicit"], _excluded11 = ["noPresentational"], _excluded12 = ["node"], _excluded13 = ["environmentData"], _excluded14 = ["environmentData"], _excluded15 = ["environmentData"], _excluded16 = ["environmentData"], _excluded17 = ["environmentData"];
9092
+ function _regenerator() {
9093
+ var e, t, r = "function" == typeof Symbol ? Symbol : {}, n = r.iterator || "@@iterator", o = r.toStringTag || "@@toStringTag";
9094
+ function i(r, n, o, i) {
9095
+ var c = n && n.prototype instanceof Generator ? n : Generator, u = Object.create(c.prototype);
9096
+ return _regeneratorDefine2(u, "_invoke", function(r, n, o) {
9097
+ var i, c, u, f = 0, p = o || [], y = !1, G = {
9098
+ p: 0,
9099
+ n: 0,
9100
+ v: e,
9101
+ a: d,
9102
+ f: d.bind(e, 4),
9103
+ d: function d(t, r) {
9104
+ return i = t, c = 0, u = e, G.n = r, a;
9105
+ }
9106
+ };
9107
+ function d(r, n) {
9108
+ for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
9109
+ var o, i = p[t], d = G.p, l = i[2];
9110
+ r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
9111
+ }
9112
+ if (o || r > 1) return a;
9113
+ throw y = !0, n;
9114
+ }
9115
+ return function(o, p, l) {
9116
+ if (f > 1) throw TypeError("Generator is already running");
9117
+ for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
9118
+ i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
9119
+ try {
9120
+ if (f = 2, i) {
9121
+ if (c || (o = "next"), t = i[o]) {
9122
+ if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
9123
+ if (!t.done) return t;
9124
+ u = t.value, c < 2 && (c = 0);
9125
+ } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
9126
+ i = e;
9127
+ } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
9128
+ } catch (t) {
9129
+ i = e, c = 1, u = t;
9130
+ } finally {
9131
+ f = 1;
9132
+ }
9133
+ }
9134
+ return {
9135
+ value: t,
9136
+ done: y
9137
+ };
9138
+ };
9139
+ }(r, o, i), !0), u;
9140
+ }
9141
+ var a = {};
9142
+ function Generator() {}
9143
+ function GeneratorFunction() {}
9144
+ function GeneratorFunctionPrototype() {}
9145
+ t = Object.getPrototypeOf;
9146
+ var c = [][n] ? t(t([][n]())) : (_regeneratorDefine2(t = {}, n, function() {
9147
+ return this;
9148
+ }), t), u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
9149
+ function f(e) {
9150
+ return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, _regeneratorDefine2(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
9151
+ }
9152
+ return GeneratorFunction.prototype = GeneratorFunctionPrototype, _regeneratorDefine2(u, "constructor", GeneratorFunctionPrototype), _regeneratorDefine2(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", _regeneratorDefine2(GeneratorFunctionPrototype, o, "GeneratorFunction"), _regeneratorDefine2(u), _regeneratorDefine2(u, o, "Generator"), _regeneratorDefine2(u, n, function() {
9153
+ return this;
9154
+ }), _regeneratorDefine2(u, "toString", function() {
9155
+ return "[object Generator]";
9156
+ }), (_regenerator = function _regenerator() {
9157
+ return {
9158
+ w: i,
9159
+ m: f
9160
+ };
9161
+ })();
9162
+ }
9163
+ function _regeneratorDefine2(e, r, n, t) {
9164
+ var i = Object.defineProperty;
9165
+ try {
9166
+ i({}, "", {});
9167
+ } catch (e) {
9168
+ i = 0;
9169
+ }
9170
+ _regeneratorDefine2 = function _regeneratorDefine(e, r, n, t) {
9171
+ function o(r, n) {
9172
+ _regeneratorDefine2(e, r, function(e) {
9173
+ return this._invoke(r, n, e);
9174
+ });
9175
+ }
9176
+ r ? i ? i(e, r, {
9177
+ value: n,
9178
+ enumerable: !t,
9179
+ configurable: !t,
9180
+ writable: !t
9181
+ }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
9182
+ }, _regeneratorDefine2(e, r, n, t);
9183
+ }
9184
+ function asyncGeneratorStep(n, t, e, r, o, a, c) {
9185
+ try {
9186
+ var i = n[a](c), u = i.value;
9187
+ } catch (n) {
9188
+ e(n);
9189
+ return;
9190
+ }
9191
+ i.done ? t(u) : Promise.resolve(u).then(r, o);
9192
+ }
9193
+ function _asyncToGenerator(n) {
9194
+ return function() {
9195
+ var t = this, e = arguments;
9196
+ return new Promise(function(r, o) {
9197
+ var a = n.apply(t, e);
9198
+ function _next(n) {
9199
+ asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
9200
+ }
9201
+ function _throw(n) {
9202
+ asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
9203
+ }
9204
+ _next(void 0);
9205
+ });
9206
+ };
9207
+ }
9041
9208
  function _toArray(r) {
9042
9209
  return _arrayWithHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableRest();
9043
9210
  }
@@ -14564,10 +14731,17 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
14564
14731
  Object.freeze(constants.resultGroupMap);
14565
14732
  Object.freeze(constants);
14566
14733
  var constants_default = constants;
14734
+ var logger;
14567
14735
  function log() {
14568
- if ((typeof console === "undefined" ? "undefined" : _typeof(console)) === "object" && console.log) Function.prototype.apply.call(console.log, console, arguments);
14736
+ if (logger) logger.apply(void 0, arguments);
14737
+ else if ((typeof console === "undefined" ? "undefined" : _typeof(console)) === "object" && console.log) {
14738
+ var _console;
14739
+ (_console = console).log.apply(_console, arguments);
14740
+ }
14741
+ }
14742
+ function setLogger(fn) {
14743
+ logger = fn;
14569
14744
  }
14570
- var log_default = log;
14571
14745
  var whitespaceRegex = /[\t\r\n\f]/g;
14572
14746
  var abstract_virtual_node_default = function() {
14573
14747
  function AbstractVirtualNode() {
@@ -14690,6 +14864,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
14690
14864
  getCheckOption: function getCheckOption() {
14691
14865
  return get_check_option_default;
14692
14866
  },
14867
+ getElementInternals: function getElementInternals() {
14868
+ return _getElementInternals;
14869
+ },
14693
14870
  getElementSource: function getElementSource() {
14694
14871
  return _getElementSource;
14695
14872
  },
@@ -14763,7 +14940,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
14763
14940
  return is_hidden_default;
14764
14941
  },
14765
14942
  isHtmlElement: function isHtmlElement() {
14766
- return is_html_element_default;
14943
+ return _isHtmlElement;
14767
14944
  },
14768
14945
  isLabelledFramesSelector: function isLabelledFramesSelector() {
14769
14946
  return _isLabelledFramesSelector;
@@ -14777,6 +14954,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
14777
14954
  isShadowRoot: function isShadowRoot() {
14778
14955
  return is_shadow_root_default;
14779
14956
  },
14957
+ isValidCustomElementName: function isValidCustomElementName() {
14958
+ return _isValidCustomElementName;
14959
+ },
14780
14960
  isValidLang: function isValidLang() {
14781
14961
  return valid_langs_default;
14782
14962
  },
@@ -14810,6 +14990,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
14810
14990
  nodeSorter: function nodeSorter() {
14811
14991
  return node_sorter_default;
14812
14992
  },
14993
+ normalizeRunOptions: function normalizeRunOptions() {
14994
+ return _normalizeRunOptions;
14995
+ },
14813
14996
  objectHasOwn: function objectHasOwn() {
14814
14997
  return _objectHasOwn;
14815
14998
  },
@@ -15789,10 +15972,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
15789
15972
  format.type || (format.type = "function");
15790
15973
  format.name || (format.name = "color");
15791
15974
  format.coordGrammar = parseCoordGrammar(format.coords);
15792
- var coordFormats = Object.entries(this.coords).map(function(_ref153, i) {
15793
- var _ref154 = _slicedToArray(_ref153, 2);
15794
- _ref154[0];
15795
- var coordMeta = _ref154[1];
15975
+ var coordFormats = Object.entries(this.coords).map(function(_ref154, i) {
15976
+ var _ref155 = _slicedToArray(_ref154, 2);
15977
+ _ref155[0];
15978
+ var coordMeta = _ref155[1];
15796
15979
  var outputType = format.coordGrammar[i][0];
15797
15980
  var fromRange = coordMeta.range || coordMeta.refRange;
15798
15981
  var toRange = outputType.range, suffix = "";
@@ -19935,7 +20118,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
19935
20118
  var defaultFail = function defaultFail(e) {
19936
20119
  err2 = e;
19937
20120
  setTimeout(function() {
19938
- if (err2 !== void 0 && err2 !== null) log_default("Uncaught error (of queue)", err2);
20121
+ if (err2 !== void 0 && err2 !== null) log("Uncaught error (of queue)", err2);
19939
20122
  }, 1);
19940
20123
  };
19941
20124
  var failed = defaultFail;
@@ -20012,7 +20195,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
20012
20195
  var _rng;
20013
20196
  var _crypto = window.crypto || window.msCrypto;
20014
20197
  if (!_rng && _crypto && _crypto.getRandomValues) {
20015
- var _rnds8 = new Uint8Array(16);
20198
+ var _rnds8 = /* @__PURE__ */ new Uint8Array(16);
20016
20199
  _rng = function whatwgRNG() {
20017
20200
  _crypto.getRandomValues(_rnds8);
20018
20201
  return _rnds8;
@@ -20363,7 +20546,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
20363
20546
  var win = node.contentWindow;
20364
20547
  var pingWaitTime = (_parameters$options$p = (_parameters$options = parameters.options) === null || _parameters$options === void 0 ? void 0 : _parameters$options.pingWaitTime) !== null && _parameters$options$p !== void 0 ? _parameters$options$p : 500;
20365
20548
  if (!win) {
20366
- log_default("Frame does not have a content window", node);
20549
+ log("Frame does not have a content window", node);
20367
20550
  resolve(null);
20368
20551
  return;
20369
20552
  }
@@ -20606,6 +20789,22 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
20606
20789
  });
20607
20790
  }
20608
20791
  var extend_meta_data_default = extendMetaData;
20792
+ var reservedNames = [
20793
+ "annotation-xml",
20794
+ "color-profile",
20795
+ "font-face",
20796
+ "font-face-src",
20797
+ "font-face-uri",
20798
+ "font-face-format",
20799
+ "font-face-name",
20800
+ "missing-glyph"
20801
+ ];
20802
+ var validLocalNameRegex = /^(?:[A-Za-z](?:[\x01-\x08\x0B\x0E-\x1F!-\.0-=\?-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*|(?:[:_\x80-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF])(?:[\x2D\.0-:A-Z_a-z\x80-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF])*)$/;
20803
+ var alphaLowerRegex = /[a-z]/;
20804
+ var alphaUpperRegex = /[A-Z]/;
20805
+ function _isValidCustomElementName(nodeName2) {
20806
+ return !reservedNames.includes(nodeName2) && validLocalNameRegex.test(nodeName2) && alphaLowerRegex.test(nodeName2[0]) && !alphaUpperRegex.test(nodeName2) && nodeName2.includes("-");
20807
+ }
20609
20808
  var possibleShadowRoots = [
20610
20809
  "article",
20611
20810
  "aside",
@@ -20629,7 +20828,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
20629
20828
  function isShadowRoot(node) {
20630
20829
  if (node.shadowRoot) {
20631
20830
  var nodeName2 = node.nodeName.toLowerCase();
20632
- if (possibleShadowRoots.includes(nodeName2) || /^[a-z][a-z0-9_.-]*-[a-z0-9_.-]*$/.test(nodeName2)) return true;
20831
+ if (possibleShadowRoots.includes(nodeName2) || _isValidCustomElementName(nodeName2)) return true;
20633
20832
  }
20634
20833
  return false;
20635
20834
  }
@@ -25382,10 +25581,11 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
25382
25581
  }
25383
25582
  var get_element_spec_default = getElementSpec;
25384
25583
  function implicitRole2(node) {
25584
+ var _vNode$elementInterna;
25385
25585
  var chromium = (arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}).chromium;
25386
- var vNode = node instanceof abstract_virtual_node_default ? node : get_node_from_tree_default(node);
25387
- node = vNode.actualNode;
25586
+ var vNode = _nodeLookup(node).vNode;
25388
25587
  if (!vNode) throw new ReferenceError("Cannot get implicit role of a node outside the current scope.");
25588
+ if ((_vNode$elementInterna = vNode.elementInternals) !== null && _vNode$elementInterna !== void 0 && _vNode$elementInterna.role) return vNode.elementInternals.role;
25389
25589
  var role = implicit_html_roles_default[vNode.props.nodeName];
25390
25590
  if (!role && chromium) return get_element_spec_default(vNode).chromiumRole || null;
25391
25591
  if (typeof role === "function") return role(vNode);
@@ -25511,15 +25711,116 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
25511
25711
  if (!vNode.parent) return true;
25512
25712
  return isVisibleToScreenReadersVirtual(vNode.parent, true);
25513
25713
  });
25714
+ function getUnicodeNonBmpRegExp() {
25715
+ return /[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g;
25716
+ }
25717
+ function getPunctuationRegExp() {
25718
+ return /[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g;
25719
+ }
25720
+ function getSupplementaryPrivateUseRegExp() {
25721
+ return /[\uDB80-\uDBBF][\uDC00-\uDFFF]/g;
25722
+ }
25723
+ function getCategoryFormatRegExp() {
25724
+ return /[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/g;
25725
+ }
25726
+ function hasUnicode(str, options) {
25727
+ var emoji = options.emoji, nonBmp = options.nonBmp, punctuations = options.punctuations;
25728
+ var value = false;
25729
+ if (emoji) value || (value = emoji_regex_default().test(str));
25730
+ if (nonBmp) value || (value = getUnicodeNonBmpRegExp().test(str) || getSupplementaryPrivateUseRegExp().test(str) || getCategoryFormatRegExp().test(str));
25731
+ if (punctuations) value || (value = getPunctuationRegExp().test(str));
25732
+ return value;
25733
+ }
25734
+ var has_unicode_default = hasUnicode;
25735
+ function _isIconLigature(textVNode) {
25736
+ var differenceThreshold = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : .15;
25737
+ var occurrenceThreshold = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 3;
25738
+ var nodeValue = textVNode.actualNode.nodeValue.trim();
25739
+ if (!sanitize_default(nodeValue) || has_unicode_default(nodeValue, {
25740
+ emoji: true,
25741
+ nonBmp: true
25742
+ })) return false;
25743
+ var canvasContext = cache_default.get("canvasContext", function() {
25744
+ return document.createElement("canvas").getContext("2d", { willReadFrequently: true });
25745
+ });
25746
+ var canvas = canvasContext.canvas;
25747
+ var fonts = cache_default.get("fonts", function() {
25748
+ return {};
25749
+ });
25750
+ var fontFamily = window.getComputedStyle(textVNode.parent.actualNode).getPropertyValue("font-family");
25751
+ if (!fonts[fontFamily]) fonts[fontFamily] = {
25752
+ occurrences: 0,
25753
+ numLigatures: 0
25754
+ };
25755
+ var font = fonts[fontFamily];
25756
+ if (font.occurrences >= occurrenceThreshold) {
25757
+ if (font.numLigatures / font.occurrences === 1) return true;
25758
+ else if (font.numLigatures === 0) return false;
25759
+ }
25760
+ font.occurrences++;
25761
+ var fontSize = 30;
25762
+ var fontStyle = "".concat(fontSize, "px ").concat(fontFamily);
25763
+ canvasContext.font = fontStyle;
25764
+ var firstChar = nodeValue.charAt(0);
25765
+ var width = canvasContext.measureText(firstChar).width;
25766
+ if (width === 0) {
25767
+ font.numLigatures++;
25768
+ return true;
25769
+ }
25770
+ if (width < 30) {
25771
+ var diff = 30 / width;
25772
+ width *= diff;
25773
+ fontSize *= diff;
25774
+ fontStyle = "".concat(fontSize, "px ").concat(fontFamily);
25775
+ }
25776
+ canvas.width = width;
25777
+ canvas.height = fontSize;
25778
+ canvasContext.font = fontStyle;
25779
+ canvasContext.textAlign = "left";
25780
+ canvasContext.textBaseline = "top";
25781
+ canvasContext.fillText(firstChar, 0, 0);
25782
+ var compareData = new Uint32Array(canvasContext.getImageData(0, 0, width, fontSize).data.buffer);
25783
+ if (!compareData.some(function(pixel) {
25784
+ return pixel;
25785
+ })) {
25786
+ font.numLigatures++;
25787
+ return true;
25788
+ }
25789
+ canvasContext.clearRect(0, 0, width, fontSize);
25790
+ canvasContext.fillText(nodeValue, 0, 0);
25791
+ var compareWith = new Uint32Array(canvasContext.getImageData(0, 0, width, fontSize).data.buffer);
25792
+ var differences = compareData.reduce(function(diff, pixel, i) {
25793
+ if (pixel === 0 && compareWith[i] === 0) return diff;
25794
+ if (pixel !== 0 && compareWith[i] !== 0) return diff;
25795
+ return ++diff;
25796
+ }, 0);
25797
+ var expectedWidth = nodeValue.split("").reduce(function(totalWidth, _char2) {
25798
+ return totalWidth + canvasContext.measureText(_char2).width;
25799
+ }, 0);
25800
+ var actualWidth = canvasContext.measureText(nodeValue).width;
25801
+ var pixelDifference = differences / compareData.length;
25802
+ var sizeDifference = 1 - actualWidth / expectedWidth;
25803
+ if (pixelDifference >= differenceThreshold && sizeDifference >= differenceThreshold) {
25804
+ font.numLigatures++;
25805
+ return true;
25806
+ }
25807
+ return false;
25808
+ }
25514
25809
  function visibleVirtual(element, screenReader, noRecursing) {
25810
+ var options = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
25515
25811
  var vNode = _nodeLookup(element).vNode;
25516
25812
  var visibleMethod = screenReader ? _isVisibleToScreenReaders : _isVisibleOnScreen;
25517
25813
  var visible2 = !element.actualNode || element.actualNode && visibleMethod(element);
25814
+ var ignoreIconLigature = options.ignoreIconLigature, pixelThreshold = options.pixelThreshold, occurrenceThreshold = options.occurrenceThreshold;
25518
25815
  return sanitize_default(vNode.children.map(function(child) {
25519
- var _child$props = child.props, nodeType = _child$props.nodeType, nodeValue = _child$props.nodeValue;
25816
+ var _child$props = child.props, nodeType = _child$props.nodeType, nodeValue = _child$props.nodeValue, nodeName2 = _child$props.nodeName;
25520
25817
  if (nodeType === 3) {
25521
- if (nodeValue && visible2) return nodeValue;
25522
- } else if (!noRecursing) return visibleVirtual(child, screenReader);
25818
+ if (!nodeValue || !visible2) return "";
25819
+ if (ignoreIconLigature && _isIconLigature(child, pixelThreshold, occurrenceThreshold)) return "";
25820
+ return nodeValue;
25821
+ }
25822
+ if (nodeName2 === "br") return " ";
25823
+ if (!noRecursing) return visibleVirtual(child, screenReader, false, options);
25523
25824
  }).join(""));
25524
25825
  }
25525
25826
  var visible_virtual_default = visibleVirtual;
@@ -25597,7 +25898,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
25597
25898
  }).reduce(function(accName, step) {
25598
25899
  return accName || step(virtualNode, context);
25599
25900
  }, "");
25600
- if (context.debug) log_default(valueString || "{empty-value}", actualNode, context);
25901
+ if (context.debug) log(valueString || "{empty-value}", actualNode, context);
25601
25902
  return valueString;
25602
25903
  }
25603
25904
  function nativeTextboxValue(node) {
@@ -25618,7 +25919,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
25618
25919
  }).join(" ") || "";
25619
25920
  }
25620
25921
  function ariaTextboxValue(node) {
25621
- var _nodeLookup15 = _nodeLookup(node), vNode = _nodeLookup15.vNode, domNode = _nodeLookup15.domNode;
25922
+ var _nodeLookup16 = _nodeLookup(node), vNode = _nodeLookup16.vNode, domNode = _nodeLookup16.domNode;
25622
25923
  if (!is_aria_textbox_default(vNode)) return "";
25623
25924
  if (!domNode || domNode && !_isHiddenForEveryone(domNode)) return visible_virtual_default(vNode, true);
25624
25925
  else return domNode.textContent;
@@ -25757,101 +26058,6 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
25757
26058
  return native_text_methods_default[methodName];
25758
26059
  });
25759
26060
  }
25760
- function getUnicodeNonBmpRegExp() {
25761
- return /[\u1D00-\u1D7F\u1D80-\u1DBF\u1DC0-\u1DFF\u20A0-\u20CF\u20D0-\u20FF\u2100-\u214F\u2150-\u218F\u2190-\u21FF\u2200-\u22FF\u2300-\u23FF\u2400-\u243F\u2440-\u245F\u2460-\u24FF\u2500-\u257F\u2580-\u259F\u25A0-\u25FF\u2600-\u26FF\u2700-\u27BF\uE000-\uF8FF]/g;
25762
- }
25763
- function getPunctuationRegExp() {
25764
- return /[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g;
25765
- }
25766
- function getSupplementaryPrivateUseRegExp() {
25767
- return /[\uDB80-\uDBBF][\uDC00-\uDFFF]/g;
25768
- }
25769
- function getCategoryFormatRegExp() {
25770
- return /[\xAD\u0600-\u0605\u061C\u06DD\u070F\u08E2\u180E\u200B-\u200F\u202A-\u202E\u2060-\u2064\u2066-\u206F\uFEFF\uFFF9-\uFFFB]|\uD804[\uDCBD\uDCCD]|\uD80D[\uDC30-\uDC38]|\uD82F[\uDCA0-\uDCA3]|\uD834[\uDD73-\uDD7A]|\uDB40[\uDC01\uDC20-\uDC7F]/g;
25771
- }
25772
- function hasUnicode(str, options) {
25773
- var emoji = options.emoji, nonBmp = options.nonBmp, punctuations = options.punctuations;
25774
- var value = false;
25775
- if (emoji) value || (value = emoji_regex_default().test(str));
25776
- if (nonBmp) value || (value = getUnicodeNonBmpRegExp().test(str) || getSupplementaryPrivateUseRegExp().test(str) || getCategoryFormatRegExp().test(str));
25777
- if (punctuations) value || (value = getPunctuationRegExp().test(str));
25778
- return value;
25779
- }
25780
- var has_unicode_default = hasUnicode;
25781
- function _isIconLigature(textVNode) {
25782
- var differenceThreshold = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : .15;
25783
- var occurrenceThreshold = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : 3;
25784
- var nodeValue = textVNode.actualNode.nodeValue.trim();
25785
- if (!sanitize_default(nodeValue) || has_unicode_default(nodeValue, {
25786
- emoji: true,
25787
- nonBmp: true
25788
- })) return false;
25789
- var canvasContext = cache_default.get("canvasContext", function() {
25790
- return document.createElement("canvas").getContext("2d", { willReadFrequently: true });
25791
- });
25792
- var canvas = canvasContext.canvas;
25793
- var fonts = cache_default.get("fonts", function() {
25794
- return {};
25795
- });
25796
- var fontFamily = window.getComputedStyle(textVNode.parent.actualNode).getPropertyValue("font-family");
25797
- if (!fonts[fontFamily]) fonts[fontFamily] = {
25798
- occurrences: 0,
25799
- numLigatures: 0
25800
- };
25801
- var font = fonts[fontFamily];
25802
- if (font.occurrences >= occurrenceThreshold) {
25803
- if (font.numLigatures / font.occurrences === 1) return true;
25804
- else if (font.numLigatures === 0) return false;
25805
- }
25806
- font.occurrences++;
25807
- var fontSize = 30;
25808
- var fontStyle = "".concat(fontSize, "px ").concat(fontFamily);
25809
- canvasContext.font = fontStyle;
25810
- var firstChar = nodeValue.charAt(0);
25811
- var width = canvasContext.measureText(firstChar).width;
25812
- if (width === 0) {
25813
- font.numLigatures++;
25814
- return true;
25815
- }
25816
- if (width < 30) {
25817
- var diff = 30 / width;
25818
- width *= diff;
25819
- fontSize *= diff;
25820
- fontStyle = "".concat(fontSize, "px ").concat(fontFamily);
25821
- }
25822
- canvas.width = width;
25823
- canvas.height = fontSize;
25824
- canvasContext.font = fontStyle;
25825
- canvasContext.textAlign = "left";
25826
- canvasContext.textBaseline = "top";
25827
- canvasContext.fillText(firstChar, 0, 0);
25828
- var compareData = new Uint32Array(canvasContext.getImageData(0, 0, width, fontSize).data.buffer);
25829
- if (!compareData.some(function(pixel) {
25830
- return pixel;
25831
- })) {
25832
- font.numLigatures++;
25833
- return true;
25834
- }
25835
- canvasContext.clearRect(0, 0, width, fontSize);
25836
- canvasContext.fillText(nodeValue, 0, 0);
25837
- var compareWith = new Uint32Array(canvasContext.getImageData(0, 0, width, fontSize).data.buffer);
25838
- var differences = compareData.reduce(function(diff, pixel, i) {
25839
- if (pixel === 0 && compareWith[i] === 0) return diff;
25840
- if (pixel !== 0 && compareWith[i] !== 0) return diff;
25841
- return ++diff;
25842
- }, 0);
25843
- var expectedWidth = nodeValue.split("").reduce(function(totalWidth, _char2) {
25844
- return totalWidth + canvasContext.measureText(_char2).width;
25845
- }, 0);
25846
- var actualWidth = canvasContext.measureText(nodeValue).width;
25847
- var pixelDifference = differences / compareData.length;
25848
- var sizeDifference = 1 - actualWidth / expectedWidth;
25849
- if (pixelDifference >= differenceThreshold && sizeDifference >= differenceThreshold) {
25850
- font.numLigatures++;
25851
- return true;
25852
- }
25853
- return false;
25854
- }
25855
26061
  function _accessibleTextVirtual(virtualNode) {
25856
26062
  var context = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
25857
26063
  context = prepareContext(virtualNode, context);
@@ -26285,7 +26491,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
26285
26491
  }
26286
26492
  var inserted_into_focus_order_default = insertedIntoFocusOrder;
26287
26493
  function isHiddenWithCSS(el, descendentVisibilityValue) {
26288
- var _nodeLookup20 = _nodeLookup(el), vNode = _nodeLookup20.vNode, domNode = _nodeLookup20.domNode;
26494
+ var _nodeLookup21 = _nodeLookup(el), vNode = _nodeLookup21.vNode, domNode = _nodeLookup21.domNode;
26289
26495
  if (!vNode) return _isHiddenWithCSS(domNode, descendentVisibilityValue);
26290
26496
  if (vNode._isHiddenWithCSS === void 0) vNode._isHiddenWithCSS = _isHiddenWithCSS(domNode, descendentVisibilityValue);
26291
26497
  return vNode._isHiddenWithCSS;
@@ -26333,7 +26539,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
26333
26539
  ];
26334
26540
  function isInTextBlock(node) {
26335
26541
  var _ref64 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, noLengthCompare = _ref64.noLengthCompare, _ref64$includeInlineB = _ref64.includeInlineBlock, includeInlineBlock = _ref64$includeInlineB === void 0 ? false : _ref64$includeInlineB;
26336
- var _nodeLookup21 = _nodeLookup(node), vNode = _nodeLookup21.vNode, domNode = _nodeLookup21.domNode;
26542
+ var _nodeLookup22 = _nodeLookup(node), vNode = _nodeLookup22.vNode, domNode = _nodeLookup22.domNode;
26337
26543
  if (isBlock(domNode) || !includeInlineBlock && isInlineBlockLike(vNode)) return false;
26338
26544
  var virtualParent = getBlockParent(domNode);
26339
26545
  var parentText = "";
@@ -27142,6 +27348,17 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
27142
27348
  if (!this._cache.hasOwnProperty("boundingClientRect")) this._cache.boundingClientRect = this.actualNode.getBoundingClientRect();
27143
27349
  return this._cache.boundingClientRect;
27144
27350
  }
27351
+ },
27352
+ {
27353
+ key: "elementInternals",
27354
+ get: function get() {
27355
+ if (!axe._enableElementInternals) return;
27356
+ if (!this._cache.hasOwnProperty("elementInternals")) this._cache.elementInternals = _getElementInternals(this.actualNode);
27357
+ return this._cache.elementInternals;
27358
+ },
27359
+ set: function set(value) {
27360
+ this._cache.elementInternals = value;
27361
+ }
27145
27362
  }
27146
27363
  ]);
27147
27364
  }(abstract_virtual_node_default);
@@ -27772,6 +27989,57 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
27772
27989
  };
27773
27990
  }
27774
27991
  var get_stylesheet_factory_default = getStyleSheetFactory;
27992
+ var propNames = [
27993
+ "_internals",
27994
+ "internals",
27995
+ "internals_"
27996
+ ];
27997
+ var symbolNames = ["internals", "privateInternals"];
27998
+ function _getElementInternals(node) {
27999
+ var _globalThis$_elementI;
28000
+ if (!_isValidCustomElementName(node.nodeName.toLowerCase())) return;
28001
+ var mapInternals = (_globalThis$_elementI = globalThis._elementInternals) === null || _globalThis$_elementI === void 0 ? void 0 : _globalThis$_elementI.get(node);
28002
+ if (mapInternals) return mapInternals;
28003
+ if (!("ElementInternals" in window)) return;
28004
+ var _iterator11 = _createForOfIteratorHelper(propNames), _step11;
28005
+ try {
28006
+ for (_iterator11.s(); !(_step11 = _iterator11.n()).done;) {
28007
+ var _Object$getOwnPropert;
28008
+ var propName = _step11.value;
28009
+ if ((_Object$getOwnPropert = Object.getOwnPropertyDescriptor(node, propName)) !== null && _Object$getOwnPropert !== void 0 && _Object$getOwnPropert.get) continue;
28010
+ if (node[propName] instanceof window.ElementInternals) return node[propName];
28011
+ }
28012
+ } catch (err) {
28013
+ _iterator11.e(err);
28014
+ } finally {
28015
+ _iterator11.f();
28016
+ }
28017
+ var ownSymbols = Object.getOwnPropertySymbols(node);
28018
+ if (!ownSymbols.length) return;
28019
+ var _iterator12 = _createForOfIteratorHelper(symbolNames), _step12;
28020
+ try {
28021
+ var _loop8 = function _loop8() {
28022
+ var symbolName = _step12.value;
28023
+ var symbol = ownSymbols.find(function(s) {
28024
+ return s.description === symbolName;
28025
+ });
28026
+ if (symbol) {
28027
+ var _Object$getOwnPropert2;
28028
+ if ((_Object$getOwnPropert2 = Object.getOwnPropertyDescriptor(node, symbol)) !== null && _Object$getOwnPropert2 !== void 0 && _Object$getOwnPropert2.get) return 0;
28029
+ if (node[symbol] instanceof window.ElementInternals) return { v: node[symbol] };
28030
+ }
28031
+ }, _ret4;
28032
+ for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) {
28033
+ _ret4 = _loop8();
28034
+ if (_ret4 === 0) continue;
28035
+ if (_ret4) return _ret4.v;
28036
+ }
28037
+ } catch (err) {
28038
+ _iterator12.e(err);
28039
+ } finally {
28040
+ _iterator12.f();
28041
+ }
28042
+ }
27775
28043
  var styleSheet;
27776
28044
  function injectStyle(style) {
27777
28045
  if (styleSheet && styleSheet.parentNode) {
@@ -27825,13 +28093,12 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
27825
28093
  return hidden;
27826
28094
  }
27827
28095
  var is_hidden_default = isHidden;
27828
- function isHtmlElement(node) {
28096
+ function _isHtmlElement(node) {
27829
28097
  var _node$props$nodeName, _node$props;
27830
28098
  var nodeName2 = (_node$props$nodeName = (_node$props = node.props) === null || _node$props === void 0 ? void 0 : _node$props.nodeName) !== null && _node$props$nodeName !== void 0 ? _node$props$nodeName : node.nodeName.toLowerCase();
27831
28099
  if (node.namespaceURI === "http://www.w3.org/2000/svg") return false;
27832
28100
  return !!standards_default.htmlElms[nodeName2];
27833
28101
  }
27834
- var is_html_element_default = isHtmlElement;
27835
28102
  function _isNodeInContext(node, _ref74) {
27836
28103
  var _ref74$include = _ref74.include, include = _ref74$include === void 0 ? [] : _ref74$include, _ref74$exclude = _ref74.exclude, exclude = _ref74$exclude === void 0 ? [] : _ref74$exclude;
27837
28104
  var filterInclude = include.filter(function(candidate) {
@@ -27847,16 +28114,16 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
27847
28114
  }
27848
28115
  function getDeepest(collection) {
27849
28116
  var deepest;
27850
- var _iterator11 = _createForOfIteratorHelper(collection), _step11;
28117
+ var _iterator13 = _createForOfIteratorHelper(collection), _step13;
27851
28118
  try {
27852
- for (_iterator11.s(); !(_step11 = _iterator11.n()).done;) {
27853
- var node = _step11.value;
28119
+ for (_iterator13.s(); !(_step13 = _iterator13.n()).done;) {
28120
+ var node = _step13.value;
27854
28121
  if (!deepest || !_contains(node, deepest)) deepest = node;
27855
28122
  }
27856
28123
  } catch (err) {
27857
- _iterator11.e(err);
28124
+ _iterator13.e(err);
27858
28125
  } finally {
27859
- _iterator11.f();
28126
+ _iterator13.f();
27860
28127
  }
27861
28128
  return deepest;
27862
28129
  }
@@ -27943,6 +28210,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
27943
28210
  }
27944
28211
  var parse_stylesheet_default = parseStylesheet;
27945
28212
  function parseCrossOriginStylesheet(url, options, priority, importedUrls, isCrossOrigin) {
28213
+ if (url === null || url === void 0) return Promise.resolve();
27946
28214
  importedUrls.push(url);
27947
28215
  return new Promise(function(resolve, reject) {
27948
28216
  var request = new window.XMLHttpRequest();
@@ -28059,7 +28327,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
28059
28327
  axeStartTime = now();
28060
28328
  },
28061
28329
  _log: function _log(message) {
28062
- log_default(message);
28330
+ log(message);
28063
28331
  }
28064
28332
  };
28065
28333
  }();
@@ -28490,10 +28758,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
28490
28758
  var iteration = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : 0;
28491
28759
  if (_typeof(err2) !== "object" || err2 === null) return { message: String(err2) };
28492
28760
  var serial = {};
28493
- var _iterator12 = _createForOfIteratorHelper(constants_default.serializableErrorProps), _step12;
28761
+ var _iterator14 = _createForOfIteratorHelper(constants_default.serializableErrorProps), _step14;
28494
28762
  try {
28495
- for (_iterator12.s(); !(_step12 = _iterator12.n()).done;) {
28496
- var prop = _step12.value;
28763
+ for (_iterator14.s(); !(_step14 = _iterator14.n()).done;) {
28764
+ var prop = _step14.value;
28497
28765
  if ([
28498
28766
  "string",
28499
28767
  "number",
@@ -28501,9 +28769,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
28501
28769
  ].includes(_typeof(err2[prop]))) serial[prop] = err2[prop];
28502
28770
  }
28503
28771
  } catch (err) {
28504
- _iterator12.e(err);
28772
+ _iterator14.e(err);
28505
28773
  } finally {
28506
- _iterator12.f();
28774
+ _iterator14.f();
28507
28775
  }
28508
28776
  if (err2.cause) serial.cause = iteration < 10 ? _serializeError(err2.cause, iteration + 1) : "...";
28509
28777
  return serial;
@@ -28565,16 +28833,16 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
28565
28833
  var elms = doc.querySelectorAll(selectorStr);
28566
28834
  if (restSelector.length === 0) return Array.from(elms);
28567
28835
  var selected = [];
28568
- var _iterator13 = _createForOfIteratorHelper(elms), _step13;
28836
+ var _iterator15 = _createForOfIteratorHelper(elms), _step15;
28569
28837
  try {
28570
- for (_iterator13.s(); !(_step13 = _iterator13.n()).done;) {
28571
- var elm = _step13.value;
28838
+ for (_iterator15.s(); !(_step15 = _iterator15.n()).done;) {
28839
+ var elm = _step15.value;
28572
28840
  if (elm !== null && elm !== void 0 && elm.shadowRoot) selected.push.apply(selected, _toConsumableArray(selectAllRecursive(restSelector, elm.shadowRoot)));
28573
28841
  }
28574
28842
  } catch (err) {
28575
- _iterator13.e(err);
28843
+ _iterator15.e(err);
28576
28844
  } finally {
28577
- _iterator13.f();
28845
+ _iterator15.f();
28578
28846
  }
28579
28847
  return selected;
28580
28848
  }
@@ -44023,6 +44291,63 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
44023
44291
  return codes;
44024
44292
  }
44025
44293
  var valid_langs_default = isValidLang;
44294
+ function _normalizeRunOptions() {
44295
+ var options = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
44296
+ var tags = [];
44297
+ var ruleIds = [];
44298
+ axe._audit.rules.forEach(function(rule) {
44299
+ ruleIds.push(rule.id);
44300
+ rule.tags.forEach(function(tag) {
44301
+ if (!tags.includes(tag)) tags.push(tag);
44302
+ });
44303
+ });
44304
+ if (["object", "string"].includes(_typeof(options.runOnly))) {
44305
+ if (typeof options.runOnly === "string") options.runOnly = [options.runOnly];
44306
+ if (Array.isArray(options.runOnly)) {
44307
+ var hasTag = options.runOnly.find(function(value) {
44308
+ return tags.includes(value);
44309
+ });
44310
+ var hasRule = options.runOnly.find(function(value) {
44311
+ return ruleIds.includes(value);
44312
+ });
44313
+ if (hasTag && hasRule) throw new Error("runOnly cannot be both rules and tags");
44314
+ if (hasRule) options.runOnly = {
44315
+ type: "rule",
44316
+ values: options.runOnly
44317
+ };
44318
+ else options.runOnly = {
44319
+ type: "tag",
44320
+ values: options.runOnly
44321
+ };
44322
+ }
44323
+ var only = options.runOnly;
44324
+ if (only.value && !only.values) {
44325
+ only.values = only.value;
44326
+ delete only.value;
44327
+ }
44328
+ if (!Array.isArray(only.values) || only.values.length === 0) throw new Error("runOnly.values must be a non-empty array");
44329
+ if (["rule", "rules"].includes(only.type)) {
44330
+ only.type = "rule";
44331
+ only.values.forEach(function(ruleId) {
44332
+ if (!ruleIds.includes(ruleId)) throw new Error("unknown rule `" + ruleId + "` in options.runOnly");
44333
+ });
44334
+ } else if ([
44335
+ "tag",
44336
+ "tags",
44337
+ void 0
44338
+ ].includes(only.type)) {
44339
+ only.type = "tag";
44340
+ var unmatchedTags = only.values.filter(function(tag) {
44341
+ return !tags.includes(tag) && !/wcag2[1-3]a{1,3}/.test(tag);
44342
+ });
44343
+ if (unmatchedTags.length !== 0) axe.log("Could not find tags `" + unmatchedTags.join("`, `") + "`");
44344
+ } else throw new Error("Unknown runOnly type '".concat(only.type, "'"));
44345
+ }
44346
+ if (_typeof(options.rules) === "object") Object.keys(options.rules).forEach(function(ruleId) {
44347
+ if (!ruleIds.includes(ruleId)) throw new Error("unknown rule `" + ruleId + "` in options.rules");
44348
+ });
44349
+ return options;
44350
+ }
44026
44351
  var SerialVirtualNode = function(_abstract_virtual_nod2) {
44027
44352
  function SerialVirtualNode(serialNode) {
44028
44353
  var _this8;
@@ -44186,10 +44511,15 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
44186
44511
  if (spec.disableOtherRules) audit.rules.forEach(function(rule) {
44187
44512
  if (modifiedRules.includes(rule.id) === false) rule.enabled = false;
44188
44513
  });
44514
+ var previousHelpUrlSettings = {
44515
+ brand: audit.brand,
44516
+ application: audit.application,
44517
+ lang: audit.lang
44518
+ };
44189
44519
  if (typeof spec.branding !== "undefined") audit.setBranding(spec.branding);
44190
- else audit._constructHelpUrls();
44191
44520
  if (spec.tagExclude) audit.tagExclude = spec.tagExclude;
44192
44521
  if (spec.locale) audit.applyLocale(spec.locale);
44522
+ audit._constructHelpUrls(previousHelpUrlSettings);
44193
44523
  if (spec.standards) configureStandards(spec.standards);
44194
44524
  if (spec.noHtml) audit.noHtml = true;
44195
44525
  if (spec.allowedOrigins) {
@@ -44199,17 +44529,176 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
44199
44529
  }
44200
44530
  }
44201
44531
  var configure_default = configure;
44532
+ var ELEMENT_INTERNALS_DEFAULT_TIMEOUT = 1e3;
44533
+ var getElementInternals2;
44534
+ var elementInternalsTimeout;
44535
+ function externalAPIs() {
44536
+ var _ref87 = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, internalsTimeout = _ref87.elementInternalsTimeout, getInternals = _ref87.getElementInternals;
44537
+ if (isNotNullOrUndefined(internalsTimeout)) {
44538
+ assert_default(typeof internalsTimeout === "number", "elementInternalsTimeout must be a number");
44539
+ elementInternalsTimeout = internalsTimeout;
44540
+ } else if (internalsTimeout === null) elementInternalsTimeout = ELEMENT_INTERNALS_DEFAULT_TIMEOUT;
44541
+ if (isNotNullOrUndefined(getInternals)) {
44542
+ assert_default(typeof getInternals === "function", "getElementInternals must be a function that returns a Promise");
44543
+ getElementInternals2 = getInternals;
44544
+ } else if (getInternals === null) getElementInternals2 = null;
44545
+ }
44546
+ function isNotNullOrUndefined(val) {
44547
+ return val !== void 0 && val !== null;
44548
+ }
44549
+ function asyncTimeout(_x) {
44550
+ return _asyncTimeout.apply(this, arguments);
44551
+ }
44552
+ function _asyncTimeout() {
44553
+ _asyncTimeout = _asyncToGenerator(_regenerator().m(function _callee(ms) {
44554
+ return _regenerator().w(function(_context2) {
44555
+ while (1) switch (_context2.n) {
44556
+ case 0: return _context2.a(2, new Promise(function(res) {
44557
+ return setTimeout(res, ms, "timeout");
44558
+ }));
44559
+ }
44560
+ }, _callee);
44561
+ }));
44562
+ return _asyncTimeout.apply(this, arguments);
44563
+ }
44564
+ function loadElementInternals() {
44565
+ return _loadElementInternals.apply(this, arguments);
44566
+ }
44567
+ function _loadElementInternals() {
44568
+ _loadElementInternals = _asyncToGenerator(_regenerator().m(function _callee2() {
44569
+ var logger2, promiseValue, internalsMap, _i43, _internalsMap$_i, internals, ancestry, node, vNode, _i44, _Object$entries, _Object$entries$_i, _key12, val, type2, value, _args2 = arguments;
44570
+ return _regenerator().w(function(_context3) {
44571
+ while (1) switch (_context3.n) {
44572
+ case 0:
44573
+ logger2 = _args2.length > 0 && _args2[0] !== void 0 ? _args2[0] : log;
44574
+ if (getElementInternals2) {
44575
+ _context3.n = 1;
44576
+ break;
44577
+ }
44578
+ return _context3.a(2);
44579
+ case 1:
44580
+ _context3.n = 2;
44581
+ return Promise.race([asyncTimeout(elementInternalsTimeout), getElementInternals2()]);
44582
+ case 2:
44583
+ promiseValue = _context3.v;
44584
+ assert_default(promiseValue !== "timeout", "Timeout called for elementInternals");
44585
+ internalsMap = clone2(promiseValue);
44586
+ if (!(!internalsMap || !Array.isArray(internalsMap))) {
44587
+ _context3.n = 3;
44588
+ break;
44589
+ }
44590
+ logger2("externalAPIs.getElementInternals() did not return an array");
44591
+ return _context3.a(2);
44592
+ case 3: _i43 = 0;
44593
+ case 4:
44594
+ if (!(_i43 < internalsMap.length)) {
44595
+ _context3.n = 14;
44596
+ break;
44597
+ }
44598
+ if (!(!internalsMap[_i43] || _typeof(internalsMap[_i43]) !== "object")) {
44599
+ _context3.n = 5;
44600
+ break;
44601
+ }
44602
+ logger2("externalAPIs.getElementInternals()[".concat(_i43, "] is not an object"));
44603
+ return _context3.a(3, 13);
44604
+ case 5:
44605
+ _internalsMap$_i = internalsMap[_i43], internals = _internalsMap$_i.internals, ancestry = _internalsMap$_i.ancestry;
44606
+ if (!(!internals || _typeof(internals) !== "object")) {
44607
+ _context3.n = 6;
44608
+ break;
44609
+ }
44610
+ logger2("externalAPIs.getElementInternals()[".concat(_i43, "].internals is not an object"));
44611
+ return _context3.a(3, 13);
44612
+ case 6:
44613
+ if (!(!ancestry || !(Array.isArray(ancestry) || typeof ancestry === "string"))) {
44614
+ _context3.n = 7;
44615
+ break;
44616
+ }
44617
+ logger2("externalAPIs.getElementInternals()[".concat(_i43, "].ancestry is not a string or an array of strings"));
44618
+ return _context3.a(3, 13);
44619
+ case 7:
44620
+ node = _shadowSelect(ancestry);
44621
+ vNode = get_node_from_tree_default(node);
44622
+ if (vNode) {
44623
+ _context3.n = 8;
44624
+ break;
44625
+ }
44626
+ logger2("Unable to locate node using selector ".concat(ancestry, " from externalAPIs.getElementInternals()[").concat(_i43, "]"));
44627
+ return _context3.a(3, 13);
44628
+ case 8: _i44 = 0, _Object$entries = Object.entries(internals);
44629
+ case 9:
44630
+ if (!(_i44 < _Object$entries.length)) {
44631
+ _context3.n = 12;
44632
+ break;
44633
+ }
44634
+ _Object$entries$_i = _slicedToArray(_Object$entries[_i44], 2), _key12 = _Object$entries$_i[0], val = _Object$entries$_i[1];
44635
+ if (!(typeof val === "string")) {
44636
+ _context3.n = 10;
44637
+ break;
44638
+ }
44639
+ return _context3.a(3, 11);
44640
+ case 10:
44641
+ type2 = val.type, value = val.value;
44642
+ if (!type2) logger2("externalAPIs.getElementInternals()[".concat(_i43, "].internals.").concat(_key12, " is an object but has no \"type\" property"));
44643
+ if (!value) logger2("externalAPIs.getElementInternals()[".concat(_i43, "].internals.").concat(_key12, " is an object but has no \"value\" property"));
44644
+ if (type2 === "HTMLElement") setHTMLElement(internals, _key12, value);
44645
+ else if (type2 === "NodeList") setNodeList(internals, _key12, value);
44646
+ case 11:
44647
+ _i44++;
44648
+ _context3.n = 9;
44649
+ break;
44650
+ case 12: vNode.elementInternals = internals;
44651
+ case 13:
44652
+ _i43++;
44653
+ _context3.n = 4;
44654
+ break;
44655
+ case 14: return _context3.a(2);
44656
+ }
44657
+ }, _callee2);
44658
+ }));
44659
+ return _loadElementInternals.apply(this, arguments);
44660
+ }
44661
+ var external = { loadElementInternals };
44662
+ function setHTMLElement(internals, key, value) {
44663
+ var node = _shadowSelect(value);
44664
+ if (node) internals[key] = node;
44665
+ else Object.defineProperty(internals, key, { get: function get() {
44666
+ throw new Error("Unable to locate node using selector: ".concat(value));
44667
+ } });
44668
+ }
44669
+ function setNodeList(internals, key, value) {
44670
+ var nodes = [];
44671
+ var errorSelectors = [];
44672
+ var _iterator16 = _createForOfIteratorHelper(value), _step16;
44673
+ try {
44674
+ for (_iterator16.s(); !(_step16 = _iterator16.n()).done;) {
44675
+ var selector = _step16.value;
44676
+ var node = _shadowSelect(selector);
44677
+ if (node) nodes.push(node);
44678
+ else errorSelectors.push(selector);
44679
+ }
44680
+ } catch (err) {
44681
+ _iterator16.e(err);
44682
+ } finally {
44683
+ _iterator16.f();
44684
+ }
44685
+ if (errorSelectors.length === 0) internals[key] = nodes;
44686
+ else Object.defineProperty(internals, key, { get: function get() {
44687
+ throw new Error("Unable to locate nodes using selectors: ".concat(errorSelectors.join(",")));
44688
+ } });
44689
+ }
44202
44690
  function frameMessenger2(frameHandler) {
44203
44691
  _respondable.updateMessenger(frameHandler);
44204
44692
  }
44205
44693
  function getRules(tags) {
44206
44694
  tags = tags || [];
44207
- var matchingRules = !tags.length ? axe._audit.rules : axe._audit.rules.filter(function(item) {
44695
+ var _axe$_audit = axe._audit, rules = _axe$_audit.rules, data = _axe$_audit.data, tagExclude = _axe$_audit.tagExclude;
44696
+ var matchingRules = !tags.length ? rules : rules.filter(function(item) {
44208
44697
  return !!tags.filter(function(tag) {
44209
44698
  return item.tags.indexOf(tag) !== -1;
44210
44699
  }).length;
44211
44700
  });
44212
- var ruleData = axe._audit.data.rules || {};
44701
+ var ruleData = data.rules || {};
44213
44702
  return matchingRules.map(function(matchingRule) {
44214
44703
  var rd = ruleData[matchingRule.id] || {};
44215
44704
  return {
@@ -44218,7 +44707,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
44218
44707
  help: rd.help,
44219
44708
  helpUrl: rd.helpUrl,
44220
44709
  tags: matchingRule.tags,
44221
- actIds: matchingRule.actIds
44710
+ actIds: matchingRule.actIds,
44711
+ enabled: matchingRule.enabled && !matchingRule.tags.some(function(tag) {
44712
+ return tagExclude.includes(tag);
44713
+ })
44222
44714
  };
44223
44715
  });
44224
44716
  }
@@ -44560,17 +45052,17 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
44560
45052
  var attr = refAttrs[_i25];
44561
45053
  var attrValue = sanitize_default(node.getAttribute(attr) || "");
44562
45054
  if (!attrValue) continue;
44563
- var _iterator14 = _createForOfIteratorHelper(token_list_default(attrValue)), _step14;
45055
+ var _iterator17 = _createForOfIteratorHelper(token_list_default(attrValue)), _step17;
44564
45056
  try {
44565
- for (_iterator14.s(); !(_step14 = _iterator14.n()).done;) {
44566
- var token = _step14.value;
45057
+ for (_iterator17.s(); !(_step17 = _iterator17.n()).done;) {
45058
+ var token = _step17.value;
44567
45059
  if (!idRefs.has(token)) idRefs.set(token, [node]);
44568
45060
  else idRefs.get(token).push(node);
44569
45061
  }
44570
45062
  } catch (err) {
44571
- _iterator14.e(err);
45063
+ _iterator17.e(err);
44572
45064
  } finally {
44573
- _iterator14.f();
45065
+ _iterator17.f();
44574
45066
  }
44575
45067
  }
44576
45068
  }
@@ -44633,7 +45125,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
44633
45125
  function getElementUnallowedRoles(node) {
44634
45126
  var allowImplicit = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : true;
44635
45127
  var vNode = _nodeLookup(node).vNode;
44636
- if (!is_html_element_default(vNode)) return [];
45128
+ if (!_isHtmlElement(vNode)) return [];
44637
45129
  var nodeName2 = vNode.props.nodeName;
44638
45130
  var implicitRole3 = implicit_role_default(vNode) || landmarkRoles[nodeName2];
44639
45131
  return getRoleSegments(vNode).filter(function(role) {
@@ -46811,30 +47303,30 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
46811
47303
  ] }
46812
47304
  ];
46813
47305
  lookupTable.evaluateRoleForElement = {
46814
- A: function A(_ref87) {
46815
- var node = _ref87.node, out = _ref87.out;
47306
+ A: function A(_ref88) {
47307
+ var node = _ref88.node, out = _ref88.out;
46816
47308
  if (node.namespaceURI === "http://www.w3.org/2000/svg") return true;
46817
47309
  if (node.href.length) return out;
46818
47310
  return true;
46819
47311
  },
46820
- AREA: function AREA(_ref88) {
46821
- return !_ref88.node.href;
47312
+ AREA: function AREA(_ref89) {
47313
+ return !_ref89.node.href;
46822
47314
  },
46823
- BUTTON: function BUTTON(_ref89) {
46824
- var node = _ref89.node, role = _ref89.role, out = _ref89.out;
47315
+ BUTTON: function BUTTON(_ref90) {
47316
+ var node = _ref90.node, role = _ref90.role, out = _ref90.out;
46825
47317
  if (node.getAttribute("type") === "menu") return role === "menuitem";
46826
47318
  return out;
46827
47319
  },
46828
- IMG: function IMG(_ref90) {
46829
- var node = _ref90.node, role = _ref90.role, out = _ref90.out;
47320
+ IMG: function IMG(_ref91) {
47321
+ var node = _ref91.node, role = _ref91.role, out = _ref91.out;
46830
47322
  switch (node.alt) {
46831
47323
  case null: return out;
46832
47324
  case "": return role === "presentation" || role === "none";
46833
47325
  default: return role !== "presentation" && role !== "none";
46834
47326
  }
46835
47327
  },
46836
- INPUT: function INPUT(_ref91) {
46837
- var node = _ref91.node, role = _ref91.role, out = _ref91.out;
47328
+ INPUT: function INPUT(_ref92) {
47329
+ var node = _ref92.node, role = _ref92.role, out = _ref92.out;
46838
47330
  switch (node.type) {
46839
47331
  case "button":
46840
47332
  case "image": return out;
@@ -46850,25 +47342,25 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
46850
47342
  default: return false;
46851
47343
  }
46852
47344
  },
46853
- LI: function LI(_ref92) {
46854
- var node = _ref92.node, out = _ref92.out;
47345
+ LI: function LI(_ref93) {
47346
+ var node = _ref93.node, out = _ref93.out;
46855
47347
  if (axe.utils.matchesSelector(node, "ol li, ul li")) return out;
46856
47348
  return true;
46857
47349
  },
46858
- MENU: function MENU(_ref93) {
46859
- if (_ref93.node.getAttribute("type") === "context") return false;
47350
+ MENU: function MENU(_ref94) {
47351
+ if (_ref94.node.getAttribute("type") === "context") return false;
46860
47352
  return true;
46861
47353
  },
46862
- OPTION: function OPTION(_ref94) {
46863
- var node = _ref94.node;
47354
+ OPTION: function OPTION(_ref95) {
47355
+ var node = _ref95.node;
46864
47356
  return !axe.utils.matchesSelector(node, "select > option, datalist > option, optgroup > option");
46865
47357
  },
46866
- SELECT: function SELECT(_ref95) {
46867
- var node = _ref95.node, role = _ref95.role;
47358
+ SELECT: function SELECT(_ref96) {
47359
+ var node = _ref96.node, role = _ref96.role;
46868
47360
  return !node.multiple && node.size <= 1 && role === "menu";
46869
47361
  },
46870
- SVG: function SVG(_ref96) {
46871
- var node = _ref96.node, out = _ref96.out;
47362
+ SVG: function SVG(_ref97) {
47363
+ var node = _ref97.node, out = _ref97.out;
46872
47364
  if (node.parentNode && node.parentNode.namespaceURI === "http://www.w3.org/2000/svg") return true;
46873
47365
  return out;
46874
47366
  }
@@ -47060,10 +47552,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47060
47552
  else if (!["columnheader", "rowheader"].includes(cellRoleById[headerId])) badCells[notTh].add(cell);
47061
47553
  });
47062
47554
  });
47063
- var _iterator15 = _createForOfIteratorHelper(messageKeys), _step15;
47555
+ var _iterator18 = _createForOfIteratorHelper(messageKeys), _step18;
47064
47556
  try {
47065
- for (_iterator15.s(); !(_step15 = _iterator15.n()).done;) {
47066
- var messageKey = _step15.value;
47557
+ for (_iterator18.s(); !(_step18 = _iterator18.n()).done;) {
47558
+ var messageKey = _step18.value;
47067
47559
  if (badCells[messageKey].size > 0) {
47068
47560
  this.relatedNodes(_toConsumableArray(badCells[messageKey]));
47069
47561
  if (messageKey === emptyHdrs) return;
@@ -47072,9 +47564,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47072
47564
  }
47073
47565
  }
47074
47566
  } catch (err) {
47075
- _iterator15.e(err);
47567
+ _iterator18.e(err);
47076
47568
  } finally {
47077
- _iterator15.f();
47569
+ _iterator18.f();
47078
47570
  }
47079
47571
  return true;
47080
47572
  }
@@ -47129,8 +47621,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47129
47621
  var caption_faked_evaluate_default = captionFakedEvaluate;
47130
47622
  function svgNonEmptyTitleEvaluate(node, options, virtualNode) {
47131
47623
  if (!virtualNode.children) return;
47132
- var titleNode = virtualNode.children.find(function(_ref98) {
47133
- return _ref98.props.nodeName === "title";
47624
+ var titleNode = virtualNode.children.find(function(_ref99) {
47625
+ return _ref99.props.nodeName === "title";
47134
47626
  });
47135
47627
  if (!titleNode) {
47136
47628
  this.data({ messageKey: "noTitle" });
@@ -47236,8 +47728,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47236
47728
  if ((typeof minValue !== "number" || value >= minValue) && (typeof maxValue !== "number" || value <= maxValue)) return true;
47237
47729
  return false;
47238
47730
  }
47239
- function getNumberValue(domNode, _ref99) {
47240
- var cssProperty = _ref99.cssProperty, absoluteValues = _ref99.absoluteValues, normalValue = _ref99.normalValue;
47731
+ function getNumberValue(domNode, _ref100) {
47732
+ var cssProperty = _ref100.cssProperty, absoluteValues = _ref100.absoluteValues, normalValue = _ref100.normalValue;
47241
47733
  var computedStyle = window.getComputedStyle(domNode);
47242
47734
  var cssPropValue = computedStyle.getPropertyValue(cssProperty);
47243
47735
  if (cssPropValue === "normal") return normalValue;
@@ -47364,8 +47856,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47364
47856
  if (["iframe", "frame"].includes(virtualNode.props.nodeName)) return [virtualNode];
47365
47857
  return [];
47366
47858
  } else if (node !== document.body && has_content_default(node, true) && !isShallowlyHidden(virtualNode)) return [virtualNode];
47367
- else return virtualNode.children.filter(function(_ref100) {
47368
- return _ref100.actualNode.nodeType === 1;
47859
+ else return virtualNode.children.filter(function(_ref101) {
47860
+ return _ref101.actualNode.nodeType === 1;
47369
47861
  }).map(function(vNode) {
47370
47862
  return findRegionlessElms(vNode, options);
47371
47863
  }).reduce(function(a2, b2) {
@@ -47392,19 +47884,19 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47392
47884
  results.forEach(function(r) {
47393
47885
  if (r.result || r.node.ancestry.length === 1) return;
47394
47886
  var frameAncestry = r.node.ancestry.slice(0, -1);
47395
- var _iterator16 = _createForOfIteratorHelper(iframeResults), _step16;
47887
+ var _iterator19 = _createForOfIteratorHelper(iframeResults), _step19;
47396
47888
  try {
47397
- for (_iterator16.s(); !(_step16 = _iterator16.n()).done;) {
47398
- var iframeResult = _step16.value;
47889
+ for (_iterator19.s(); !(_step19 = _iterator19.n()).done;) {
47890
+ var iframeResult = _step19.value;
47399
47891
  if (_matchAncestry(frameAncestry, iframeResult.node.ancestry)) {
47400
47892
  r.result = iframeResult.result;
47401
47893
  break;
47402
47894
  }
47403
47895
  }
47404
47896
  } catch (err) {
47405
- _iterator16.e(err);
47897
+ _iterator19.e(err);
47406
47898
  } finally {
47407
- _iterator16.f();
47899
+ _iterator19.f();
47408
47900
  }
47409
47901
  });
47410
47902
  iframeResults.forEach(function(r) {
@@ -47482,7 +47974,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47482
47974
  var separatorRegex = /[;,\s]/;
47483
47975
  var validRedirectNumRegex = /^[0-9.]+$/;
47484
47976
  function metaRefreshEvaluate(node, options, virtualNode) {
47485
- var _ref101 = options || {}, minDelay = _ref101.minDelay, maxDelay = _ref101.maxDelay;
47977
+ var _ref102 = options || {}, minDelay = _ref102.minDelay, maxDelay = _ref102.maxDelay;
47486
47978
  var redirectStr = _slicedToArray((virtualNode.attr("content") || "").trim().split(separatorRegex), 1)[0];
47487
47979
  if (!redirectStr.match(validRedirectNumRegex)) return true;
47488
47980
  var redirectDelay = parseFloat(redirectStr);
@@ -47813,10 +48305,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47813
48305
  "left"
47814
48306
  ];
47815
48307
  function _getStrokeColorsFromShadows(parsedShadows) {
47816
- var _ref102$ignoreEdgeCou = (arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}).ignoreEdgeCount, ignoreEdgeCount = _ref102$ignoreEdgeCou === void 0 ? false : _ref102$ignoreEdgeCou;
48308
+ var _ref103$ignoreEdgeCou = (arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}).ignoreEdgeCount, ignoreEdgeCount = _ref103$ignoreEdgeCou === void 0 ? false : _ref103$ignoreEdgeCou;
47817
48309
  var shadowMap = getShadowColorsMap(parsedShadows);
47818
- var shadowsByColor = Object.entries(shadowMap).map(function(_ref103) {
47819
- var _ref104 = _slicedToArray(_ref103, 2), colorStr = _ref104[0], sides = _ref104[1];
48310
+ var shadowsByColor = Object.entries(shadowMap).map(function(_ref104) {
48311
+ var _ref105 = _slicedToArray(_ref104, 2), colorStr = _ref105[0], sides = _ref105[1];
47820
48312
  return {
47821
48313
  colorStr,
47822
48314
  sides,
@@ -47825,8 +48317,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47825
48317
  }).length
47826
48318
  };
47827
48319
  });
47828
- if (!ignoreEdgeCount && shadowsByColor.some(function(_ref105) {
47829
- var edgeCount = _ref105.edgeCount;
48320
+ if (!ignoreEdgeCount && shadowsByColor.some(function(_ref106) {
48321
+ var edgeCount = _ref106.edgeCount;
47830
48322
  return edgeCount > 1 && edgeCount < 4;
47831
48323
  })) return null;
47832
48324
  return shadowsByColor.map(shadowGroupToColor).filter(function(shadow) {
@@ -47835,11 +48327,11 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47835
48327
  }
47836
48328
  function getShadowColorsMap(parsedShadows) {
47837
48329
  var colorMap = {};
47838
- var _iterator17 = _createForOfIteratorHelper(parsedShadows), _step17;
48330
+ var _iterator20 = _createForOfIteratorHelper(parsedShadows), _step20;
47839
48331
  try {
47840
- for (_iterator17.s(); !(_step17 = _iterator17.n()).done;) {
48332
+ for (_iterator20.s(); !(_step20 = _iterator20.n()).done;) {
47841
48333
  var _colorMap$colorStr;
47842
- var _step17$value = _step17.value, colorStr = _step17$value.colorStr, pixels = _step17$value.pixels;
48334
+ var _step20$value = _step20.value, colorStr = _step20$value.colorStr, pixels = _step20$value.pixels;
47843
48335
  (_colorMap$colorStr = colorMap[colorStr]) !== null && _colorMap$colorStr !== void 0 || (colorMap[colorStr] = {
47844
48336
  top: [],
47845
48337
  right: [],
@@ -47854,15 +48346,15 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47854
48346
  else if (-offsetY > VISIBLE_SHADOW_MIN_PX) borders.top.push(-offsetY);
47855
48347
  }
47856
48348
  } catch (err) {
47857
- _iterator17.e(err);
48349
+ _iterator20.e(err);
47858
48350
  } finally {
47859
- _iterator17.f();
48351
+ _iterator20.f();
47860
48352
  }
47861
48353
  return colorMap;
47862
48354
  }
47863
- function shadowGroupToColor(_ref106) {
47864
- var colorStr = _ref106.colorStr, sides = _ref106.sides;
47865
- if (_ref106.edgeCount !== 4) return null;
48355
+ function shadowGroupToColor(_ref107) {
48356
+ var colorStr = _ref107.colorStr, sides = _ref107.sides;
48357
+ if (_ref107.edgeCount !== 4) return null;
47866
48358
  var strokeColor = new color_default();
47867
48359
  strokeColor.parseString(colorStr);
47868
48360
  var density = 0;
@@ -47900,14 +48392,14 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47900
48392
  str = str.substr(1).trim();
47901
48393
  } else throw new Error("Unable to process text-shadows: ".concat(str));
47902
48394
  }
47903
- shadows.forEach(function(_ref107) {
47904
- var pixels = _ref107.pixels;
48395
+ shadows.forEach(function(_ref108) {
48396
+ var pixels = _ref108.pixels;
47905
48397
  if (pixels.length === 2) pixels.push(0);
47906
48398
  });
47907
48399
  return shadows;
47908
48400
  }
47909
48401
  function _getTextShadowColors(node) {
47910
- var _ref108 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, minRatio = _ref108.minRatio, maxRatio = _ref108.maxRatio, ignoreEdgeCount = _ref108.ignoreEdgeCount;
48402
+ var _ref109 = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, minRatio = _ref109.minRatio, maxRatio = _ref109.maxRatio, ignoreEdgeCount = _ref109.ignoreEdgeCount;
47911
48403
  var shadowColors = [];
47912
48404
  var style = window.getComputedStyle(node);
47913
48405
  var textShadow = style.getPropertyValue("text-shadow");
@@ -47916,10 +48408,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47916
48408
  var fontSize = parseInt(fontSizeStr);
47917
48409
  assert_default(isNaN(fontSize) === false, "Unable to determine font-size value ".concat(fontSizeStr));
47918
48410
  var thinShadows = [];
47919
- var _iterator18 = _createForOfIteratorHelper(_parseTextShadows(textShadow)), _step18;
48411
+ var _iterator21 = _createForOfIteratorHelper(_parseTextShadows(textShadow)), _step21;
47920
48412
  try {
47921
- for (_iterator18.s(); !(_step18 = _iterator18.n()).done;) {
47922
- var shadow = _step18.value;
48413
+ for (_iterator21.s(); !(_step21 = _iterator21.n()).done;) {
48414
+ var shadow = _step21.value;
47923
48415
  var colorStr = shadow.colorStr || style.getPropertyValue("color");
47924
48416
  var _shadow$pixels = _slicedToArray(shadow.pixels, 3), offsetX = _shadow$pixels[0], offsetY = _shadow$pixels[1], _shadow$pixels$ = _shadow$pixels[2], blurRadius = _shadow$pixels$ === void 0 ? 0 : _shadow$pixels$;
47925
48417
  if (maxRatio && blurRadius >= fontSize * maxRatio) continue;
@@ -47946,9 +48438,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47946
48438
  shadowColors.push(_color3);
47947
48439
  }
47948
48440
  } catch (err) {
47949
- _iterator18.e(err);
48441
+ _iterator21.e(err);
47950
48442
  } finally {
47951
- _iterator18.f();
48443
+ _iterator21.f();
47952
48444
  }
47953
48445
  if (thinShadows.length > 0) {
47954
48446
  var strokeColors = _getStrokeColorsFromShadows(thinShadows, { ignoreEdgeCount });
@@ -47957,8 +48449,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47957
48449
  }
47958
48450
  return shadowColors;
47959
48451
  }
47960
- function textShadowColor(_ref109) {
47961
- var colorStr = _ref109.colorStr, offsetX = _ref109.offsetX, offsetY = _ref109.offsetY, blurRadius = _ref109.blurRadius, fontSize = _ref109.fontSize;
48452
+ function textShadowColor(_ref110) {
48453
+ var colorStr = _ref110.colorStr, offsetX = _ref110.offsetX, offsetY = _ref110.offsetY, blurRadius = _ref110.blurRadius, fontSize = _ref110.fontSize;
47962
48454
  if (offsetX > blurRadius || offsetY > blurRadius) return new color_default(0, 0, 0, 0);
47963
48455
  var shadowColor = new color_default();
47964
48456
  shadowColor.parseString(colorStr);
@@ -47979,12 +48471,12 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
47979
48471
  var _stackingOrder2;
47980
48472
  var bgVNode = get_node_from_tree_default(bgElm);
47981
48473
  var bgColor = getOwnBackgroundColor2(bgVNode);
47982
- var stackingOrder = bgVNode._stackingOrder.filter(function(_ref110) {
47983
- return !!_ref110.vNode;
48474
+ var stackingOrder = bgVNode._stackingOrder.filter(function(_ref111) {
48475
+ return !!_ref111.vNode;
47984
48476
  });
47985
- stackingOrder.forEach(function(_ref111, index) {
48477
+ stackingOrder.forEach(function(_ref112, index) {
47986
48478
  var _stackingOrder;
47987
- var vNode = _ref111.vNode;
48479
+ var vNode = _ref112.vNode;
47988
48480
  var context2 = addToStackingContext(contextMap, vNode, (_stackingOrder = stackingOrder[index - 1]) === null || _stackingOrder === void 0 ? void 0 : _stackingOrder.vNode);
47989
48481
  if (index === 0 && !contextMap.get(vNode)) stackingContext.unshift(context2);
47990
48482
  contextMap.set(vNode, context2);
@@ -48198,8 +48690,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48198
48690
  function getTextColor(nodeStyle) {
48199
48691
  return new color_default().parseString(nodeStyle.getPropertyValue("-webkit-text-fill-color") || nodeStyle.getPropertyValue("color"));
48200
48692
  }
48201
- function getStrokeColor(nodeStyle, _ref112) {
48202
- var _ref112$textStrokeEmM = _ref112.textStrokeEmMin, textStrokeEmMin = _ref112$textStrokeEmM === void 0 ? 0 : _ref112$textStrokeEmM;
48693
+ function getStrokeColor(nodeStyle, _ref113) {
48694
+ var _ref113$textStrokeEmM = _ref113.textStrokeEmMin, textStrokeEmMin = _ref113$textStrokeEmM === void 0 ? 0 : _ref113$textStrokeEmM;
48203
48695
  var strokeWidth = parseFloat(nodeStyle.getPropertyValue("-webkit-text-stroke-width"));
48204
48696
  if (strokeWidth === 0) return null;
48205
48697
  var fontSize = nodeStyle.getPropertyValue("font-size");
@@ -48235,19 +48727,19 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48235
48727
  return fgColor;
48236
48728
  }
48237
48729
  function findNodeInContexts(contexts, node) {
48238
- var _iterator19 = _createForOfIteratorHelper(contexts), _step19;
48730
+ var _iterator22 = _createForOfIteratorHelper(contexts), _step22;
48239
48731
  try {
48240
- for (_iterator19.s(); !(_step19 = _iterator19.n()).done;) {
48732
+ for (_iterator22.s(); !(_step22 = _iterator22.n()).done;) {
48241
48733
  var _context$vNode;
48242
- var context = _step19.value;
48734
+ var context = _step22.value;
48243
48735
  if (((_context$vNode = context.vNode) === null || _context$vNode === void 0 ? void 0 : _context$vNode.actualNode) === node) return context;
48244
48736
  var found = findNodeInContexts(context.descendants, node);
48245
48737
  if (found) return found;
48246
48738
  }
48247
48739
  } catch (err) {
48248
- _iterator19.e(err);
48740
+ _iterator22.e(err);
48249
48741
  } finally {
48250
- _iterator19.f();
48742
+ _iterator22.f();
48251
48743
  }
48252
48744
  }
48253
48745
  function hasValidContrastRatio(bg, fg, fontSize, isBold) {
@@ -48336,21 +48828,21 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48336
48828
  }
48337
48829
  function identicalLinksSamePurposeAfter(results) {
48338
48830
  if (results.length < 2) return results;
48339
- var incompleteResults = results.filter(function(_ref113) {
48340
- return _ref113.result !== void 0;
48831
+ var incompleteResults = results.filter(function(_ref114) {
48832
+ return _ref114.result !== void 0;
48341
48833
  });
48342
48834
  var uniqueResults = [];
48343
48835
  var nameMap = {};
48344
- var _loop8 = function _loop8(index) {
48836
+ var _loop9 = function _loop9(index) {
48345
48837
  var _currentResult$relate;
48346
48838
  var currentResult = incompleteResults[index];
48347
48839
  var _currentResult$data = currentResult.data, name = _currentResult$data.name, urlProps = _currentResult$data.urlProps;
48348
48840
  if (nameMap[name]) return 1;
48349
- var sameNameResults = incompleteResults.filter(function(_ref114, resultNum) {
48350
- return _ref114.data.name === name && resultNum !== index;
48841
+ var sameNameResults = incompleteResults.filter(function(_ref115, resultNum) {
48842
+ return _ref115.data.name === name && resultNum !== index;
48351
48843
  });
48352
- var isSameUrl = sameNameResults.every(function(_ref115) {
48353
- var data = _ref115.data;
48844
+ var isSameUrl = sameNameResults.every(function(_ref116) {
48845
+ var data = _ref116.data;
48354
48846
  return isIdenticalObject(data.urlProps, urlProps);
48355
48847
  });
48356
48848
  if (sameNameResults.length && !isSameUrl) currentResult.result = void 0;
@@ -48361,7 +48853,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48361
48853
  nameMap[name] = sameNameResults;
48362
48854
  uniqueResults.push(currentResult);
48363
48855
  };
48364
- for (var index = 0; index < incompleteResults.length; index++) if (_loop8(index)) continue;
48856
+ for (var index = 0; index < incompleteResults.length; index++) if (_loop9(index)) continue;
48365
48857
  return uniqueResults;
48366
48858
  }
48367
48859
  var identical_links_same_purpose_after_default = identicalLinksSamePurposeAfter;
@@ -48413,13 +48905,13 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48413
48905
  }
48414
48906
  function getHeadingOrder(results) {
48415
48907
  results = _toConsumableArray(results);
48416
- results.sort(function(_ref118, _ref119) {
48417
- var nodeA = _ref118.node;
48418
- var nodeB = _ref119.node;
48908
+ results.sort(function(_ref119, _ref120) {
48909
+ var nodeA = _ref119.node;
48910
+ var nodeB = _ref120.node;
48419
48911
  return nodeA.ancestry.length - nodeB.ancestry.length;
48420
48912
  });
48421
- return results.reduce(mergeHeadingOrder, []).filter(function(_ref120) {
48422
- return _ref120.level !== -1;
48913
+ return results.reduce(mergeHeadingOrder, []).filter(function(_ref121) {
48914
+ return _ref121.level !== -1;
48423
48915
  });
48424
48916
  }
48425
48917
  function mergeHeadingOrder(mergedHeadingOrder, result) {
@@ -48530,17 +49022,17 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48530
49022
  function filterByElmsOverlap(vNode, nearbyElms) {
48531
49023
  var fullyObscuringElms = [];
48532
49024
  var partialObscuringElms = [];
48533
- var _iterator20 = _createForOfIteratorHelper(nearbyElms), _step20;
49025
+ var _iterator23 = _createForOfIteratorHelper(nearbyElms), _step23;
48534
49026
  try {
48535
- for (_iterator20.s(); !(_step20 = _iterator20.n()).done;) {
48536
- var vNeighbor = _step20.value;
49027
+ for (_iterator23.s(); !(_step23 = _iterator23.n()).done;) {
49028
+ var vNeighbor = _step23.value;
48537
49029
  if (!isDescendantNotInTabOrder2(vNode, vNeighbor) && _hasVisualOverlap(vNode, vNeighbor) && getCssPointerEvents(vNeighbor) !== "none") if (isEnclosedRect2(vNode, vNeighbor)) fullyObscuringElms.push(vNeighbor);
48538
49030
  else partialObscuringElms.push(vNeighbor);
48539
49031
  }
48540
49032
  } catch (err) {
48541
- _iterator20.e(err);
49033
+ _iterator23.e(err);
48542
49034
  } finally {
48543
- _iterator20.f();
49035
+ _iterator23.f();
48544
49036
  }
48545
49037
  return {
48546
49038
  fullyObscuringElms,
@@ -48590,8 +49082,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48590
49082
  return _contains(vAncestor, vNode) && !_isInTabOrder(vNode);
48591
49083
  }
48592
49084
  function mapActualNodes(vNodes) {
48593
- return vNodes.map(function(_ref121) {
48594
- return _ref121.actualNode;
49085
+ return vNodes.map(function(_ref122) {
49086
+ return _ref122.actualNode;
48595
49087
  });
48596
49088
  }
48597
49089
  var roundingMargin2 = .05;
@@ -48606,10 +49098,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48606
49098
  }
48607
49099
  var closeNeighbors = [];
48608
49100
  var closestOffset = minOffset;
48609
- var _iterator21 = _createForOfIteratorHelper(_findNearbyElms(vNode, minOffset)), _step21;
49101
+ var _iterator24 = _createForOfIteratorHelper(_findNearbyElms(vNode, minOffset)), _step24;
48610
49102
  try {
48611
- for (_iterator21.s(); !(_step21 = _iterator21.n()).done;) {
48612
- var vNeighbor = _step21.value;
49103
+ for (_iterator24.s(); !(_step24 = _iterator24.n()).done;) {
49104
+ var vNeighbor = _step24.value;
48613
49105
  if (get_role_type_default(vNeighbor) !== "widget" || !_isFocusable(vNeighbor)) continue;
48614
49106
  var offset = null;
48615
49107
  try {
@@ -48632,9 +49124,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48632
49124
  closeNeighbors.push(vNeighbor);
48633
49125
  }
48634
49126
  } catch (err) {
48635
- _iterator21.e(err);
49127
+ _iterator24.e(err);
48636
49128
  } finally {
48637
- _iterator21.f();
49129
+ _iterator24.f();
48638
49130
  }
48639
49131
  if (closeNeighbors.length === 0) {
48640
49132
  this.data({
@@ -48643,8 +49135,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48643
49135
  });
48644
49136
  return true;
48645
49137
  }
48646
- this.relatedNodes(closeNeighbors.map(function(_ref122) {
48647
- return _ref122.actualNode;
49138
+ this.relatedNodes(closeNeighbors.map(function(_ref123) {
49139
+ return _ref123.actualNode;
48648
49140
  }));
48649
49141
  if (!closeNeighbors.some(_isInTabOrder)) {
48650
49142
  this.data({
@@ -48664,7 +49156,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48664
49156
  return Math.round(num * 10) / 10;
48665
49157
  }
48666
49158
  function metaViewportScaleEvaluate(node, options, virtualNode) {
48667
- var _ref123 = options || {}, _ref123$scaleMinimum = _ref123.scaleMinimum, scaleMinimum = _ref123$scaleMinimum === void 0 ? 2 : _ref123$scaleMinimum, _ref123$lowerBound = _ref123.lowerBound, lowerBound = _ref123$lowerBound === void 0 ? false : _ref123$lowerBound;
49159
+ var _ref124 = options || {}, _ref124$scaleMinimum = _ref124.scaleMinimum, scaleMinimum = _ref124$scaleMinimum === void 0 ? 2 : _ref124$scaleMinimum, _ref124$lowerBound = _ref124.lowerBound, lowerBound = _ref124$lowerBound === void 0 ? false : _ref124$lowerBound;
48668
49160
  var content = virtualNode.attr("content") || "";
48669
49161
  if (!content) return true;
48670
49162
  var result = content.split(/[;,]/).reduce(function(out, item) {
@@ -48697,18 +49189,18 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48697
49189
  }
48698
49190
  var meta_viewport_scale_evaluate_default = metaViewportScaleEvaluate;
48699
49191
  function cssOrientationLockEvaluate(node, options, virtualNode, context) {
48700
- var _ref124$cssom = (context || {}).cssom, cssom = _ref124$cssom === void 0 ? void 0 : _ref124$cssom;
48701
- var _ref125$degreeThresho = (options || {}).degreeThreshold, degreeThreshold = _ref125$degreeThresho === void 0 ? 0 : _ref125$degreeThresho;
49192
+ var _ref125$cssom = (context || {}).cssom, cssom = _ref125$cssom === void 0 ? void 0 : _ref125$cssom;
49193
+ var _ref126$degreeThresho = (options || {}).degreeThreshold, degreeThreshold = _ref126$degreeThresho === void 0 ? 0 : _ref126$degreeThresho;
48702
49194
  if (!cssom || !cssom.length) return;
48703
49195
  var isLocked = false;
48704
49196
  var relatedElements = [];
48705
49197
  var rulesGroupByDocumentFragment = groupCssomByDocument(cssom);
48706
- var _loop9 = function _loop9() {
49198
+ var _loop0 = function _loop0() {
48707
49199
  var _rulesGroupByDocument = rulesGroupByDocumentFragment[_Object$keys3[_i31]], root = _rulesGroupByDocument.root;
48708
49200
  var orientationRules = _rulesGroupByDocument.rules.filter(isMediaRuleWithOrientation);
48709
49201
  if (!orientationRules.length) return 1;
48710
- orientationRules.forEach(function(_ref126) {
48711
- var cssRules = _ref126.cssRules;
49202
+ orientationRules.forEach(function(_ref127) {
49203
+ var cssRules = _ref127.cssRules;
48712
49204
  Array.from(cssRules).forEach(function(cssRule) {
48713
49205
  var locked = getIsOrientationLocked(cssRule);
48714
49206
  if (locked && cssRule.selectorText.toUpperCase() !== "HTML") {
@@ -48719,13 +49211,13 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48719
49211
  });
48720
49212
  });
48721
49213
  };
48722
- for (var _i31 = 0, _Object$keys3 = Object.keys(rulesGroupByDocumentFragment); _i31 < _Object$keys3.length; _i31++) if (_loop9()) continue;
49214
+ for (var _i31 = 0, _Object$keys3 = Object.keys(rulesGroupByDocumentFragment); _i31 < _Object$keys3.length; _i31++) if (_loop0()) continue;
48723
49215
  if (!isLocked) return true;
48724
49216
  if (relatedElements.length) this.relatedNodes(relatedElements);
48725
49217
  return false;
48726
49218
  function groupCssomByDocument(cssObjectModel) {
48727
- return cssObjectModel.reduce(function(out, _ref127) {
48728
- var sheet = _ref127.sheet, root = _ref127.root, shadowId = _ref127.shadowId;
49219
+ return cssObjectModel.reduce(function(out, _ref128) {
49220
+ var sheet = _ref128.sheet, root = _ref128.root, shadowId = _ref128.shadowId;
48729
49221
  var key = shadowId ? shadowId : "topDocument";
48730
49222
  if (!out[key]) out[key] = {
48731
49223
  root,
@@ -48737,13 +49229,13 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48737
49229
  return out;
48738
49230
  }, {});
48739
49231
  }
48740
- function isMediaRuleWithOrientation(_ref128) {
48741
- var type2 = _ref128.type, cssText = _ref128.cssText;
49232
+ function isMediaRuleWithOrientation(_ref129) {
49233
+ var type2 = _ref129.type, cssText = _ref129.cssText;
48742
49234
  if (type2 !== 4) return false;
48743
49235
  return /orientation:\s*landscape/i.test(cssText) || /orientation:\s*portrait/i.test(cssText);
48744
49236
  }
48745
- function getIsOrientationLocked(_ref129) {
48746
- var selectorText = _ref129.selectorText, style = _ref129.style;
49237
+ function getIsOrientationLocked(_ref130) {
49238
+ var selectorText = _ref130.selectorText, style = _ref130.style;
48747
49239
  if (!selectorText || style.length <= 0) return false;
48748
49240
  var transformStyle = style.transform || style.webkitTransform || style.msTransform || false;
48749
49241
  if (!transformStyle && !style.rotate) return false;
@@ -48953,22 +49445,15 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48953
49445
  function listitemEvaluate(node, options, virtualNode) {
48954
49446
  var parent = virtualNode.parent;
48955
49447
  if (!parent) return;
48956
- var parentNodeName = parent.props.nodeName;
48957
- var parentRole = get_explicit_role_default(parent);
49448
+ var parentExplicitRole = get_explicit_role_default(parent);
49449
+ var parentRole = get_role_default(parent);
48958
49450
  if ([
48959
49451
  "presentation",
48960
49452
  "none",
48961
49453
  "list"
48962
49454
  ].includes(parentRole)) return true;
48963
- if (parentRole && is_valid_role_default(parentRole)) {
48964
- this.data({ messageKey: "roleNotValid" });
48965
- return false;
48966
- }
48967
- return [
48968
- "ul",
48969
- "ol",
48970
- "menu"
48971
- ].includes(parentNodeName);
49455
+ if (parentExplicitRole && is_valid_role_default(parentExplicitRole)) this.data({ messageKey: "roleNotValid" });
49456
+ return false;
48972
49457
  }
48973
49458
  function invalidChildrenEvaluate(node) {
48974
49459
  var options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
@@ -48996,15 +49481,16 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
48996
49481
  this.relatedNodes(relatedNodes);
48997
49482
  return true;
48998
49483
  }
48999
- function getInvalidSelector(vChild, nested, _ref132) {
49000
- var _ref132$validRoles = _ref132.validRoles, validRoles = _ref132$validRoles === void 0 ? [] : _ref132$validRoles, _ref132$validNodeName = _ref132.validNodeNames, validNodeNames = _ref132$validNodeName === void 0 ? [] : _ref132$validNodeName;
49484
+ function getInvalidSelector(vChild, nested, _ref133) {
49485
+ var _ref133$validRoles = _ref133.validRoles, validRoles = _ref133$validRoles === void 0 ? [] : _ref133$validRoles, _ref133$validNodeName = _ref133.validNodeNames, validNodeNames = _ref133$validNodeName === void 0 ? [] : _ref133$validNodeName;
49001
49486
  var _vChild$props = vChild.props, nodeName2 = _vChild$props.nodeName, nodeType = _vChild$props.nodeType, nodeValue = _vChild$props.nodeValue;
49002
49487
  var selector = nested ? "div > " : "";
49003
49488
  if (nodeType === 3 && nodeValue.trim() !== "") return selector + "#text";
49004
49489
  if (nodeType !== 1 || !_isVisibleToScreenReaders(vChild)) return false;
49005
- var role = get_explicit_role_default(vChild);
49006
- if (role) return validRoles.includes(role) ? false : selector + "[role=".concat(role, "]");
49007
- else return validNodeNames.includes(nodeName2) ? false : selector + nodeName2;
49490
+ var explicitRole2 = get_explicit_role_default(vChild);
49491
+ var role = get_role_default(vChild);
49492
+ if (explicitRole2) return validRoles.includes(explicitRole2) ? false : selector + "[role=".concat(role, "]");
49493
+ else return validNodeNames.includes(nodeName2) || validRoles.includes(role) ? false : selector + nodeName2;
49008
49494
  }
49009
49495
  function isDivGroup(vNode) {
49010
49496
  return vNode.props.nodeName === "div" && get_explicit_role_default(vNode) === null;
@@ -49155,12 +49641,11 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
49155
49641
  var pixelThreshold = options === null || options === void 0 ? void 0 : options.pixelThreshold;
49156
49642
  var occurrenceThreshold = (_options$occurrenceTh = options === null || options === void 0 ? void 0 : options.occurrenceThreshold) !== null && _options$occurrenceTh !== void 0 ? _options$occurrenceTh : options === null || options === void 0 ? void 0 : options.occuranceThreshold;
49157
49643
  var accText = accessible_text_default(node).toLowerCase();
49158
- var visibleText = sanitize_default(subtree_text_default(virtualNode, {
49159
- subtreeDescendant: true,
49644
+ var visibleText = visible_virtual_default(virtualNode, false, false, {
49160
49645
  ignoreIconLigature: true,
49161
49646
  pixelThreshold,
49162
49647
  occurrenceThreshold
49163
- })).toLowerCase();
49648
+ }).toLowerCase();
49164
49649
  if (!visibleText) return true;
49165
49650
  if (is_human_interpretable_default(accText) < 1 || is_human_interpretable_default(visibleText) < 1) return;
49166
49651
  return isStringContained(visibleText, accText);
@@ -49361,8 +49846,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
49361
49846
  }
49362
49847
  var focusable_no_name_evaluate_default = focusableNoNameEvaluate;
49363
49848
  function focusableModalOpenEvaluate(node, options, virtualNode) {
49364
- var tabbableElements = virtualNode.tabbableElements.map(function(_ref133) {
49365
- return _ref133.actualNode;
49849
+ var tabbableElements = virtualNode.tabbableElements.map(function(_ref134) {
49850
+ return _ref134.actualNode;
49366
49851
  });
49367
49852
  if (!tabbableElements || !tabbableElements.length) return true;
49368
49853
  if (is_modal_open_default()) {
@@ -49751,7 +50236,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
49751
50236
  var fontWeight = nodeStyle.getPropertyValue("font-weight");
49752
50237
  var bold = parseFloat(fontWeight) >= boldValue || fontWeight === "bold";
49753
50238
  var ptSize = Math.ceil(fontSize * 72) / 96;
49754
- var _ref134 = bold && ptSize < boldTextPt || !bold && ptSize < largeTextPt ? contrastRatio.normal : contrastRatio.large, expected = _ref134.expected, minThreshold = _ref134.minThreshold, maxThreshold = _ref134.maxThreshold;
50239
+ var _ref135 = bold && ptSize < boldTextPt || !bold && ptSize < largeTextPt ? contrastRatio.normal : contrastRatio.large, expected = _ref135.expected, minThreshold = _ref135.minThreshold, maxThreshold = _ref135.maxThreshold;
49755
50240
  var pseudoElm = findPseudoElement(virtualNode, {
49756
50241
  ignorePseudo,
49757
50242
  pseudoSizeThreshold
@@ -49830,9 +50315,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
49830
50315
  if (!isValid) this.relatedNodes(bgNodes);
49831
50316
  return isValid;
49832
50317
  }
49833
- function findPseudoElement(vNode, _ref135) {
49834
- var _ref135$pseudoSizeThr = _ref135.pseudoSizeThreshold, pseudoSizeThreshold = _ref135$pseudoSizeThr === void 0 ? .25 : _ref135$pseudoSizeThr, _ref135$ignorePseudo = _ref135.ignorePseudo;
49835
- if (_ref135$ignorePseudo === void 0 ? false : _ref135$ignorePseudo) return;
50318
+ function findPseudoElement(vNode, _ref136) {
50319
+ var _ref136$pseudoSizeThr = _ref136.pseudoSizeThreshold, pseudoSizeThreshold = _ref136$pseudoSizeThr === void 0 ? .25 : _ref136$pseudoSizeThr, _ref136$ignorePseudo = _ref136.ignorePseudo;
50320
+ if (_ref136$ignorePseudo === void 0 ? false : _ref136$ignorePseudo) return;
49836
50321
  var rect = vNode.boundingClientRect;
49837
50322
  var minimumSize = rect.width * rect.height * pseudoSizeThreshold;
49838
50323
  do
@@ -49858,10 +50343,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
49858
50343
  return hasUnicodeChars && hasNonUnicodeChars;
49859
50344
  }
49860
50345
  function parseUnit(str) {
49861
- var _ref137 = _slicedToArray(str.match(/^([0-9.]+)([a-z]+)$/i) || [], 3), _ref137$ = _ref137[1], value = _ref137$ === void 0 ? "" : _ref137$, _ref137$2 = _ref137[2];
50346
+ var _ref138 = _slicedToArray(str.match(/^([0-9.]+)([a-z]+)$/i) || [], 3), _ref138$ = _ref138[1], value = _ref138$ === void 0 ? "" : _ref138$, _ref138$2 = _ref138[2];
49862
50347
  return {
49863
50348
  value: parseFloat(value),
49864
- unit: (_ref137$2 === void 0 ? "" : _ref137$2).toLowerCase()
50349
+ unit: (_ref138$2 === void 0 ? "" : _ref138$2).toLowerCase()
49865
50350
  };
49866
50351
  }
49867
50352
  var VALID_TAG_NAMES_FOR_SCROLLABLE_REGIONS = {
@@ -50159,19 +50644,19 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50159
50644
  var required = required_owned_default(explicitRole2);
50160
50645
  if (required === null) return true;
50161
50646
  var ownedRoles = getOwnedRoles(virtualNode, required);
50162
- var unallowed = ownedRoles.filter(function(_ref138) {
50163
- var role = _ref138.role;
50164
- return _ref138.vNode.props.nodeType === 1 && !required.includes(role);
50647
+ var unallowed = ownedRoles.filter(function(_ref139) {
50648
+ var role = _ref139.role;
50649
+ return _ref139.vNode.props.nodeType === 1 && !required.includes(role);
50165
50650
  });
50166
50651
  if (unallowed.length) {
50167
- this.relatedNodes(unallowed.map(function(_ref139) {
50168
- return _ref139.vNode;
50652
+ this.relatedNodes(unallowed.map(function(_ref140) {
50653
+ return _ref140.vNode;
50169
50654
  }));
50170
50655
  var messageKey = virtualNode.attr("aria-busy") === "true" ? "aria-busy-fail" : "unallowed";
50171
50656
  this.data({
50172
50657
  messageKey,
50173
- values: unallowed.map(function(_ref140) {
50174
- var vNode = _ref140.vNode, attr = _ref140.attr;
50658
+ values: unallowed.map(function(_ref141) {
50659
+ var vNode = _ref141.vNode, attr = _ref141.attr;
50175
50660
  return getUnallowedSelector(vNode, attr);
50176
50661
  }).filter(function(selector, index, array) {
50177
50662
  return array.indexOf(selector) === index;
@@ -50192,7 +50677,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50192
50677
  var vNode;
50193
50678
  var ownedRoles = [];
50194
50679
  var ownedVirtual = get_owned_virtual_default(virtualNode);
50195
- var _loop0 = function _loop0() {
50680
+ var _loop1 = function _loop1() {
50196
50681
  if (vNode.props.nodeType === 3) ownedRoles.push({
50197
50682
  vNode,
50198
50683
  role: null
@@ -50205,7 +50690,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50205
50690
  return requiredRole === role;
50206
50691
  })) ownedVirtual.push.apply(ownedVirtual, _toConsumableArray(vNode.children));
50207
50692
  else if (role || hasGlobalAriaOrFocusable) {
50208
- var attr = globalAriaAttr || "tabindex";
50693
+ var attr = globalAriaAttr || (vNode.hasAttr("tabindex") ? "tabindex" : void 0);
50209
50694
  ownedRoles.push({
50210
50695
  role,
50211
50696
  attr,
@@ -50213,12 +50698,12 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50213
50698
  });
50214
50699
  }
50215
50700
  };
50216
- while (vNode = ownedVirtual.shift()) if (_loop0()) continue;
50701
+ while (vNode = ownedVirtual.shift()) if (_loop1()) continue;
50217
50702
  return ownedRoles;
50218
50703
  }
50219
50704
  function hasRequiredChildren(required, ownedRoles) {
50220
- return ownedRoles.some(function(_ref141) {
50221
- var role = _ref141.role;
50705
+ return ownedRoles.some(function(_ref142) {
50706
+ var role = _ref142.role;
50222
50707
  return role && required.includes(role);
50223
50708
  });
50224
50709
  }
@@ -50235,8 +50720,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50235
50720
  if (attr) return nodeName2 + "[".concat(attr, "]");
50236
50721
  return nodeName2;
50237
50722
  }
50238
- function isContent(_ref142) {
50239
- var vNode = _ref142.vNode;
50723
+ function isContent(_ref143) {
50724
+ var vNode = _ref143.vNode;
50240
50725
  if (vNode.props.nodeType === 3) return vNode.props.nodeValue.trim().length > 0;
50241
50726
  return has_content_virtual_default(vNode, false, true);
50242
50727
  }
@@ -50390,23 +50875,44 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50390
50875
  if (!virtualNode.parent) return;
50391
50876
  return closest_default(virtualNode, "table:not([role]), [role~=\"treegrid\"], [role~=\"table\"], [role~=\"grid\"]");
50392
50877
  }
50393
- function ariaConditionalCheckboxAttr(node, options, virtualNode) {
50878
+ function ariaConditionalRadioAttr(node, options, virtualNode) {
50394
50879
  var _virtualNode$props = virtualNode.props, nodeName2 = _virtualNode$props.nodeName, type2 = _virtualNode$props.type;
50395
50880
  var ariaChecked = normalizeAriaChecked(virtualNode.attr("aria-checked"));
50396
- if (nodeName2 !== "input" || type2 !== "checkbox" || !ariaChecked) return true;
50881
+ if (nodeName2 !== "input" || type2 !== "radio" || !ariaChecked) return true;
50397
50882
  var checkState = getCheckState(virtualNode);
50398
50883
  if (ariaChecked === checkState) return true;
50399
50884
  this.data({
50400
- messageKey: "checkbox",
50885
+ messageKey: "radio",
50401
50886
  checkState
50402
50887
  });
50403
50888
  return false;
50404
50889
  }
50405
50890
  function getCheckState(vNode) {
50406
- if (vNode.props.indeterminate) return "mixed";
50407
50891
  return vNode.props.checked ? "true" : "false";
50408
50892
  }
50409
50893
  function normalizeAriaChecked(ariaCheckedVal) {
50894
+ if (!ariaCheckedVal) return "";
50895
+ ariaCheckedVal = ariaCheckedVal.toLowerCase();
50896
+ if (ariaCheckedVal === "true") return ariaCheckedVal;
50897
+ return "false";
50898
+ }
50899
+ function ariaConditionalCheckboxAttr(node, options, virtualNode) {
50900
+ var _virtualNode$props2 = virtualNode.props, nodeName2 = _virtualNode$props2.nodeName, type2 = _virtualNode$props2.type;
50901
+ var ariaChecked = normalizeAriaChecked2(virtualNode.attr("aria-checked"));
50902
+ if (nodeName2 !== "input" || type2 !== "checkbox" || !ariaChecked) return true;
50903
+ var checkState = getCheckState2(virtualNode);
50904
+ if (ariaChecked === checkState) return true;
50905
+ this.data({
50906
+ messageKey: "checkbox",
50907
+ checkState
50908
+ });
50909
+ return false;
50910
+ }
50911
+ function getCheckState2(vNode) {
50912
+ if (vNode.props.indeterminate) return "mixed";
50913
+ return vNode.props.checked ? "true" : "false";
50914
+ }
50915
+ function normalizeAriaChecked2(ariaCheckedVal) {
50410
50916
  if (!ariaCheckedVal) return "";
50411
50917
  ariaCheckedVal = ariaCheckedVal.toLowerCase();
50412
50918
  if (["mixed", "true"].includes(ariaCheckedVal)) return ariaCheckedVal;
@@ -50414,7 +50920,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50414
50920
  }
50415
50921
  var conditionalRoleMap = {
50416
50922
  row: ariaConditionalRowAttr,
50417
- checkbox: ariaConditionalCheckboxAttr
50923
+ checkbox: ariaConditionalCheckboxAttr,
50924
+ radio: ariaConditionalRadioAttr
50418
50925
  };
50419
50926
  function ariaConditionalAttrEvaluate(node, options, virtualNode) {
50420
50927
  var role = get_role_default(virtualNode);
@@ -50446,22 +50953,22 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50446
50953
  var role = get_role_default(virtualNode);
50447
50954
  var allowed = allowed_attr_default(role);
50448
50955
  if (Array.isArray(options[role])) allowed = unique_array_default(options[role].concat(allowed));
50449
- var _iterator22 = _createForOfIteratorHelper(virtualNode.attrNames), _step22;
50956
+ var _iterator25 = _createForOfIteratorHelper(virtualNode.attrNames), _step25;
50450
50957
  try {
50451
- for (_iterator22.s(); !(_step22 = _iterator22.n()).done;) {
50452
- var attrName = _step22.value;
50958
+ for (_iterator25.s(); !(_step25 = _iterator25.n()).done;) {
50959
+ var attrName = _step25.value;
50453
50960
  if (validate_attr_default(attrName) && !allowed.includes(attrName) && !ignoredAttrs(attrName, virtualNode.attr(attrName), virtualNode)) invalid.push(attrName);
50454
50961
  }
50455
50962
  } catch (err) {
50456
- _iterator22.e(err);
50963
+ _iterator25.e(err);
50457
50964
  } finally {
50458
- _iterator22.f();
50965
+ _iterator25.f();
50459
50966
  }
50460
50967
  if (!invalid.length) return true;
50461
50968
  this.data(invalid.map(function(attrName) {
50462
50969
  return attrName + "=\"" + virtualNode.attr(attrName) + "\"";
50463
50970
  }));
50464
- if (!role && !is_html_element_default(virtualNode) && !_isFocusable(virtualNode)) return;
50971
+ if (!role && !_isHtmlElement(virtualNode) && !_isFocusable(virtualNode)) return;
50465
50972
  return false;
50466
50973
  }
50467
50974
  function ignoredAttrs(attrName, attrValue, vNode) {
@@ -50476,16 +50983,16 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50476
50983
  var allowedAriaAttrs = elmSpec.allowedAriaAttrs;
50477
50984
  var globalAriaAttrs = get_global_aria_attrs_default();
50478
50985
  var invalid = [];
50479
- var _iterator23 = _createForOfIteratorHelper(virtualNode.attrNames), _step23;
50986
+ var _iterator26 = _createForOfIteratorHelper(virtualNode.attrNames), _step26;
50480
50987
  try {
50481
- for (_iterator23.s(); !(_step23 = _iterator23.n()).done;) {
50482
- var attrName = _step23.value;
50988
+ for (_iterator26.s(); !(_step26 = _iterator26.n()).done;) {
50989
+ var attrName = _step26.value;
50483
50990
  if (globalAriaAttrs.includes(attrName) && !allowedAriaAttrs.includes(attrName)) invalid.push(attrName);
50484
50991
  }
50485
50992
  } catch (err) {
50486
- _iterator23.e(err);
50993
+ _iterator26.e(err);
50487
50994
  } finally {
50488
- _iterator23.f();
50995
+ _iterator26.f();
50489
50996
  }
50490
50997
  if (!invalid.length) return true;
50491
50998
  var messageKey = invalid.length > 1 ? "plural" : "singular";
@@ -50810,7 +51317,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50810
51317
  }
50811
51318
  var data_table_large_matches_default = dataTableLargeMatches;
50812
51319
  function colorContrastMatches(node, virtualNode) {
50813
- var _virtualNode$props2 = virtualNode.props, nodeName2 = _virtualNode$props2.nodeName, inputType = _virtualNode$props2.type;
51320
+ var _virtualNode$props3 = virtualNode.props, nodeName2 = _virtualNode$props3.nodeName, inputType = _virtualNode$props3.type;
50814
51321
  if (nodeName2 === "option") return false;
50815
51322
  if (nodeName2 === "select" && !node.options.length) return false;
50816
51323
  if (nodeName2 === "input" && [
@@ -50985,6 +51492,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
50985
51492
  "aria-busy-evaluate": ariaBusyEvaluate,
50986
51493
  "aria-conditional-attr-evaluate": ariaConditionalAttrEvaluate,
50987
51494
  "aria-conditional-checkbox-attr-evaluate": ariaConditionalCheckboxAttr,
51495
+ "aria-conditional-radio-attr-evaluate": ariaConditionalRadioAttr,
50988
51496
  "aria-conditional-row-attr-evaluate": ariaConditionalRowAttr,
50989
51497
  "aria-errormessage-evaluate": ariaErrormessageEvaluate,
50990
51498
  "aria-has-attr-matches": aria_has_attr_matches_default,
@@ -51423,7 +51931,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
51423
51931
  this._markChecksEnd = "mark_runchecks_end_" + this.id;
51424
51932
  };
51425
51933
  Rule.prototype._logGatherPerformance = function _logGatherPerformance(nodes) {
51426
- log_default("gather for ".concat(this.id, " (").concat(nodes.length, " nodes): ").concat(performance_timer_default.timeElapsed(), "ms"));
51934
+ log("gather for ".concat(this.id, " (").concat(nodes.length, " nodes): ").concat(performance_timer_default.timeElapsed(), "ms"));
51427
51935
  performance_timer_default.mark(this._markChecksStart);
51428
51936
  };
51429
51937
  Rule.prototype._logRulePerformance = function _logRulePerformance() {
@@ -51674,10 +52182,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
51674
52182
  value: function setAllowedOrigins(allowedOrigins) {
51675
52183
  var defaultOrigin = getDefaultOrigin();
51676
52184
  this.allowedOrigins = [];
51677
- var _iterator24 = _createForOfIteratorHelper(allowedOrigins), _step24;
52185
+ var _iterator27 = _createForOfIteratorHelper(allowedOrigins), _step27;
51678
52186
  try {
51679
- for (_iterator24.s(); !(_step24 = _iterator24.n()).done;) {
51680
- var origin = _step24.value;
52187
+ for (_iterator27.s(); !(_step27 = _iterator27.n()).done;) {
52188
+ var origin = _step27.value;
51681
52189
  if (origin === constants_default.allOrigins) {
51682
52190
  this.allowedOrigins = ["*"];
51683
52191
  return;
@@ -51685,9 +52193,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
51685
52193
  else if (defaultOrigin) this.allowedOrigins.push(defaultOrigin);
51686
52194
  }
51687
52195
  } catch (err) {
51688
- _iterator24.e(err);
52196
+ _iterator27.e(err);
51689
52197
  } finally {
51690
- _iterator24.f();
52198
+ _iterator27.f();
51691
52199
  }
51692
52200
  }
51693
52201
  },
@@ -51749,52 +52257,57 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
51749
52257
  {
51750
52258
  key: "run",
51751
52259
  value: function run(context, options, resolve, reject) {
51752
- this.normalizeOptions(options);
52260
+ var _this13 = this;
52261
+ _normalizeRunOptions(options);
51753
52262
  dq_element_default.setRunOptions(options);
51754
- axe._selectCache = [];
51755
- var allRulesToRun = getRulesToRun(this.rules, context, options);
51756
- var runNowRules = allRulesToRun.now;
51757
- var runLaterRules = allRulesToRun.later;
51758
- var nowRulesQueue = queue_default();
51759
- runNowRules.forEach(function(rule) {
51760
- nowRulesQueue.defer(getDefferedRule(rule, context, options));
51761
- });
51762
- var preloaderQueue = queue_default();
51763
- if (runLaterRules.length) preloaderQueue.defer(function(res) {
51764
- _preload(options).then(function(assets) {
51765
- return res(assets);
51766
- })["catch"](function(err2) {
51767
- console.warn("Couldn't load preload assets: ", err2);
51768
- res(void 0);
52263
+ var internalsQueue = queue_default();
52264
+ internalsQueue.defer(external.loadElementInternals());
52265
+ internalsQueue.then(function() {
52266
+ axe._selectCache = [];
52267
+ var allRulesToRun = getRulesToRun(_this13.rules, context, options);
52268
+ var runNowRules = allRulesToRun.now;
52269
+ var runLaterRules = allRulesToRun.later;
52270
+ var nowRulesQueue = queue_default();
52271
+ runNowRules.forEach(function(rule) {
52272
+ nowRulesQueue.defer(getDefferedRule(rule, context, options));
51769
52273
  });
51770
- });
51771
- var queueForNowRulesAndPreloader = queue_default();
51772
- queueForNowRulesAndPreloader.defer(nowRulesQueue);
51773
- queueForNowRulesAndPreloader.defer(preloaderQueue);
51774
- queueForNowRulesAndPreloader.then(function(nowRulesAndPreloaderResults) {
51775
- var assetsFromQueue = nowRulesAndPreloaderResults.pop();
51776
- if (assetsFromQueue && assetsFromQueue.length) {
51777
- var assets = assetsFromQueue[0];
51778
- if (assets) context = _extends({}, context, assets);
51779
- }
51780
- var nowRulesResults = nowRulesAndPreloaderResults[0];
51781
- if (!runLaterRules.length) {
51782
- axe._selectCache = void 0;
51783
- resolve(nowRulesResults.filter(function(result) {
51784
- return !!result;
51785
- }));
51786
- return;
51787
- }
51788
- var laterRulesQueue = queue_default();
51789
- runLaterRules.forEach(function(rule) {
51790
- var deferredRule = getDefferedRule(rule, context, options);
51791
- laterRulesQueue.defer(deferredRule);
52274
+ var preloaderQueue = queue_default();
52275
+ if (runLaterRules.length) preloaderQueue.defer(function(res) {
52276
+ _preload(options).then(function(assets) {
52277
+ return res(assets);
52278
+ })["catch"](function(err2) {
52279
+ console.warn("Couldn't load preload assets: ", err2);
52280
+ res(void 0);
52281
+ });
51792
52282
  });
51793
- laterRulesQueue.then(function(laterRuleResults) {
51794
- axe._selectCache = void 0;
51795
- resolve(nowRulesResults.concat(laterRuleResults).filter(function(result) {
51796
- return !!result;
51797
- }));
52283
+ var queueForNowRulesAndPreloader = queue_default();
52284
+ queueForNowRulesAndPreloader.defer(nowRulesQueue);
52285
+ queueForNowRulesAndPreloader.defer(preloaderQueue);
52286
+ queueForNowRulesAndPreloader.then(function(nowRulesAndPreloaderResults) {
52287
+ var assetsFromQueue = nowRulesAndPreloaderResults.pop();
52288
+ if (assetsFromQueue && assetsFromQueue.length) {
52289
+ var assets = assetsFromQueue[0];
52290
+ if (assets) context = _extends({}, context, assets);
52291
+ }
52292
+ var nowRulesResults = nowRulesAndPreloaderResults[0];
52293
+ if (!runLaterRules.length) {
52294
+ axe._selectCache = void 0;
52295
+ resolve(nowRulesResults.filter(function(result) {
52296
+ return !!result;
52297
+ }));
52298
+ return;
52299
+ }
52300
+ var laterRulesQueue = queue_default();
52301
+ runLaterRules.forEach(function(rule) {
52302
+ var deferredRule = getDefferedRule(rule, context, options);
52303
+ laterRulesQueue.defer(deferredRule);
52304
+ });
52305
+ laterRulesQueue.then(function(laterRuleResults) {
52306
+ axe._selectCache = void 0;
52307
+ resolve(nowRulesResults.concat(laterRuleResults).filter(function(result) {
52308
+ return !!result;
52309
+ }));
52310
+ })["catch"](reject);
51798
52311
  })["catch"](reject);
51799
52312
  })["catch"](reject);
51800
52313
  }
@@ -51824,89 +52337,24 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
51824
52337
  });
51825
52338
  }
51826
52339
  },
51827
- {
51828
- key: "normalizeOptions",
51829
- value: function normalizeOptions(options) {
51830
- var audit = this;
51831
- var tags = [];
51832
- var ruleIds = [];
51833
- audit.rules.forEach(function(rule) {
51834
- ruleIds.push(rule.id);
51835
- rule.tags.forEach(function(tag) {
51836
- if (!tags.includes(tag)) tags.push(tag);
51837
- });
51838
- });
51839
- if (["object", "string"].includes(_typeof(options.runOnly))) {
51840
- if (typeof options.runOnly === "string") options.runOnly = [options.runOnly];
51841
- if (Array.isArray(options.runOnly)) {
51842
- var hasTag = options.runOnly.find(function(value) {
51843
- return tags.includes(value);
51844
- });
51845
- var hasRule = options.runOnly.find(function(value) {
51846
- return ruleIds.includes(value);
51847
- });
51848
- if (hasTag && hasRule) throw new Error("runOnly cannot be both rules and tags");
51849
- if (hasRule) options.runOnly = {
51850
- type: "rule",
51851
- values: options.runOnly
51852
- };
51853
- else options.runOnly = {
51854
- type: "tag",
51855
- values: options.runOnly
51856
- };
51857
- }
51858
- var only = options.runOnly;
51859
- if (only.value && !only.values) {
51860
- only.values = only.value;
51861
- delete only.value;
51862
- }
51863
- if (!Array.isArray(only.values) || only.values.length === 0) throw new Error("runOnly.values must be a non-empty array");
51864
- if (["rule", "rules"].includes(only.type)) {
51865
- only.type = "rule";
51866
- only.values.forEach(function(ruleId) {
51867
- if (!ruleIds.includes(ruleId)) throw new Error("unknown rule `" + ruleId + "` in options.runOnly");
51868
- });
51869
- } else if ([
51870
- "tag",
51871
- "tags",
51872
- void 0
51873
- ].includes(only.type)) {
51874
- only.type = "tag";
51875
- var unmatchedTags = only.values.filter(function(tag) {
51876
- return !tags.includes(tag) && !/wcag2[1-3]a{1,3}/.test(tag);
51877
- });
51878
- if (unmatchedTags.length !== 0) axe.log("Could not find tags `" + unmatchedTags.join("`, `") + "`");
51879
- } else throw new Error("Unknown runOnly type '".concat(only.type, "'"));
51880
- }
51881
- if (_typeof(options.rules) === "object") Object.keys(options.rules).forEach(function(ruleId) {
51882
- if (!ruleIds.includes(ruleId)) throw new Error("unknown rule `" + ruleId + "` in options.rules");
51883
- });
51884
- return options;
51885
- }
51886
- },
51887
52340
  {
51888
52341
  key: "setBranding",
51889
52342
  value: function setBranding(branding) {
51890
- var previous = {
51891
- brand: this.brand,
51892
- application: this.application
51893
- };
51894
52343
  if (typeof branding === "string") this.application = branding;
51895
52344
  if (branding && branding.hasOwnProperty("brand") && branding.brand && typeof branding.brand === "string") this.brand = branding.brand;
51896
52345
  if (branding && branding.hasOwnProperty("application") && branding.application && typeof branding.application === "string") this.application = branding.application;
51897
- this._constructHelpUrls(previous);
51898
52346
  }
51899
52347
  },
51900
52348
  {
51901
52349
  key: "_constructHelpUrls",
51902
52350
  value: function _constructHelpUrls() {
51903
- var _this13 = this;
52351
+ var _this14 = this;
51904
52352
  var previous = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : null;
51905
52353
  var version = (axe.version.match(/^[1-9][0-9]*\.[0-9]+/) || ["x.y"])[0];
51906
52354
  this.rules.forEach(function(rule) {
51907
- if (!_this13.data.rules[rule.id]) _this13.data.rules[rule.id] = {};
51908
- var metaData = _this13.data.rules[rule.id];
51909
- if (typeof metaData.helpUrl !== "string" || previous && metaData.helpUrl === getHelpUrl(previous, rule.id, version)) metaData.helpUrl = getHelpUrl(_this13, rule.id, version);
52355
+ if (!_this14.data.rules[rule.id]) _this14.data.rules[rule.id] = {};
52356
+ var metaData = _this14.data.rules[rule.id];
52357
+ if (typeof metaData.helpUrl !== "string" || previous && metaData.helpUrl === getHelpUrl(previous, rule.id, version)) metaData.helpUrl = getHelpUrl(_this14, rule.id, version);
51910
52358
  });
51911
52359
  }
51912
52360
  },
@@ -52021,8 +52469,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52021
52469
  }]
52022
52470
  });
52023
52471
  }
52024
- function getHelpUrl(_ref145, ruleId, version) {
52025
- var brand = _ref145.brand, application = _ref145.application, lang = _ref145.lang;
52472
+ function getHelpUrl(_ref146, ruleId, version) {
52473
+ var brand = _ref146.brand, application = _ref146.application, lang = _ref146.lang;
52026
52474
  return constants_default.helpUrlBase + brand + "/" + (version || axe.version.substring(0, axe.version.lastIndexOf("."))) + "/" + ruleId + "?application=" + encodeURIComponent(application) + (lang && lang !== "en" ? "&lang=" + encodeURIComponent(lang) : "");
52027
52475
  }
52028
52476
  function setupGlobals(context) {
@@ -52099,7 +52547,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52099
52547
  resolve(results, teardown_default);
52100
52548
  } catch (e) {
52101
52549
  teardown_default();
52102
- log_default(e);
52550
+ log(e);
52103
52551
  }
52104
52552
  } catch (e) {
52105
52553
  teardown_default();
@@ -52176,6 +52624,12 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52176
52624
  resetStandards();
52177
52625
  }
52178
52626
  var reset_default = reset;
52627
+ function resetLocale() {
52628
+ var audit = axe._audit;
52629
+ if (!audit) throw new Error("No audit configured");
52630
+ audit._resetLocale();
52631
+ }
52632
+ var reset_locale_default = resetLocale;
52179
52633
  function runVirtualRule(ruleId, vNode) {
52180
52634
  var options = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : {};
52181
52635
  options.reporter = options.reporter || axe._audit.reporter || "v1";
@@ -52205,9 +52659,9 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52205
52659
  });
52206
52660
  return _extends({}, _getEnvironmentData(), results, { toolOptions: options });
52207
52661
  }
52208
- function normalizeRunParams(_ref146) {
52209
- var _ref148, _options$reporter, _axe$_audit;
52210
- var _ref147 = _slicedToArray(_ref146, 3), context = _ref147[0], options = _ref147[1], callback = _ref147[2];
52662
+ function normalizeRunParams(_ref147) {
52663
+ var _ref149, _options$reporter, _axe$_audit2;
52664
+ var _ref148 = _slicedToArray(_ref147, 3), context = _ref148[0], options = _ref148[1], callback = _ref148[2];
52211
52665
  var typeErr = /* @__PURE__ */ new TypeError("axe.run arguments are invalid");
52212
52666
  if (!_isContextSpec(context)) {
52213
52667
  if (callback !== void 0) throw typeErr;
@@ -52222,7 +52676,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52222
52676
  }
52223
52677
  if (typeof callback !== "function" && callback !== void 0) throw typeErr;
52224
52678
  options = clone2(options);
52225
- options.reporter = (_ref148 = (_options$reporter = options.reporter) !== null && _options$reporter !== void 0 ? _options$reporter : (_axe$_audit = axe._audit) === null || _axe$_audit === void 0 ? void 0 : _axe$_audit.reporter) !== null && _ref148 !== void 0 ? _ref148 : "v1";
52679
+ options.reporter = (_ref149 = (_options$reporter = options.reporter) !== null && _options$reporter !== void 0 ? _options$reporter : (_axe$_audit2 = axe._audit) === null || _axe$_audit2 === void 0 ? void 0 : _axe$_audit2.reporter) !== null && _ref149 !== void 0 ? _ref149 : "v1";
52226
52680
  return {
52227
52681
  context,
52228
52682
  options,
@@ -52326,11 +52780,13 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52326
52780
  axe._running = true;
52327
52781
  options.elementRef = false;
52328
52782
  return new Promise(function(res, rej) {
52783
+ if (options.performanceTimer) performance_timer_default.auditStart();
52329
52784
  axe._audit.run(contextObj, options, res, rej);
52330
52785
  }).then(function(results) {
52786
+ if (options.performanceTimer) performance_timer_default.auditEnd();
52331
52787
  results = node_serializer_default.mapRawResults(results);
52332
- var frames = contextObj.frames.map(function(_ref149) {
52333
- var node = _ref149.node;
52788
+ var frames = contextObj.frames.map(function(_ref150) {
52789
+ var node = _ref150.node;
52334
52790
  return node_serializer_default.toSpec(node);
52335
52791
  });
52336
52792
  var environmentData;
@@ -52349,14 +52805,14 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52349
52805
  });
52350
52806
  }
52351
52807
  function finishRun(partialResults) {
52352
- var _ref151, _options$reporter2, _axe$_audit2;
52808
+ var _ref152, _options$reporter2, _axe$_audit3;
52353
52809
  var options = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
52354
52810
  options = clone2(options);
52355
52811
  var environmentData = (partialResults.find(function(r) {
52356
52812
  return r.environmentData;
52357
52813
  }) || {}).environmentData;
52358
- axe._audit.normalizeOptions(options);
52359
- options.reporter = (_ref151 = (_options$reporter2 = options.reporter) !== null && _options$reporter2 !== void 0 ? _options$reporter2 : (_axe$_audit2 = axe._audit) === null || _axe$_audit2 === void 0 ? void 0 : _axe$_audit2.reporter) !== null && _ref151 !== void 0 ? _ref151 : "v1";
52814
+ _normalizeRunOptions(options);
52815
+ options.reporter = (_ref152 = (_options$reporter2 = options.reporter) !== null && _options$reporter2 !== void 0 ? _options$reporter2 : (_axe$_audit3 = axe._audit) === null || _axe$_audit3 === void 0 ? void 0 : _axe$_audit3.reporter) !== null && _ref152 !== void 0 ? _ref152 : "v1";
52360
52816
  setFrameSpec(partialResults);
52361
52817
  var results = merge_results_default(partialResults);
52362
52818
  results = axe._audit.after(results, options);
@@ -52366,10 +52822,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52366
52822
  }
52367
52823
  function setFrameSpec(partialResults) {
52368
52824
  var frameStack = [];
52369
- var _iterator25 = _createForOfIteratorHelper(partialResults), _step25;
52825
+ var _iterator28 = _createForOfIteratorHelper(partialResults), _step28;
52370
52826
  try {
52371
- for (_iterator25.s(); !(_step25 = _iterator25.n()).done;) {
52372
- var partialResult = _step25.value;
52827
+ for (_iterator28.s(); !(_step28 = _iterator28.n()).done;) {
52828
+ var partialResult = _step28.value;
52373
52829
  var frameSpec = frameStack.shift();
52374
52830
  if (!partialResult) continue;
52375
52831
  partialResult.frameSpec = frameSpec !== null && frameSpec !== void 0 ? frameSpec : null;
@@ -52377,13 +52833,13 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52377
52833
  frameStack.unshift.apply(frameStack, _toConsumableArray(frameSpecs));
52378
52834
  }
52379
52835
  } catch (err) {
52380
- _iterator25.e(err);
52836
+ _iterator28.e(err);
52381
52837
  } finally {
52382
- _iterator25.f();
52838
+ _iterator28.f();
52383
52839
  }
52384
52840
  }
52385
- function getMergedFrameSpecs(_ref152) {
52386
- var childFrameSpecs = _ref152.frames, parentFrameSpec = _ref152.frameSpec;
52841
+ function getMergedFrameSpecs(_ref153) {
52842
+ var childFrameSpecs = _ref153.frames, parentFrameSpec = _ref153.frameSpec;
52387
52843
  if (!parentFrameSpec) return childFrameSpecs;
52388
52844
  return childFrameSpecs.map(function(childFrameSpec) {
52389
52845
  return node_serializer_default.mergeSpecs(childFrameSpec, parentFrameSpec);
@@ -52496,7 +52952,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52496
52952
  Rule,
52497
52953
  metadataFunctionMap: metadata_function_map_default
52498
52954
  },
52499
- public: { reporters },
52955
+ public: {
52956
+ reporters,
52957
+ external
52958
+ },
52500
52959
  helpers: {
52501
52960
  failureSummary: failure_summary_default,
52502
52961
  incompleteFallbackMessage,
@@ -52523,7 +52982,8 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52523
52982
  } }
52524
52983
  };
52525
52984
  axe.constants = constants_default;
52526
- axe.log = log_default;
52985
+ axe.log = log;
52986
+ axe._setLogger = setLogger;
52527
52987
  axe.AbstractVirtualNode = abstract_virtual_node_default;
52528
52988
  axe.SerialVirtualNode = serial_virtual_node_default;
52529
52989
  axe.VirtualNode = virtual_node_default;
@@ -52531,6 +52991,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52531
52991
  axe.imports = imports_exports;
52532
52992
  axe.cleanup = cleanup_default;
52533
52993
  axe.configure = configure_default;
52994
+ axe.externalAPIs = externalAPIs;
52534
52995
  axe.frameMessenger = frameMessenger2;
52535
52996
  axe.getRules = get_rules_default;
52536
52997
  axe._load = load;
@@ -52540,6 +53001,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52540
53001
  axe.getReporter = getReporter;
52541
53002
  axe.addReporter = addReporter;
52542
53003
  axe.reset = reset_default;
53004
+ axe.resetLocale = reset_locale_default;
52543
53005
  axe._runRules = runRules;
52544
53006
  axe.runVirtualRule = runVirtualRule;
52545
53007
  axe.run = run4;
@@ -52640,6 +53102,10 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
52640
53102
  description: "Ensure all elements with a role attribute use a valid value",
52641
53103
  help: "ARIA roles used must conform to valid values"
52642
53104
  },
53105
+ "aria-tab-name": {
53106
+ description: "Ensure every ARIA tab node has an accessible name",
53107
+ help: "ARIA tab nodes must have an accessible name"
53108
+ },
52643
53109
  "aria-text": {
52644
53110
  description: "Ensure role=\"text\" is used on elements with no focusable descendants",
52645
53111
  help: "\"role=text\" should have no focusable descendants"
@@ -53033,6 +53499,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
53033
53499
  pass: "ARIA attribute is allowed",
53034
53500
  fail: {
53035
53501
  checkbox: "Remove aria-checked, or set it to \"${data.checkState}\" to match the real checkbox state",
53502
+ radio: "Remove aria-checked, or set it to \"${data.checkState}\" to match the real radio state",
53036
53503
  rowSingular: "This attribute is supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}",
53037
53504
  rowPlural: "These attributes are supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}"
53038
53505
  }
@@ -54543,6 +55010,35 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
54543
55010
  "unsupportedrole"
54544
55011
  ]
54545
55012
  },
55013
+ {
55014
+ id: "aria-tab-name",
55015
+ impact: "serious",
55016
+ selector: "[role=\"tab\"]",
55017
+ matches: "no-naming-method-matches",
55018
+ tags: [
55019
+ "cat.aria",
55020
+ "wcag2a",
55021
+ "wcag412",
55022
+ "TTv5",
55023
+ "TT5.c",
55024
+ "EN-301-549",
55025
+ "EN-9.4.1.2",
55026
+ "ACT",
55027
+ "RGAAv4",
55028
+ "RGAA-7.1.1"
55029
+ ],
55030
+ all: [],
55031
+ any: [
55032
+ "has-visible-text",
55033
+ "aria-label",
55034
+ "aria-labelledby",
55035
+ {
55036
+ options: { attribute: "title" },
55037
+ id: "non-empty-title"
55038
+ }
55039
+ ],
55040
+ none: []
55041
+ },
54546
55042
  {
54547
55043
  id: "aria-text",
54548
55044
  impact: "serious",
@@ -55586,7 +56082,12 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
55586
56082
  id: "landmark-complementary-is-top-level",
55587
56083
  impact: "moderate",
55588
56084
  selector: "aside:not([role]), [role=complementary]",
55589
- tags: ["cat.semantics", "best-practice"],
56085
+ tags: [
56086
+ "cat.semantics",
56087
+ "best-practice",
56088
+ "deprecated"
56089
+ ],
56090
+ enabled: false,
55590
56091
  all: [],
55591
56092
  any: ["landmark-is-top-level"],
55592
56093
  none: []
@@ -57154,7 +57655,7 @@ var require_axe = /* @__PURE__ */ __commonJSMin(((exports, module) => {
57154
57655
  })(typeof window === "object" ? window : exports);
57155
57656
  }));
57156
57657
  //#endregion
57157
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/autocomplete-valid.js
57658
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/autocomplete-valid.js
57158
57659
  var require_autocomplete_valid = /* @__PURE__ */ __commonJSMin(((exports, module) => {
57159
57660
  Object.defineProperty(exports, "__esModule", { value: true });
57160
57661
  exports["default"] = void 0;
@@ -57200,7 +57701,7 @@ var require_autocomplete_valid = /* @__PURE__ */ __commonJSMin(((exports, module
57200
57701
  module.exports = exports.default;
57201
57702
  }));
57202
57703
  //#endregion
57203
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/click-events-have-key-events.js
57704
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/click-events-have-key-events.js
57204
57705
  var require_click_events_have_key_events = /* @__PURE__ */ __commonJSMin(((exports, module) => {
57205
57706
  Object.defineProperty(exports, "__esModule", { value: true });
57206
57707
  exports["default"] = void 0;
@@ -57252,7 +57753,7 @@ var require_click_events_have_key_events = /* @__PURE__ */ __commonJSMin(((expor
57252
57753
  module.exports = exports.default;
57253
57754
  }));
57254
57755
  //#endregion
57255
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isDOMElement.js
57756
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isDOMElement.js
57256
57757
  var require_isDOMElement = /* @__PURE__ */ __commonJSMin(((exports, module) => {
57257
57758
  Object.defineProperty(exports, "__esModule", { value: true });
57258
57759
  exports["default"] = void 0;
@@ -57263,7 +57764,7 @@ var require_isDOMElement = /* @__PURE__ */ __commonJSMin(((exports, module) => {
57263
57764
  module.exports = exports.default;
57264
57765
  }));
57265
57766
  //#endregion
57266
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isInteractiveRole.js
57767
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isInteractiveRole.js
57267
57768
  var require_isInteractiveRole = /* @__PURE__ */ __commonJSMin(((exports, module) => {
57268
57769
  Object.defineProperty(exports, "__esModule", { value: true });
57269
57770
  exports["default"] = void 0;
@@ -58063,7 +58564,7 @@ var require_minimatch = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58063
58564
  }
58064
58565
  }));
58065
58566
  //#endregion
58066
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/mayHaveAccessibleLabel.js
58567
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/mayHaveAccessibleLabel.js
58067
58568
  var require_mayHaveAccessibleLabel = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58068
58569
  Object.defineProperty(exports, "__esModule", { value: true });
58069
58570
  exports["default"] = mayHaveAccessibleLabel;
@@ -58121,7 +58622,7 @@ var require_mayHaveAccessibleLabel = /* @__PURE__ */ __commonJSMin(((exports, mo
58121
58622
  module.exports = exports.default;
58122
58623
  }));
58123
58624
  //#endregion
58124
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/control-has-associated-label.js
58625
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/control-has-associated-label.js
58125
58626
  var require_control_has_associated_label = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58126
58627
  Object.defineProperty(exports, "__esModule", { value: true });
58127
58628
  exports["default"] = void 0;
@@ -58195,7 +58696,7 @@ var require_control_has_associated_label = /* @__PURE__ */ __commonJSMin(((expor
58195
58696
  module.exports = exports.default;
58196
58697
  }));
58197
58698
  //#endregion
58198
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/heading-has-content.js
58699
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/heading-has-content.js
58199
58700
  var require_heading_has_content = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58200
58701
  Object.defineProperty(exports, "__esModule", { value: true });
58201
58702
  exports["default"] = void 0;
@@ -58246,7 +58747,7 @@ var require_heading_has_content = /* @__PURE__ */ __commonJSMin(((exports, modul
58246
58747
  module.exports = exports.default;
58247
58748
  }));
58248
58749
  //#endregion
58249
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/html-has-lang.js
58750
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/html-has-lang.js
58250
58751
  var require_html_has_lang = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58251
58752
  Object.defineProperty(exports, "__esModule", { value: true });
58252
58753
  exports["default"] = void 0;
@@ -58285,7 +58786,7 @@ var require_html_has_lang = /* @__PURE__ */ __commonJSMin(((exports, module) =>
58285
58786
  module.exports = exports.default;
58286
58787
  }));
58287
58788
  //#endregion
58288
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/iframe-has-title.js
58789
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/iframe-has-title.js
58289
58790
  var require_iframe_has_title = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58290
58791
  Object.defineProperty(exports, "__esModule", { value: true });
58291
58792
  exports["default"] = void 0;
@@ -58419,7 +58920,7 @@ var require_string_prototype_includes = /* @__PURE__ */ __commonJSMin(((exports,
58419
58920
  module.exports = boundIncludes;
58420
58921
  }));
58421
58922
  //#endregion
58422
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/img-redundant-alt.js
58923
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/img-redundant-alt.js
58423
58924
  var require_img_redundant_alt = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58424
58925
  Object.defineProperty(exports, "__esModule", { value: true });
58425
58926
  exports["default"] = void 0;
@@ -58493,7 +58994,7 @@ var require_img_redundant_alt = /* @__PURE__ */ __commonJSMin(((exports, module)
58493
58994
  module.exports = exports.default;
58494
58995
  }));
58495
58996
  //#endregion
58496
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isDisabledElement.js
58997
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isDisabledElement.js
58497
58998
  var require_isDisabledElement = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58498
58999
  Object.defineProperty(exports, "__esModule", { value: true });
58499
59000
  exports["default"] = void 0;
@@ -58510,7 +59011,7 @@ var require_isDisabledElement = /* @__PURE__ */ __commonJSMin(((exports, module)
58510
59011
  module.exports = exports.default;
58511
59012
  }));
58512
59013
  //#endregion
58513
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isNonInteractiveElement.js
59014
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isNonInteractiveElement.js
58514
59015
  var require_isNonInteractiveElement = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58515
59016
  Object.defineProperty(exports, "__esModule", { value: true });
58516
59017
  exports["default"] = void 0;
@@ -58628,7 +59129,7 @@ var require_isNonInteractiveElement = /* @__PURE__ */ __commonJSMin(((exports, m
58628
59129
  module.exports = exports.default;
58629
59130
  }));
58630
59131
  //#endregion
58631
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isNonInteractiveRole.js
59132
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isNonInteractiveRole.js
58632
59133
  var require_isNonInteractiveRole = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58633
59134
  Object.defineProperty(exports, "__esModule", { value: true });
58634
59135
  exports["default"] = void 0;
@@ -58658,7 +59159,7 @@ var require_isNonInteractiveRole = /* @__PURE__ */ __commonJSMin(((exports, modu
58658
59159
  module.exports = exports.default;
58659
59160
  }));
58660
59161
  //#endregion
58661
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/interactive-supports-focus.js
59162
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/interactive-supports-focus.js
58662
59163
  var require_interactive_supports_focus = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58663
59164
  Object.defineProperty(exports, "__esModule", { value: true });
58664
59165
  exports["default"] = void 0;
@@ -58724,7 +59225,7 @@ var require_interactive_supports_focus = /* @__PURE__ */ __commonJSMin(((exports
58724
59225
  module.exports = exports.default;
58725
59226
  }));
58726
59227
  //#endregion
58727
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/mayContainChildComponent.js
59228
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/mayContainChildComponent.js
58728
59229
  var require_mayContainChildComponent = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58729
59230
  Object.defineProperty(exports, "__esModule", { value: true });
58730
59231
  exports["default"] = mayContainChildComponent;
@@ -58759,7 +59260,7 @@ var require_mayContainChildComponent = /* @__PURE__ */ __commonJSMin(((exports,
58759
59260
  module.exports = exports.default;
58760
59261
  }));
58761
59262
  //#endregion
58762
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/label-has-associated-control.js
59263
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/label-has-associated-control.js
58763
59264
  var require_label_has_associated_control = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58764
59265
  Object.defineProperty(exports, "__esModule", { value: true });
58765
59266
  exports["default"] = void 0;
@@ -58873,7 +59374,7 @@ var require_label_has_associated_control = /* @__PURE__ */ __commonJSMin(((expor
58873
59374
  module.exports = exports.default;
58874
59375
  }));
58875
59376
  //#endregion
58876
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/label-has-for.js
59377
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/label-has-for.js
58877
59378
  var require_label_has_for = /* @__PURE__ */ __commonJSMin(((exports, module) => {
58878
59379
  Object.defineProperty(exports, "__esModule", { value: true });
58879
59380
  exports["default"] = void 0;
@@ -127574,7 +128075,7 @@ var require_lib$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127574
128075
  };
127575
128076
  }));
127576
128077
  //#endregion
127577
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/lang.js
128078
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/lang.js
127578
128079
  var require_lang = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127579
128080
  Object.defineProperty(exports, "__esModule", { value: true });
127580
128081
  exports["default"] = void 0;
@@ -127626,7 +128127,7 @@ var require_lang = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127626
128127
  module.exports = exports.default;
127627
128128
  }));
127628
128129
  //#endregion
127629
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/media-has-caption.js
128130
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/media-has-caption.js
127630
128131
  var require_media_has_caption = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127631
128132
  Object.defineProperty(exports, "__esModule", { value: true });
127632
128133
  exports["default"] = void 0;
@@ -127702,7 +128203,7 @@ var require_media_has_caption = /* @__PURE__ */ __commonJSMin(((exports, module)
127702
128203
  module.exports = exports.default;
127703
128204
  }));
127704
128205
  //#endregion
127705
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/mouse-events-have-key-events.js
128206
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/mouse-events-have-key-events.js
127706
128207
  var require_mouse_events_have_key_events = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127707
128208
  Object.defineProperty(exports, "__esModule", { value: true });
127708
128209
  exports["default"] = void 0;
@@ -127805,7 +128306,7 @@ var require_mouse_events_have_key_events = /* @__PURE__ */ __commonJSMin(((expor
127805
128306
  module.exports = exports.default;
127806
128307
  }));
127807
128308
  //#endregion
127808
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-access-key.js
128309
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-access-key.js
127809
128310
  var require_no_access_key = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127810
128311
  Object.defineProperty(exports, "__esModule", { value: true });
127811
128312
  exports["default"] = void 0;
@@ -127838,7 +128339,7 @@ var require_no_access_key = /* @__PURE__ */ __commonJSMin(((exports, module) =>
127838
128339
  module.exports = exports.default;
127839
128340
  }));
127840
128341
  //#endregion
127841
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isFocusable.js
128342
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isFocusable.js
127842
128343
  var require_isFocusable = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127843
128344
  Object.defineProperty(exports, "__esModule", { value: true });
127844
128345
  exports["default"] = void 0;
@@ -127861,7 +128362,7 @@ var require_isFocusable = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127861
128362
  module.exports = exports.default;
127862
128363
  }));
127863
128364
  //#endregion
127864
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-aria-hidden-on-focusable.js
128365
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-aria-hidden-on-focusable.js
127865
128366
  var require_no_aria_hidden_on_focusable = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127866
128367
  Object.defineProperty(exports, "__esModule", { value: true });
127867
128368
  exports["default"] = void 0;
@@ -127895,7 +128396,7 @@ var require_no_aria_hidden_on_focusable = /* @__PURE__ */ __commonJSMin(((export
127895
128396
  module.exports = exports.default;
127896
128397
  }));
127897
128398
  //#endregion
127898
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-autofocus.js
128399
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-autofocus.js
127899
128400
  var require_no_autofocus = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127900
128401
  Object.defineProperty(exports, "__esModule", { value: true });
127901
128402
  exports["default"] = void 0;
@@ -127939,7 +128440,7 @@ var require_no_autofocus = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127939
128440
  module.exports = exports.default;
127940
128441
  }));
127941
128442
  //#endregion
127942
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-distracting-elements.js
128443
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-distracting-elements.js
127943
128444
  var require_no_distracting_elements = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127944
128445
  Object.defineProperty(exports, "__esModule", { value: true });
127945
128446
  exports["default"] = void 0;
@@ -127982,7 +128483,7 @@ var require_no_distracting_elements = /* @__PURE__ */ __commonJSMin(((exports, m
127982
128483
  module.exports = exports.default;
127983
128484
  }));
127984
128485
  //#endregion
127985
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-interactive-element-to-noninteractive-role.js
128486
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-interactive-element-to-noninteractive-role.js
127986
128487
  var require_no_interactive_element_to_noninteractive_role = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127987
128488
  Object.defineProperty(exports, "__esModule", { value: true });
127988
128489
  exports["default"] = void 0;
@@ -128041,7 +128542,7 @@ var require_no_interactive_element_to_noninteractive_role = /* @__PURE__ */ __co
128041
128542
  module.exports = exports.default;
128042
128543
  }));
128043
128544
  //#endregion
128044
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isAbstractRole.js
128545
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isAbstractRole.js
128045
128546
  var require_isAbstractRole = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128046
128547
  Object.defineProperty(exports, "__esModule", { value: true });
128047
128548
  exports["default"] = void 0;
@@ -128059,7 +128560,7 @@ var require_isAbstractRole = /* @__PURE__ */ __commonJSMin(((exports, module) =>
128059
128560
  module.exports = exports.default;
128060
128561
  }));
128061
128562
  //#endregion
128062
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isContentEditable.js
128563
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isContentEditable.js
128063
128564
  var require_isContentEditable = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128064
128565
  Object.defineProperty(exports, "__esModule", { value: true });
128065
128566
  exports["default"] = isContentEditable;
@@ -128072,7 +128573,7 @@ var require_isContentEditable = /* @__PURE__ */ __commonJSMin(((exports, module)
128072
128573
  module.exports = exports.default;
128073
128574
  }));
128074
128575
  //#endregion
128075
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-noninteractive-element-interactions.js
128576
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-noninteractive-element-interactions.js
128076
128577
  var require_no_noninteractive_element_interactions = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128077
128578
  Object.defineProperty(exports, "__esModule", { value: true });
128078
128579
  exports["default"] = void 0;
@@ -128143,7 +128644,7 @@ var require_no_noninteractive_element_interactions = /* @__PURE__ */ __commonJSM
128143
128644
  module.exports = exports.default;
128144
128645
  }));
128145
128646
  //#endregion
128146
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getExplicitRole.js
128647
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getExplicitRole.js
128147
128648
  var require_getExplicitRole = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128148
128649
  Object.defineProperty(exports, "__esModule", { value: true });
128149
128650
  exports["default"] = getExplicitRole;
@@ -128166,7 +128667,7 @@ var require_getExplicitRole = /* @__PURE__ */ __commonJSMin(((exports, module) =
128166
128667
  module.exports = exports.default;
128167
128668
  }));
128168
128669
  //#endregion
128169
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-noninteractive-element-to-interactive-role.js
128670
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-noninteractive-element-to-interactive-role.js
128170
128671
  var require_no_noninteractive_element_to_interactive_role = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128171
128672
  Object.defineProperty(exports, "__esModule", { value: true });
128172
128673
  exports["default"] = void 0;
@@ -128225,7 +128726,7 @@ var require_no_noninteractive_element_to_interactive_role = /* @__PURE__ */ __co
128225
128726
  module.exports = exports.default;
128226
128727
  }));
128227
128728
  //#endregion
128228
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isNonLiteralProperty.js
128729
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isNonLiteralProperty.js
128229
128730
  var require_isNonLiteralProperty = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128230
128731
  Object.defineProperty(exports, "__esModule", { value: true });
128231
128732
  exports["default"] = void 0;
@@ -128246,7 +128747,7 @@ var require_isNonLiteralProperty = /* @__PURE__ */ __commonJSMin(((exports, modu
128246
128747
  module.exports = exports.default;
128247
128748
  }));
128248
128749
  //#endregion
128249
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-noninteractive-tabindex.js
128750
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-noninteractive-tabindex.js
128250
128751
  var require_no_noninteractive_tabindex = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128251
128752
  Object.defineProperty(exports, "__esModule", { value: true });
128252
128753
  exports["default"] = void 0;
@@ -128359,7 +128860,7 @@ var require_no_noninteractive_tabindex = /* @__PURE__ */ __commonJSMin(((exports
128359
128860
  module.exports = exports.default;
128360
128861
  }));
128361
128862
  //#endregion
128362
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-onchange.js
128863
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-onchange.js
128363
128864
  var require_no_onchange = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128364
128865
  Object.defineProperty(exports, "__esModule", { value: true });
128365
128866
  exports["default"] = void 0;
@@ -128401,7 +128902,7 @@ var require_no_onchange = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128401
128902
  module.exports = exports.default;
128402
128903
  }));
128403
128904
  //#endregion
128404
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/a.js
128905
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/a.js
128405
128906
  var require_a = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128406
128907
  Object.defineProperty(exports, "__esModule", { value: true });
128407
128908
  exports["default"] = getImplicitRoleForAnchor;
@@ -128416,7 +128917,7 @@ var require_a = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128416
128917
  module.exports = exports.default;
128417
128918
  }));
128418
128919
  //#endregion
128419
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/area.js
128920
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/area.js
128420
128921
  var require_area = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128421
128922
  Object.defineProperty(exports, "__esModule", { value: true });
128422
128923
  exports["default"] = getImplicitRoleForArea;
@@ -128431,7 +128932,7 @@ var require_area = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128431
128932
  module.exports = exports.default;
128432
128933
  }));
128433
128934
  //#endregion
128434
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/article.js
128935
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/article.js
128435
128936
  var require_article = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128436
128937
  Object.defineProperty(exports, "__esModule", { value: true });
128437
128938
  exports["default"] = getImplicitRoleForArticle;
@@ -128444,7 +128945,7 @@ var require_article = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128444
128945
  module.exports = exports.default;
128445
128946
  }));
128446
128947
  //#endregion
128447
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/aside.js
128948
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/aside.js
128448
128949
  var require_aside = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128449
128950
  Object.defineProperty(exports, "__esModule", { value: true });
128450
128951
  exports["default"] = getImplicitRoleForAside;
@@ -128457,7 +128958,7 @@ var require_aside = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128457
128958
  module.exports = exports.default;
128458
128959
  }));
128459
128960
  //#endregion
128460
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/body.js
128961
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/body.js
128461
128962
  var require_body = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128462
128963
  Object.defineProperty(exports, "__esModule", { value: true });
128463
128964
  exports["default"] = getImplicitRoleForBody;
@@ -128470,7 +128971,7 @@ var require_body = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128470
128971
  module.exports = exports.default;
128471
128972
  }));
128472
128973
  //#endregion
128473
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/button.js
128974
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/button.js
128474
128975
  var require_button = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128475
128976
  Object.defineProperty(exports, "__esModule", { value: true });
128476
128977
  exports["default"] = getImplicitRoleForButton;
@@ -128483,7 +128984,7 @@ var require_button = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128483
128984
  module.exports = exports.default;
128484
128985
  }));
128485
128986
  //#endregion
128486
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/datalist.js
128987
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/datalist.js
128487
128988
  var require_datalist = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128488
128989
  Object.defineProperty(exports, "__esModule", { value: true });
128489
128990
  exports["default"] = getImplicitRoleForDatalist;
@@ -128496,7 +128997,7 @@ var require_datalist = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128496
128997
  module.exports = exports.default;
128497
128998
  }));
128498
128999
  //#endregion
128499
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/details.js
129000
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/details.js
128500
129001
  var require_details = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128501
129002
  Object.defineProperty(exports, "__esModule", { value: true });
128502
129003
  exports["default"] = getImplicitRoleForDetails;
@@ -128509,7 +129010,7 @@ var require_details = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128509
129010
  module.exports = exports.default;
128510
129011
  }));
128511
129012
  //#endregion
128512
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/dialog.js
129013
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/dialog.js
128513
129014
  var require_dialog = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128514
129015
  Object.defineProperty(exports, "__esModule", { value: true });
128515
129016
  exports["default"] = getImplicitRoleForDialog;
@@ -128522,7 +129023,7 @@ var require_dialog = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128522
129023
  module.exports = exports.default;
128523
129024
  }));
128524
129025
  //#endregion
128525
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/form.js
129026
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/form.js
128526
129027
  var require_form = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128527
129028
  Object.defineProperty(exports, "__esModule", { value: true });
128528
129029
  exports["default"] = getImplicitRoleForForm;
@@ -128535,7 +129036,7 @@ var require_form = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128535
129036
  module.exports = exports.default;
128536
129037
  }));
128537
129038
  //#endregion
128538
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h1.js
129039
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h1.js
128539
129040
  var require_h1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128540
129041
  Object.defineProperty(exports, "__esModule", { value: true });
128541
129042
  exports["default"] = getImplicitRoleForH1;
@@ -128548,7 +129049,7 @@ var require_h1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128548
129049
  module.exports = exports.default;
128549
129050
  }));
128550
129051
  //#endregion
128551
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h2.js
129052
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h2.js
128552
129053
  var require_h2 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128553
129054
  Object.defineProperty(exports, "__esModule", { value: true });
128554
129055
  exports["default"] = getImplicitRoleForH2;
@@ -128561,7 +129062,7 @@ var require_h2 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128561
129062
  module.exports = exports.default;
128562
129063
  }));
128563
129064
  //#endregion
128564
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h3.js
129065
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h3.js
128565
129066
  var require_h3 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128566
129067
  Object.defineProperty(exports, "__esModule", { value: true });
128567
129068
  exports["default"] = getImplicitRoleForH3;
@@ -128574,7 +129075,7 @@ var require_h3 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128574
129075
  module.exports = exports.default;
128575
129076
  }));
128576
129077
  //#endregion
128577
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h4.js
129078
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h4.js
128578
129079
  var require_h4 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128579
129080
  Object.defineProperty(exports, "__esModule", { value: true });
128580
129081
  exports["default"] = getImplicitRoleForH4;
@@ -128587,7 +129088,7 @@ var require_h4 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128587
129088
  module.exports = exports.default;
128588
129089
  }));
128589
129090
  //#endregion
128590
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h5.js
129091
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h5.js
128591
129092
  var require_h5 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128592
129093
  Object.defineProperty(exports, "__esModule", { value: true });
128593
129094
  exports["default"] = getImplicitRoleForH5;
@@ -128600,7 +129101,7 @@ var require_h5 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128600
129101
  module.exports = exports.default;
128601
129102
  }));
128602
129103
  //#endregion
128603
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h6.js
129104
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/h6.js
128604
129105
  var require_h6 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128605
129106
  Object.defineProperty(exports, "__esModule", { value: true });
128606
129107
  exports["default"] = getImplicitRoleForH6;
@@ -128613,7 +129114,7 @@ var require_h6 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128613
129114
  module.exports = exports.default;
128614
129115
  }));
128615
129116
  //#endregion
128616
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/hr.js
129117
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/hr.js
128617
129118
  var require_hr = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128618
129119
  Object.defineProperty(exports, "__esModule", { value: true });
128619
129120
  exports["default"] = getImplicitRoleForHr;
@@ -128626,7 +129127,7 @@ var require_hr = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128626
129127
  module.exports = exports.default;
128627
129128
  }));
128628
129129
  //#endregion
128629
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/img.js
129130
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/img.js
128630
129131
  var require_img = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128631
129132
  Object.defineProperty(exports, "__esModule", { value: true });
128632
129133
  exports["default"] = getImplicitRoleForImg;
@@ -128652,7 +129153,7 @@ var require_img = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128652
129153
  module.exports = exports.default;
128653
129154
  }));
128654
129155
  //#endregion
128655
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/input.js
129156
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/input.js
128656
129157
  var require_input = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128657
129158
  Object.defineProperty(exports, "__esModule", { value: true });
128658
129159
  exports["default"] = getImplicitRoleForInput;
@@ -128680,7 +129181,7 @@ var require_input = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128680
129181
  module.exports = exports.default;
128681
129182
  }));
128682
129183
  //#endregion
128683
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/li.js
129184
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/li.js
128684
129185
  var require_li = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128685
129186
  Object.defineProperty(exports, "__esModule", { value: true });
128686
129187
  exports["default"] = getImplicitRoleForLi;
@@ -128693,7 +129194,7 @@ var require_li = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128693
129194
  module.exports = exports.default;
128694
129195
  }));
128695
129196
  //#endregion
128696
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/link.js
129197
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/link.js
128697
129198
  var require_link = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128698
129199
  Object.defineProperty(exports, "__esModule", { value: true });
128699
129200
  exports["default"] = getImplicitRoleForLink;
@@ -128708,7 +129209,7 @@ var require_link = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128708
129209
  module.exports = exports.default;
128709
129210
  }));
128710
129211
  //#endregion
128711
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/menu.js
129212
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/menu.js
128712
129213
  var require_menu = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128713
129214
  Object.defineProperty(exports, "__esModule", { value: true });
128714
129215
  exports["default"] = getImplicitRoleForMenu;
@@ -128727,7 +129228,7 @@ var require_menu = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128727
129228
  module.exports = exports.default;
128728
129229
  }));
128729
129230
  //#endregion
128730
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/menuitem.js
129231
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/menuitem.js
128731
129232
  var require_menuitem = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128732
129233
  Object.defineProperty(exports, "__esModule", { value: true });
128733
129234
  exports["default"] = getImplicitRoleForMenuitem;
@@ -128751,7 +129252,7 @@ var require_menuitem = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128751
129252
  module.exports = exports.default;
128752
129253
  }));
128753
129254
  //#endregion
128754
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/meter.js
129255
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/meter.js
128755
129256
  var require_meter = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128756
129257
  Object.defineProperty(exports, "__esModule", { value: true });
128757
129258
  exports["default"] = getImplicitRoleForMeter;
@@ -128764,7 +129265,7 @@ var require_meter = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128764
129265
  module.exports = exports.default;
128765
129266
  }));
128766
129267
  //#endregion
128767
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/nav.js
129268
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/nav.js
128768
129269
  var require_nav = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128769
129270
  Object.defineProperty(exports, "__esModule", { value: true });
128770
129271
  exports["default"] = getImplicitRoleForNav;
@@ -128777,7 +129278,7 @@ var require_nav = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128777
129278
  module.exports = exports.default;
128778
129279
  }));
128779
129280
  //#endregion
128780
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/ol.js
129281
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/ol.js
128781
129282
  var require_ol = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128782
129283
  Object.defineProperty(exports, "__esModule", { value: true });
128783
129284
  exports["default"] = getImplicitRoleForOl;
@@ -128790,7 +129291,7 @@ var require_ol = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128790
129291
  module.exports = exports.default;
128791
129292
  }));
128792
129293
  //#endregion
128793
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/option.js
129294
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/option.js
128794
129295
  var require_option = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128795
129296
  Object.defineProperty(exports, "__esModule", { value: true });
128796
129297
  exports["default"] = getImplicitRoleForOption;
@@ -128803,7 +129304,7 @@ var require_option = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128803
129304
  module.exports = exports.default;
128804
129305
  }));
128805
129306
  //#endregion
128806
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/output.js
129307
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/output.js
128807
129308
  var require_output = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128808
129309
  Object.defineProperty(exports, "__esModule", { value: true });
128809
129310
  exports["default"] = getImplicitRoleForOutput;
@@ -128816,7 +129317,7 @@ var require_output = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128816
129317
  module.exports = exports.default;
128817
129318
  }));
128818
129319
  //#endregion
128819
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/progress.js
129320
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/progress.js
128820
129321
  var require_progress = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128821
129322
  Object.defineProperty(exports, "__esModule", { value: true });
128822
129323
  exports["default"] = getImplicitRoleForProgress;
@@ -128829,7 +129330,7 @@ var require_progress = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128829
129330
  module.exports = exports.default;
128830
129331
  }));
128831
129332
  //#endregion
128832
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/section.js
129333
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/section.js
128833
129334
  var require_section = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128834
129335
  Object.defineProperty(exports, "__esModule", { value: true });
128835
129336
  exports["default"] = getImplicitRoleForSection;
@@ -128842,7 +129343,7 @@ var require_section = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128842
129343
  module.exports = exports.default;
128843
129344
  }));
128844
129345
  //#endregion
128845
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/select.js
129346
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/select.js
128846
129347
  var require_select = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128847
129348
  Object.defineProperty(exports, "__esModule", { value: true });
128848
129349
  exports["default"] = getImplicitRoleForSelect;
@@ -128855,7 +129356,7 @@ var require_select = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128855
129356
  module.exports = exports.default;
128856
129357
  }));
128857
129358
  //#endregion
128858
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/tbody.js
129359
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/tbody.js
128859
129360
  var require_tbody = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128860
129361
  Object.defineProperty(exports, "__esModule", { value: true });
128861
129362
  exports["default"] = getImplicitRoleForTbody;
@@ -128868,7 +129369,7 @@ var require_tbody = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128868
129369
  module.exports = exports.default;
128869
129370
  }));
128870
129371
  //#endregion
128871
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/textarea.js
129372
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/textarea.js
128872
129373
  var require_textarea = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128873
129374
  Object.defineProperty(exports, "__esModule", { value: true });
128874
129375
  exports["default"] = getImplicitRoleForTextarea;
@@ -128881,7 +129382,7 @@ var require_textarea = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128881
129382
  module.exports = exports.default;
128882
129383
  }));
128883
129384
  //#endregion
128884
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/tfoot.js
129385
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/tfoot.js
128885
129386
  var require_tfoot = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128886
129387
  Object.defineProperty(exports, "__esModule", { value: true });
128887
129388
  exports["default"] = getImplicitRoleForTfoot;
@@ -128894,7 +129395,7 @@ var require_tfoot = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128894
129395
  module.exports = exports.default;
128895
129396
  }));
128896
129397
  //#endregion
128897
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/thead.js
129398
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/thead.js
128898
129399
  var require_thead = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128899
129400
  Object.defineProperty(exports, "__esModule", { value: true });
128900
129401
  exports["default"] = getImplicitRoleForThead;
@@ -128907,7 +129408,7 @@ var require_thead = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128907
129408
  module.exports = exports.default;
128908
129409
  }));
128909
129410
  //#endregion
128910
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/ul.js
129411
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/ul.js
128911
129412
  var require_ul = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128912
129413
  Object.defineProperty(exports, "__esModule", { value: true });
128913
129414
  exports["default"] = getImplicitRoleForUl;
@@ -128920,7 +129421,7 @@ var require_ul = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128920
129421
  module.exports = exports.default;
128921
129422
  }));
128922
129423
  //#endregion
128923
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/index.js
129424
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/index.js
128924
129425
  var require_implicitRoles = /* @__PURE__ */ __commonJSMin(((exports, module) => {
128925
129426
  Object.defineProperty(exports, "__esModule", { value: true });
128926
129427
  exports["default"] = void 0;
@@ -129004,7 +129505,7 @@ var require_implicitRoles = /* @__PURE__ */ __commonJSMin(((exports, module) =>
129004
129505
  module.exports = exports.default;
129005
129506
  }));
129006
129507
  //#endregion
129007
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getImplicitRole.js
129508
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/getImplicitRole.js
129008
129509
  var require_getImplicitRole = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129009
129510
  Object.defineProperty(exports, "__esModule", { value: true });
129010
129511
  exports["default"] = getImplicitRole;
@@ -129026,7 +129527,7 @@ var require_getImplicitRole = /* @__PURE__ */ __commonJSMin(((exports, module) =
129026
129527
  module.exports = exports.default;
129027
129528
  }));
129028
129529
  //#endregion
129029
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-redundant-roles.js
129530
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-redundant-roles.js
129030
129531
  var require_no_redundant_roles = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129031
129532
  Object.defineProperty(exports, "__esModule", { value: true });
129032
129533
  exports["default"] = void 0;
@@ -129096,7 +129597,7 @@ var require_no_redundant_roles = /* @__PURE__ */ __commonJSMin(((exports, module
129096
129597
  module.exports = exports.default;
129097
129598
  }));
129098
129599
  //#endregion
129099
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-static-element-interactions.js
129600
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/no-static-element-interactions.js
129100
129601
  var require_no_static_element_interactions = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129101
129602
  Object.defineProperty(exports, "__esModule", { value: true });
129102
129603
  exports["default"] = void 0;
@@ -129170,7 +129671,7 @@ var require_no_static_element_interactions = /* @__PURE__ */ __commonJSMin(((exp
129170
129671
  module.exports = exports.default;
129171
129672
  }));
129172
129673
  //#endregion
129173
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/prefer-tag-over-role.js
129674
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/prefer-tag-over-role.js
129174
129675
  var require_prefer_tag_over_role = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129175
129676
  Object.defineProperty(exports, "__esModule", { value: true });
129176
129677
  exports["default"] = void 0;
@@ -129270,7 +129771,7 @@ var require_prefer_tag_over_role = /* @__PURE__ */ __commonJSMin(((exports, modu
129270
129771
  module.exports = exports.default;
129271
129772
  }));
129272
129773
  //#endregion
129273
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isSemanticRoleElement.js
129774
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/util/isSemanticRoleElement.js
129274
129775
  var require_isSemanticRoleElement = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129275
129776
  Object.defineProperty(exports, "__esModule", { value: true });
129276
129777
  exports["default"] = void 0;
@@ -129305,7 +129806,7 @@ var require_isSemanticRoleElement = /* @__PURE__ */ __commonJSMin(((exports, mod
129305
129806
  module.exports = exports.default;
129306
129807
  }));
129307
129808
  //#endregion
129308
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/role-has-required-aria-props.js
129809
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/role-has-required-aria-props.js
129309
129810
  var require_role_has_required_aria_props = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129310
129811
  Object.defineProperty(exports, "__esModule", { value: true });
129311
129812
  exports["default"] = void 0;
@@ -129366,7 +129867,7 @@ var require_role_has_required_aria_props = /* @__PURE__ */ __commonJSMin(((expor
129366
129867
  module.exports = exports.default;
129367
129868
  }));
129368
129869
  //#endregion
129369
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/role-supports-aria-props.js
129870
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/role-supports-aria-props.js
129370
129871
  var require_role_supports_aria_props = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129371
129872
  Object.defineProperty(exports, "__esModule", { value: true });
129372
129873
  exports["default"] = void 0;
@@ -129422,7 +129923,7 @@ var require_role_supports_aria_props = /* @__PURE__ */ __commonJSMin(((exports,
129422
129923
  module.exports = exports.default;
129423
129924
  }));
129424
129925
  //#endregion
129425
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/scope.js
129926
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/scope.js
129426
129927
  var require_scope = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129427
129928
  Object.defineProperty(exports, "__esModule", { value: true });
129428
129929
  exports["default"] = void 0;
@@ -129465,7 +129966,7 @@ var require_scope = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129465
129966
  module.exports = exports.default;
129466
129967
  }));
129467
129968
  //#endregion
129468
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/tabindex-no-positive.js
129969
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/rules/tabindex-no-positive.js
129469
129970
  var require_tabindex_no_positive = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129470
129971
  Object.defineProperty(exports, "__esModule", { value: true });
129471
129972
  exports["default"] = void 0;
@@ -129499,7 +130000,7 @@ var require_tabindex_no_positive = /* @__PURE__ */ __commonJSMin(((exports, modu
129499
130000
  module.exports = exports.default;
129500
130001
  }));
129501
130002
  //#endregion
129502
- //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.4.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/index.js
130003
+ //#region ../../node_modules/.pnpm/eslint-plugin-jsx-a11y@6.10.2_eslint@10.5.0_jiti@2.7.0_/node_modules/eslint-plugin-jsx-a11y/lib/index.js
129503
130004
  var require_lib = /* @__PURE__ */ __commonJSMin(((exports, module) => {
129504
130005
  function ownKeys(e, r) {
129505
130006
  var t = Object.keys(e);