@akinon/pz-otp 1.16.3 → 1.17.0

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @akinon/pz-otp
2
2
 
3
+ ## 1.17.0
4
+
3
5
  ## 1.16.3
4
6
 
5
7
  ## 1.16.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-otp",
3
- "version": "1.16.3",
3
+ "version": "1.17.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/views/Otp.tsx CHANGED
@@ -153,7 +153,7 @@ export const Otp = ({
153
153
  )}
154
154
  >
155
155
  {texts?.description ??
156
- `Please enter the 4-digit sms code sent to your registered number and email address`}
156
+ `Please enter the ${codeLength}-digit sms code sent to your registered number and email address`}
157
157
  </div>
158
158
  </div>
159
159
  <form