@matchain/matchid-sdk-react 0.1.32 → 0.1.33

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.css CHANGED
@@ -767,3 +767,6 @@ body {
767
767
  }
768
768
 
769
769
  }
770
+ .matchid-email-verify-field{
771
+ padding-right: 0;
772
+ }
package/dist/index.js CHANGED
@@ -1931,6 +1931,7 @@ function StepVerify(props) {
1931
1931
  placeholder: intl.formatMessage({
1932
1932
  id: "codePlaceholder"
1933
1933
  }),
1934
+ className: "matchid-email-verify-field",
1934
1935
  maxLength: codeLength,
1935
1936
  onChange: (e) => setCode(e.target.value),
1936
1937
  value: code,