@abgov/react-components 6.2.1-alpha.1 → 6.2.1-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.mjs CHANGED
@@ -3531,7 +3531,7 @@ function GoabTwoColumnLayout(props) {
3531
3531
  }
3532
3532
  );
3533
3533
  }
3534
- const GoAFilterChip = ({
3534
+ const GoabFilterChip = ({
3535
3535
  iconTheme = "outline",
3536
3536
  error = false,
3537
3537
  content,
@@ -3563,12 +3563,11 @@ const GoAFilterChip = ({
3563
3563
  mr,
3564
3564
  mb,
3565
3565
  ml,
3566
- "data-testid": testId
3566
+ testid: testId
3567
3567
  }
3568
3568
  );
3569
3569
  };
3570
3570
  export {
3571
- GoAFilterChip,
3572
3571
  GoALink,
3573
3572
  GoALinkButton,
3574
3573
  GoabAccordion,
@@ -3597,6 +3596,7 @@ export {
3597
3596
  GoabFieldset,
3598
3597
  GoabFileUploadCard,
3599
3598
  GoabFileUploadInput,
3599
+ GoabFilterChip,
3600
3600
  GoabFormItem,
3601
3601
  GoabFormStep,
3602
3602
  GoabFormStepper,