axe-core 4.11.0-canary.669b60a → 4.11.0-canary.fcbbc81

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.
package/axe.js CHANGED
@@ -1,4 +1,4 @@
1
- /*! axe v4.11.0-canary.669b60a
1
+ /*! axe v4.11.0-canary.fcbbc81
2
2
  * Copyright (c) 2015 - 2025 Deque Systems, Inc.
3
3
  *
4
4
  * Your use of this Source Code Form is subject to the terms of the Mozilla Public
@@ -22,7 +22,7 @@
22
22
  }, _typeof(o);
23
23
  }
24
24
  var axe = axe || {};
25
- axe.version = '4.11.0-canary.669b60a';
25
+ axe.version = '4.11.0-canary.fcbbc81';
26
26
  if (typeof define === 'function' && define.amd) {
27
27
  define('axe-core', [], function() {
28
28
  return axe;
@@ -16403,7 +16403,10 @@
16403
16403
  prototypeArrayFrom = Array.from;
16404
16404
  Array.from = import_from2['default'];
16405
16405
  }
16406
- var _color2 = new _Color(colorString).to('srgb');
16406
+ var _color2 = new _Color(colorString).toGamut({
16407
+ space: 'srgb',
16408
+ method: 'clip'
16409
+ }).to('srgb');
16407
16410
  if (prototypeArrayFrom) {
16408
16411
  Array.from = prototypeArrayFrom;
16409
16412
  prototypeArrayFrom = null;