@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.js +3 -3
- package/index.js.map +1 -1
- package/index.mjs +3 -3
- package/index.mjs.map +1 -1
- package/lib/filter-chip/filter-chip.d.ts +4 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -3533,7 +3533,7 @@ function GoabTwoColumnLayout(props) {
|
|
|
3533
3533
|
}
|
|
3534
3534
|
);
|
|
3535
3535
|
}
|
|
3536
|
-
const
|
|
3536
|
+
const GoabFilterChip = ({
|
|
3537
3537
|
iconTheme = "outline",
|
|
3538
3538
|
error = false,
|
|
3539
3539
|
content,
|
|
@@ -3565,12 +3565,11 @@ const GoAFilterChip = ({
|
|
|
3565
3565
|
mr,
|
|
3566
3566
|
mb,
|
|
3567
3567
|
ml,
|
|
3568
|
-
|
|
3568
|
+
testid: testId
|
|
3569
3569
|
}
|
|
3570
3570
|
);
|
|
3571
3571
|
};
|
|
3572
3572
|
exports.GoabIcon = icon.GoabIcon;
|
|
3573
|
-
exports.GoAFilterChip = GoAFilterChip;
|
|
3574
3573
|
exports.GoALink = GoALink;
|
|
3575
3574
|
exports.GoALinkButton = GoALinkButton;
|
|
3576
3575
|
exports.GoabAccordion = GoabAccordion;
|
|
@@ -3599,6 +3598,7 @@ exports.GoabEmergencyBadge = GoabEmergencyBadge;
|
|
|
3599
3598
|
exports.GoabFieldset = GoabFieldset;
|
|
3600
3599
|
exports.GoabFileUploadCard = GoabFileUploadCard;
|
|
3601
3600
|
exports.GoabFileUploadInput = GoabFileUploadInput;
|
|
3601
|
+
exports.GoabFilterChip = GoabFilterChip;
|
|
3602
3602
|
exports.GoabFormItem = GoabFormItem;
|
|
3603
3603
|
exports.GoabFormStep = GoabFormStep;
|
|
3604
3604
|
exports.GoabFormStepper = GoabFormStepper;
|