@abgov/react-components 6.2.0-alpha.1 → 6.2.0-alpha.3

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
@@ -2679,6 +2679,7 @@ function GoabInput({
2679
2679
  leadingContent,
2680
2680
  trailingContent,
2681
2681
  maxLength,
2682
+ trailingIconAriaLabel,
2682
2683
  onTrailingIconClick,
2683
2684
  onChange,
2684
2685
  onFocus,
@@ -2755,6 +2756,7 @@ function GoabInput({
2755
2756
  mb,
2756
2757
  ml,
2757
2758
  handletrailingiconclick: !!onTrailingIconClick,
2759
+ trailingiconarialabel: trailingIconAriaLabel,
2758
2760
  children: [
2759
2761
  leadingContent && /* @__PURE__ */ jsxRuntime.jsx("div", { slot: "leadingContent", children: leadingContent }),
2760
2762
  trailingContent && /* @__PURE__ */ jsxRuntime.jsx("div", { slot: "trailingContent", children: trailingContent })