@abgov/react-components 6.4.0-alpha.1 → 6.4.1-alpha.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.
package/index.js CHANGED
@@ -3412,7 +3412,7 @@ function GoabText(props) {
3412
3412
  return /* @__PURE__ */ jsxRuntime.jsx(
3413
3413
  "goa-text",
3414
3414
  {
3415
- as: props.as || props.tag,
3415
+ as: props.tag || props.as,
3416
3416
  size: props.size,
3417
3417
  maxwidth: props.maxWidth,
3418
3418
  color: props.color,