@akinon/pz-otp 1.24.0-rc.7 → 1.24.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,32 +1,14 @@
1
1
  # @akinon/pz-otp
2
2
 
3
- ## 1.24.0-rc.7
4
-
5
- ## 1.24.0-rc.6
3
+ ## 1.24.0
6
4
 
7
5
  ### Minor Changes
8
6
 
9
- - e20b27f: ZERO-2454:add otp login
10
-
11
- ## 1.24.0-rc.5
12
-
13
- ## 1.24.0-rc.4
14
-
15
- ## 1.24.0-rc.3
16
-
17
- ## 1.24.0-rc.2
18
-
19
- ## 1.24.0-rc.1
7
+ - 01812512: ZERO-2440: move otp popup state to redux
20
8
 
21
9
  ### Patch Changes
22
10
 
23
- - 9b10323: ZERO-2440: Add type declarations for @akinon/pz-otp modules
24
-
25
- ## 1.24.0-rc.0
26
-
27
- ### Minor Changes
28
-
29
- - 0181251: ZERO-2440: move otp popup state to redux
11
+ - 9b103231: ZERO-2440: Add type declarations for @akinon/pz-otp modules
30
12
 
31
13
  ## 1.23.0
32
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akinon/pz-otp",
3
- "version": "1.24.0-rc.7",
3
+ "version": "1.24.0",
4
4
  "license": "MIT",
5
5
  "main": "src/index.tsx",
6
6
  "peerDependencies": {
package/src/views/Otp.tsx CHANGED
@@ -126,7 +126,7 @@ export const Otp = ({
126
126
  viewBox="0 0 14 14"
127
127
  xmlns="http://www.w3.org/2000/svg"
128
128
  >
129
- <g fill="#000" fillRule="nonzero">
129
+ <g fill="#000" fill-rule="nonzero">
130
130
  <path d="M.684 14A.684.684 0 0 1 .2 12.833L12.833.2a.684.684 0 1 1 .967.967L1.167 13.8a.682.682 0 0 1-.483.2z" />
131
131
  <path d="M13.316 14a.682.682 0 0 1-.483-.2L.2 1.167A.684.684 0 0 1 1.167.2L13.8 12.833A.684.684 0 0 1 13.316 14z" />
132
132
  </g>