@ni/spright-components 5.0.0 → 5.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15820,7 +15820,7 @@
15820
15820
  }
15821
15821
  /**
15822
15822
  * Converts a named color to a {@link @ni/fast-colors#ColorRGBA64}.
15823
- * @param raw - a {@link https://www.w3schools.com/colors/colors_names.asp | CSS color name}.
15823
+ * @param raw - a {@link https://developer.mozilla.org/en-US/docs/Web/CSS/named-color | CSS color name}.
15824
15824
  * @example
15825
15825
  * ```ts
15826
15826
  * parseColorNamed("red");
@@ -15838,7 +15838,7 @@
15838
15838
  *
15839
15839
  Expects any of the following and attempts to determine which is being used
15840
15840
  * #RRGGBB, #AARRGGBB, rgb(RR,GG,BB) rgba(RR,GG,BB,a),
15841
- * or any of the {@link https://www.w3schools.com/colors/colors_names.asp | CSS color names}.
15841
+ * or any of the {@link https://developer.mozilla.org/en-US/docs/Web/CSS/named-color | CSS color names}.
15842
15842
  * @param raw - the color string to parse
15843
15843
  * @public
15844
15844
  */