@bigbinary/neeto-form-frontend 4.2.9 → 4.2.11
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/dist/cjs/BuildForm.js
CHANGED
|
@@ -1678,6 +1678,7 @@ var validateDomains = function validateDomains(value) {
|
|
|
1678
1678
|
var buildHelpPopoverLabelProps = function buildHelpPopoverLabelProps(popoverDescription, helpLink) {
|
|
1679
1679
|
return {
|
|
1680
1680
|
helpIconProps: {
|
|
1681
|
+
"data-testid": "help-popover-button",
|
|
1681
1682
|
popoverProps: _objectSpread$3({
|
|
1682
1683
|
description: popoverDescription
|
|
1683
1684
|
}, helpLink && {
|