@abgov/react-components 6.2.2-alpha.5 → 6.3.0-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.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import { jsxs, jsx } from "react/jsx-runtime";
2
2
  import { useRef, useEffect } from "react";
3
- import { G } from "./icon-iZ6Uu6WB.mjs";
3
+ import { G, a } from "./icon-BNGrU_R_.mjs";
4
4
  function GoabAccordion({
5
5
  open,
6
6
  heading,
@@ -3398,7 +3398,7 @@ function GoabText(props) {
3398
3398
  return /* @__PURE__ */ jsx(
3399
3399
  "goa-text",
3400
3400
  {
3401
- as: props.as,
3401
+ as: props.as || props.tag,
3402
3402
  size: props.size,
3403
3403
  maxwidth: props.maxWidth,
3404
3404
  color: props.color,
@@ -3590,6 +3590,7 @@ export {
3590
3590
  GoabDatePicker,
3591
3591
  GoabDetails,
3592
3592
  GoabDivider,
3593
+ G as GoabDrawer,
3593
3594
  GoabDropdown,
3594
3595
  GoabDropdownItem,
3595
3596
  GoabDropdownOption,
@@ -3604,7 +3605,7 @@ export {
3604
3605
  GoabGrid,
3605
3606
  GoabHeroBanner,
3606
3607
  GoabHeroBannerActions,
3607
- G as GoabIcon,
3608
+ a as GoabIcon,
3608
3609
  GoabIconButton,
3609
3610
  GoabImportantBadge,
3610
3611
  GoabInfoBadge,