@akinon/pz-otp 1.24.0-rc.7 → 1.24.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/CHANGELOG.md +7 -19
- package/package.json +1 -1
- package/src/views/Otp.tsx +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,32 +1,20 @@
|
|
|
1
1
|
# @akinon/pz-otp
|
|
2
2
|
|
|
3
|
-
## 1.24.
|
|
3
|
+
## 1.24.1
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
### Minor Changes
|
|
8
|
-
|
|
9
|
-
- e20b27f: ZERO-2454:add otp login
|
|
10
|
-
|
|
11
|
-
## 1.24.0-rc.5
|
|
5
|
+
### Patch Changes
|
|
12
6
|
|
|
13
|
-
|
|
7
|
+
- 95510c7: ZERO-2508: Enable rc branch pipeline and add check-publish-version step
|
|
14
8
|
|
|
15
|
-
## 1.24.0
|
|
9
|
+
## 1.24.0
|
|
16
10
|
|
|
17
|
-
|
|
11
|
+
### Minor Changes
|
|
18
12
|
|
|
19
|
-
|
|
13
|
+
- 01812512: ZERO-2440: move otp popup state to redux
|
|
20
14
|
|
|
21
15
|
### Patch Changes
|
|
22
16
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
## 1.24.0-rc.0
|
|
26
|
-
|
|
27
|
-
### Minor Changes
|
|
28
|
-
|
|
29
|
-
- 0181251: ZERO-2440: move otp popup state to redux
|
|
17
|
+
- 9b103231: ZERO-2440: Add type declarations for @akinon/pz-otp modules
|
|
30
18
|
|
|
31
19
|
## 1.23.0
|
|
32
20
|
|
package/package.json
CHANGED
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"
|
|
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>
|