@zyzgroup/core-web 0.1.12 → 0.1.14

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.
@@ -13151,7 +13151,7 @@ class tt {
13151
13151
  default:
13152
13152
  console.warn(e);
13153
13153
  }
13154
- } else if (s = /^#([A-Fa-f\d]+)$/.exec(t)) {
13154
+ } else if (s = /^#([A-Fa-f0-9]+)$/.exec(t)) {
13155
13155
  const n = s[1], r = n.length;
13156
13156
  r === 3 ? this.setRGB(
13157
13157
  parseInt(n.charAt(0), 16),