@thecb/components 9.0.7-beta.0 → 9.0.7-beta.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/dist/index.cjs.js CHANGED
@@ -48379,7 +48379,7 @@ var PhoneForm = function PhoneForm(_ref) {
48379
48379
  onKeyUp: function onKeyUp(e) {
48380
48380
  return e.key === "Enter" && handleSubmit(e);
48381
48381
  },
48382
- autocompleteValue: "tel",
48382
+ autocompleteValue: "tel-national",
48383
48383
  dataQa: "Phone number",
48384
48384
  isNum: true
48385
48385
  }), showWalletCheckbox && /*#__PURE__*/React__default.createElement(Checkbox$1, {