@procivis/one-react-native-components 0.3.71 → 0.3.86

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.
Files changed (258) hide show
  1. package/lib/commonjs/components/credential/credential.js +8 -2
  2. package/lib/commonjs/components/credential/credential.js.map +1 -1
  3. package/lib/commonjs/components/proof-request/index.js +23 -12
  4. package/lib/commonjs/components/proof-request/index.js.map +1 -1
  5. package/lib/commonjs/components/proof-request/select-share-credential-card-notice.js +37 -0
  6. package/lib/commonjs/components/proof-request/select-share-credential-card-notice.js.map +1 -0
  7. package/lib/commonjs/components/proof-request/share-credential-card-notice.js +36 -0
  8. package/lib/commonjs/components/proof-request/share-credential-card-notice.js.map +1 -0
  9. package/lib/commonjs/components/proof-request/{group.js → v1/group.js} +1 -1
  10. package/lib/commonjs/components/proof-request/v1/group.js.map +1 -0
  11. package/lib/commonjs/components/proof-request/v1/index.js +39 -0
  12. package/lib/commonjs/components/proof-request/v1/index.js.map +1 -0
  13. package/lib/commonjs/components/proof-request/{select-credential.js → v1/select-credential.js} +12 -6
  14. package/lib/commonjs/components/proof-request/v1/select-credential.js.map +1 -0
  15. package/lib/commonjs/components/proof-request/{share-credential.js → v1/share-credential.js} +33 -62
  16. package/lib/commonjs/components/proof-request/v1/share-credential.js.map +1 -0
  17. package/lib/commonjs/components/proof-request/v2/index.js +39 -0
  18. package/lib/commonjs/components/proof-request/v2/index.js.map +1 -0
  19. package/lib/commonjs/components/proof-request/v2/select-credential-v2.js +55 -0
  20. package/lib/commonjs/components/proof-request/v2/select-credential-v2.js.map +1 -0
  21. package/lib/commonjs/components/proof-request/v2/share-credential-v2-group.js +164 -0
  22. package/lib/commonjs/components/proof-request/v2/share-credential-v2-group.js.map +1 -0
  23. package/lib/commonjs/components/proof-request/v2/share-credential-v2.js +135 -0
  24. package/lib/commonjs/components/proof-request/v2/share-credential-v2.js.map +1 -0
  25. package/lib/commonjs/ui-components/buttons/share-button.js +1 -1
  26. package/lib/commonjs/ui-components/buttons/share-button.js.map +1 -1
  27. package/lib/commonjs/ui-components/camera/qr-code-scanner.js +5 -1
  28. package/lib/commonjs/ui-components/camera/qr-code-scanner.js.map +1 -1
  29. package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js +16 -42
  30. package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js.map +1 -1
  31. package/lib/commonjs/ui-components/credential/credential-attribute-item.js +3 -1
  32. package/lib/commonjs/ui-components/credential/credential-attribute-item.js.map +1 -1
  33. package/lib/commonjs/ui-components/credential/group/credential-group-header.js +72 -0
  34. package/lib/commonjs/ui-components/credential/group/credential-group-header.js.map +1 -0
  35. package/lib/commonjs/ui-components/credential/group/index.js +14 -0
  36. package/lib/commonjs/ui-components/credential/group/index.js.map +1 -0
  37. package/lib/commonjs/ui-components/credential/index.js +12 -0
  38. package/lib/commonjs/ui-components/credential/index.js.map +1 -1
  39. package/lib/commonjs/ui-components/header/foldable-header.js +29 -17
  40. package/lib/commonjs/ui-components/header/foldable-header.js.map +1 -1
  41. package/lib/commonjs/ui-components/index.js +11 -0
  42. package/lib/commonjs/ui-components/index.js.map +1 -1
  43. package/lib/commonjs/ui-components/loader/loading-result.js +1 -1
  44. package/lib/commonjs/ui-components/loader/loading-result.js.map +1 -1
  45. package/lib/commonjs/ui-components/pin/pin-lock-animation.js +477 -475
  46. package/lib/commonjs/ui-components/pin/pin-lock-animation.js.map +1 -1
  47. package/lib/commonjs/ui-components/proof-request/index.js +13 -0
  48. package/lib/commonjs/ui-components/proof-request/index.js.map +1 -0
  49. package/lib/commonjs/ui-components/proof-request/proof-request-set.js +47 -0
  50. package/lib/commonjs/ui-components/proof-request/proof-request-set.js.map +1 -0
  51. package/lib/commonjs/ui-components/screens/section-list-screen.js +17 -3
  52. package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -1
  53. package/lib/commonjs/utils/array.js.map +1 -1
  54. package/lib/commonjs/utils/hooks/app-state.js +33 -0
  55. package/lib/commonjs/utils/hooks/app-state.js.map +1 -0
  56. package/lib/commonjs/utils/hooks/core/backup.js +1 -1
  57. package/lib/commonjs/utils/hooks/core/backup.js.map +1 -1
  58. package/lib/commonjs/utils/hooks/core/credentials.js +10 -3
  59. package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -1
  60. package/lib/commonjs/utils/hooks/core/identifiers.js +1 -1
  61. package/lib/commonjs/utils/hooks/core/identifiers.js.map +1 -1
  62. package/lib/commonjs/utils/hooks/core/index.js +11 -0
  63. package/lib/commonjs/utils/hooks/core/index.js.map +1 -1
  64. package/lib/commonjs/utils/hooks/core/proofs.js +39 -10
  65. package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -1
  66. package/lib/commonjs/utils/hooks/core/wallet-unit.js +85 -0
  67. package/lib/commonjs/utils/hooks/core/wallet-unit.js.map +1 -0
  68. package/lib/commonjs/utils/hooks/index.js +11 -0
  69. package/lib/commonjs/utils/hooks/index.js.map +1 -1
  70. package/lib/commonjs/utils/hooks/revocation/credential-status.js +1 -1
  71. package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -1
  72. package/lib/commonjs/utils/index.js +16 -4
  73. package/lib/commonjs/utils/index.js.map +1 -1
  74. package/lib/commonjs/utils/parsers/credential-sharing-v2.js +190 -0
  75. package/lib/commonjs/utils/parsers/credential-sharing-v2.js.map +1 -0
  76. package/lib/commonjs/utils/parsers/credential-sharing.js +31 -18
  77. package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -1
  78. package/lib/commonjs/utils/parsers/credential.js +111 -63
  79. package/lib/commonjs/utils/parsers/credential.js.map +1 -1
  80. package/lib/commonjs/utils/parsers/index.js +11 -0
  81. package/lib/commonjs/utils/parsers/index.js.map +1 -1
  82. package/lib/commonjs/utils/parsers/query.js +4 -4
  83. package/lib/commonjs/utils/parsers/query.js.map +1 -1
  84. package/lib/commonjs/utils/wallet-unit.js +30 -0
  85. package/lib/commonjs/utils/wallet-unit.js.map +1 -0
  86. package/lib/module/components/credential/credential.js +8 -2
  87. package/lib/module/components/credential/credential.js.map +1 -1
  88. package/lib/module/components/proof-request/index.js +4 -3
  89. package/lib/module/components/proof-request/index.js.map +1 -1
  90. package/lib/module/components/proof-request/select-share-credential-card-notice.js +29 -0
  91. package/lib/module/components/proof-request/select-share-credential-card-notice.js.map +1 -0
  92. package/lib/module/components/proof-request/share-credential-card-notice.js +28 -0
  93. package/lib/module/components/proof-request/share-credential-card-notice.js.map +1 -0
  94. package/lib/module/components/proof-request/{group.js → v1/group.js} +1 -1
  95. package/lib/module/components/proof-request/v1/group.js.map +1 -0
  96. package/lib/module/components/proof-request/v1/index.js +4 -0
  97. package/lib/module/components/proof-request/v1/index.js.map +1 -0
  98. package/lib/module/components/proof-request/{select-credential.js → v1/select-credential.js} +12 -6
  99. package/lib/module/components/proof-request/v1/select-credential.js.map +1 -0
  100. package/lib/module/components/proof-request/v1/share-credential.js +118 -0
  101. package/lib/module/components/proof-request/v1/share-credential.js.map +1 -0
  102. package/lib/module/components/proof-request/v2/index.js +4 -0
  103. package/lib/module/components/proof-request/v2/index.js.map +1 -0
  104. package/lib/module/components/proof-request/v2/select-credential-v2.js +46 -0
  105. package/lib/module/components/proof-request/v2/select-credential-v2.js.map +1 -0
  106. package/lib/module/components/proof-request/v2/share-credential-v2-group.js +154 -0
  107. package/lib/module/components/proof-request/v2/share-credential-v2-group.js.map +1 -0
  108. package/lib/module/components/proof-request/v2/share-credential-v2.js +126 -0
  109. package/lib/module/components/proof-request/v2/share-credential-v2.js.map +1 -0
  110. package/lib/module/ui-components/buttons/share-button.js +1 -1
  111. package/lib/module/ui-components/buttons/share-button.js.map +1 -1
  112. package/lib/module/ui-components/camera/qr-code-scanner.js +5 -1
  113. package/lib/module/ui-components/camera/qr-code-scanner.js.map +1 -1
  114. package/lib/module/ui-components/credential/card/credential-details-list-item.js +19 -45
  115. package/lib/module/ui-components/credential/card/credential-details-list-item.js.map +1 -1
  116. package/lib/module/ui-components/credential/credential-attribute-item.js +3 -1
  117. package/lib/module/ui-components/credential/credential-attribute-item.js.map +1 -1
  118. package/lib/module/ui-components/credential/group/credential-group-header.js +64 -0
  119. package/lib/module/ui-components/credential/group/credential-group-header.js.map +1 -0
  120. package/lib/module/ui-components/credential/group/index.js +3 -0
  121. package/lib/module/ui-components/credential/group/index.js.map +1 -0
  122. package/lib/module/ui-components/credential/index.js +1 -0
  123. package/lib/module/ui-components/credential/index.js.map +1 -1
  124. package/lib/module/ui-components/header/foldable-header.js +29 -17
  125. package/lib/module/ui-components/header/foldable-header.js.map +1 -1
  126. package/lib/module/ui-components/index.js +1 -0
  127. package/lib/module/ui-components/index.js.map +1 -1
  128. package/lib/module/ui-components/loader/loading-result.js +1 -1
  129. package/lib/module/ui-components/loader/loading-result.js.map +1 -1
  130. package/lib/module/ui-components/pin/pin-lock-animation.js +477 -475
  131. package/lib/module/ui-components/pin/pin-lock-animation.js.map +1 -1
  132. package/lib/module/ui-components/proof-request/index.js +3 -0
  133. package/lib/module/ui-components/proof-request/index.js.map +1 -0
  134. package/lib/module/ui-components/proof-request/proof-request-set.js +39 -0
  135. package/lib/module/ui-components/proof-request/proof-request-set.js.map +1 -0
  136. package/lib/module/ui-components/screens/section-list-screen.js +15 -3
  137. package/lib/module/ui-components/screens/section-list-screen.js.map +1 -1
  138. package/lib/module/utils/array.js.map +1 -1
  139. package/lib/module/utils/hooks/app-state.js +27 -0
  140. package/lib/module/utils/hooks/app-state.js.map +1 -0
  141. package/lib/module/utils/hooks/core/backup.js +1 -1
  142. package/lib/module/utils/hooks/core/backup.js.map +1 -1
  143. package/lib/module/utils/hooks/core/credentials.js +11 -4
  144. package/lib/module/utils/hooks/core/credentials.js.map +1 -1
  145. package/lib/module/utils/hooks/core/identifiers.js +5 -5
  146. package/lib/module/utils/hooks/core/identifiers.js.map +1 -1
  147. package/lib/module/utils/hooks/core/index.js +1 -0
  148. package/lib/module/utils/hooks/core/index.js.map +1 -1
  149. package/lib/module/utils/hooks/core/proofs.js +40 -11
  150. package/lib/module/utils/hooks/core/proofs.js.map +1 -1
  151. package/lib/module/utils/hooks/core/wallet-unit.js +75 -0
  152. package/lib/module/utils/hooks/core/wallet-unit.js.map +1 -0
  153. package/lib/module/utils/hooks/index.js +1 -0
  154. package/lib/module/utils/hooks/index.js.map +1 -1
  155. package/lib/module/utils/hooks/revocation/credential-status.js +1 -1
  156. package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -1
  157. package/lib/module/utils/index.js +2 -1
  158. package/lib/module/utils/index.js.map +1 -1
  159. package/lib/module/utils/parsers/credential-sharing-v2.js +177 -0
  160. package/lib/module/utils/parsers/credential-sharing-v2.js.map +1 -0
  161. package/lib/module/utils/parsers/credential-sharing.js +31 -18
  162. package/lib/module/utils/parsers/credential-sharing.js.map +1 -1
  163. package/lib/module/utils/parsers/credential.js +112 -64
  164. package/lib/module/utils/parsers/credential.js.map +1 -1
  165. package/lib/module/utils/parsers/index.js +1 -0
  166. package/lib/module/utils/parsers/index.js.map +1 -1
  167. package/lib/module/utils/parsers/query.js +4 -4
  168. package/lib/module/utils/parsers/query.js.map +1 -1
  169. package/lib/module/utils/wallet-unit.js +22 -0
  170. package/lib/module/utils/wallet-unit.js.map +1 -0
  171. package/lib/typescript/components/proof-request/index.d.ts +4 -3
  172. package/lib/typescript/components/proof-request/select-share-credential-card-notice.d.ts +7 -0
  173. package/lib/typescript/components/proof-request/share-credential-card-notice.d.ts +6 -0
  174. package/lib/typescript/components/proof-request/v1/index.d.ts +3 -0
  175. package/lib/typescript/components/proof-request/{select-credential.d.ts → v1/select-credential.d.ts} +1 -1
  176. package/lib/typescript/components/proof-request/{share-credential.d.ts → v1/share-credential.d.ts} +1 -1
  177. package/lib/typescript/components/proof-request/v2/index.d.ts +3 -0
  178. package/lib/typescript/components/proof-request/v2/select-credential-v2.d.ts +14 -0
  179. package/lib/typescript/components/proof-request/v2/share-credential-v2-group.d.ts +24 -0
  180. package/lib/typescript/components/proof-request/v2/share-credential-v2.d.ts +23 -0
  181. package/lib/typescript/ui-components/credential/group/credential-group-header.d.ts +10 -0
  182. package/lib/typescript/ui-components/credential/group/index.d.ts +3 -0
  183. package/lib/typescript/ui-components/credential/index.d.ts +1 -0
  184. package/lib/typescript/ui-components/header/foldable-header.d.ts +1 -0
  185. package/lib/typescript/ui-components/index.d.ts +1 -0
  186. package/lib/typescript/ui-components/loader/loading-result.d.ts +1 -1
  187. package/lib/typescript/ui-components/pin/pin-lock-animation.d.ts +311 -311
  188. package/lib/typescript/ui-components/proof-request/index.d.ts +3 -0
  189. package/lib/typescript/ui-components/proof-request/proof-request-set.d.ts +7 -0
  190. package/lib/typescript/ui-components/screens/section-list-screen.d.ts +4 -2
  191. package/lib/typescript/utils/array.d.ts +1 -0
  192. package/lib/typescript/utils/hooks/app-state.d.ts +5 -0
  193. package/lib/typescript/utils/hooks/core/backup.d.ts +1 -1
  194. package/lib/typescript/utils/hooks/core/credentials.d.ts +1 -1
  195. package/lib/typescript/utils/hooks/core/identifiers.d.ts +1 -1
  196. package/lib/typescript/utils/hooks/core/index.d.ts +1 -0
  197. package/lib/typescript/utils/hooks/core/proofs.d.ts +6 -7
  198. package/lib/typescript/utils/hooks/core/wallet-unit.d.ts +9 -0
  199. package/lib/typescript/utils/hooks/index.d.ts +1 -0
  200. package/lib/typescript/utils/index.d.ts +2 -1
  201. package/lib/typescript/utils/parsers/credential-sharing-v2.d.ts +11 -0
  202. package/lib/typescript/utils/parsers/credential-sharing.d.ts +11 -5
  203. package/lib/typescript/utils/parsers/credential.d.ts +9 -6
  204. package/lib/typescript/utils/parsers/index.d.ts +1 -0
  205. package/lib/typescript/utils/parsers/query.d.ts +2 -2
  206. package/lib/typescript/utils/wallet-unit.d.ts +8 -0
  207. package/package.json +12 -6
  208. package/src/components/credential/credential.tsx +5 -1
  209. package/src/components/proof-request/index.ts +4 -3
  210. package/src/components/proof-request/select-share-credential-card-notice.tsx +37 -0
  211. package/src/components/proof-request/share-credential-card-notice.tsx +33 -0
  212. package/src/components/proof-request/{group.tsx → v1/group.tsx} +1 -1
  213. package/src/components/proof-request/v1/index.ts +3 -0
  214. package/src/components/proof-request/{select-credential.tsx → v1/select-credential.tsx} +12 -5
  215. package/src/components/proof-request/{share-credential.tsx → v1/share-credential.tsx} +35 -52
  216. package/src/components/proof-request/v2/index.ts +3 -0
  217. package/src/components/proof-request/v2/select-credential-v2.tsx +59 -0
  218. package/src/components/proof-request/v2/share-credential-v2-group.tsx +258 -0
  219. package/src/components/proof-request/v2/share-credential-v2.tsx +211 -0
  220. package/src/ui-components/buttons/share-button.tsx +1 -1
  221. package/src/ui-components/camera/qr-code-scanner.tsx +11 -2
  222. package/src/ui-components/credential/card/credential-details-list-item.tsx +27 -49
  223. package/src/ui-components/credential/credential-attribute-item.tsx +2 -0
  224. package/src/ui-components/credential/group/credential-group-header.tsx +70 -0
  225. package/src/ui-components/credential/group/index.ts +4 -0
  226. package/src/ui-components/credential/index.ts +1 -0
  227. package/src/ui-components/header/foldable-header.tsx +31 -16
  228. package/src/ui-components/index.ts +1 -0
  229. package/src/ui-components/loader/loading-result.tsx +1 -1
  230. package/src/ui-components/pin/pin-lock-animation.tsx +240 -278
  231. package/src/ui-components/proof-request/index.ts +4 -0
  232. package/src/ui-components/proof-request/proof-request-set.tsx +46 -0
  233. package/src/ui-components/screens/section-list-screen.tsx +18 -4
  234. package/src/utils/array.ts +4 -0
  235. package/src/utils/hooks/app-state.ts +29 -0
  236. package/src/utils/hooks/core/backup.ts +2 -5
  237. package/src/utils/hooks/core/credentials.ts +11 -4
  238. package/src/utils/hooks/core/identifiers.ts +15 -14
  239. package/src/utils/hooks/core/index.ts +2 -1
  240. package/src/utils/hooks/core/proofs.ts +36 -12
  241. package/src/utils/hooks/core/wallet-unit.ts +77 -0
  242. package/src/utils/hooks/index.ts +1 -0
  243. package/src/utils/hooks/revocation/credential-status.ts +1 -1
  244. package/src/utils/index.ts +2 -1
  245. package/src/utils/parsers/credential-sharing-v2.tsx +283 -0
  246. package/src/utils/parsers/credential-sharing.tsx +40 -16
  247. package/src/utils/parsers/credential.ts +129 -59
  248. package/src/utils/parsers/index.ts +1 -0
  249. package/src/utils/parsers/query.ts +6 -5
  250. package/src/utils/wallet-unit.ts +30 -0
  251. package/lib/commonjs/components/proof-request/group.js.map +0 -1
  252. package/lib/commonjs/components/proof-request/select-credential.js.map +0 -1
  253. package/lib/commonjs/components/proof-request/share-credential.js.map +0 -1
  254. package/lib/module/components/proof-request/group.js.map +0 -1
  255. package/lib/module/components/proof-request/select-credential.js.map +0 -1
  256. package/lib/module/components/proof-request/share-credential.js +0 -147
  257. package/lib/module/components/proof-request/share-credential.js.map +0 -1
  258. /package/lib/typescript/components/proof-request/{group.d.ts → v1/group.d.ts} +0 -0
@@ -1,525 +1,520 @@
1
1
  import { colorArray } from '../../utils/color';
2
2
  const pinLockAnimation = color => {
3
3
  const cArray = colorArray(color);
4
+
5
+ // Sorting keys in this object causes a crash on Android, so please keep this object unchanged.
4
6
  return {
5
- assets: [],
6
- ddd: 0,
7
+ v: '5.5.1',
7
8
  fr: 29.9700012207031,
8
- h: 130,
9
9
  ip: 0,
10
+ op: 1798.00007323404,
11
+ w: 130,
12
+ h: 130,
13
+ nm: 'Comp 1',
14
+ ddd: 0,
15
+ assets: [],
10
16
  layers: [{
11
- ao: 0,
12
- bm: 0,
13
17
  ddd: 0,
18
+ ind: 1,
19
+ ty: 4,
20
+ nm: 'body',
21
+ sr: 1,
22
+ ks: {
23
+ o: {
24
+ a: 0,
25
+ k: 100,
26
+ ix: 11
27
+ },
28
+ r: {
29
+ a: 0,
30
+ k: 0,
31
+ ix: 10
32
+ },
33
+ p: {
34
+ a: 0,
35
+ k: [64.75, 65, 0],
36
+ ix: 2
37
+ },
38
+ a: {
39
+ a: 0,
40
+ k: [0, 0, 0],
41
+ ix: 1
42
+ },
43
+ s: {
44
+ a: 0,
45
+ k: [100, 100, 100],
46
+ ix: 6
47
+ }
48
+ },
49
+ ao: 0,
14
50
  ef: [{
51
+ ty: 26,
52
+ nm: 'Radial Wipe',
53
+ np: 7,
54
+ mn: 'ADBE Radial Wipe',
55
+ ix: 1,
56
+ en: 1,
15
57
  ef: [{
16
- ix: 1,
17
- mn: 'ADBE Radial Wipe-0001',
18
- nm: 'Transition Completion',
19
58
  ty: 0,
59
+ nm: 'Transition Completion',
60
+ mn: 'ADBE Radial Wipe-0001',
61
+ ix: 1,
20
62
  v: {
21
63
  a: 0,
22
- ix: 1,
23
- k: 0
64
+ k: 0,
65
+ ix: 1
24
66
  }
25
67
  }, {
26
- ix: 2,
27
- mn: 'ADBE Radial Wipe-0002',
28
- nm: 'Start Angle',
29
68
  ty: 0,
69
+ nm: 'Start Angle',
70
+ mn: 'ADBE Radial Wipe-0002',
71
+ ix: 2,
30
72
  v: {
31
73
  a: 0,
32
- ix: 2,
33
- k: 0
74
+ k: 0,
75
+ ix: 2
34
76
  }
35
77
  }, {
36
- ix: 3,
37
- mn: 'ADBE Radial Wipe-0003',
38
- nm: 'Wipe Center',
39
78
  ty: 3,
79
+ nm: 'Wipe Center',
80
+ mn: 'ADBE Radial Wipe-0003',
81
+ ix: 3,
40
82
  v: {
41
83
  a: 0,
42
- ix: 3,
43
- k: [65, 65]
84
+ k: [65, 65],
85
+ ix: 3
44
86
  }
45
87
  }, {
46
- ix: 4,
47
- mn: 'ADBE Radial Wipe-0004',
48
- nm: 'Wipe',
49
88
  ty: 7,
89
+ nm: 'Wipe',
90
+ mn: 'ADBE Radial Wipe-0004',
91
+ ix: 4,
50
92
  v: {
51
93
  a: 0,
52
- ix: 4,
53
- k: 1
94
+ k: 1,
95
+ ix: 4
54
96
  }
55
97
  }, {
56
- ix: 5,
57
- mn: 'ADBE Radial Wipe-0005',
58
- nm: 'Feather',
59
98
  ty: 0,
99
+ nm: 'Feather',
100
+ mn: 'ADBE Radial Wipe-0005',
101
+ ix: 5,
60
102
  v: {
61
103
  a: 0,
62
- ix: 5,
63
- k: 0
104
+ k: 0,
105
+ ix: 5
64
106
  }
65
- }],
66
- en: 1,
67
- ix: 1,
68
- mn: 'ADBE Radial Wipe',
69
- nm: 'Radial Wipe',
70
- np: 7,
71
- ty: 26
107
+ }]
72
108
  }],
73
- ind: 1,
74
- ip: 0,
75
- ks: {
76
- a: {
77
- a: 0,
78
- ix: 1,
79
- k: [0, 0, 0]
80
- },
81
- o: {
82
- a: 0,
83
- ix: 11,
84
- k: 100
85
- },
86
- p: {
87
- a: 0,
88
- ix: 2,
89
- k: [64.75, 65, 0]
90
- },
91
- r: {
92
- a: 0,
93
- ix: 10,
94
- k: 0
95
- },
96
- s: {
97
- a: 0,
98
- ix: 6,
99
- k: [100, 100, 100]
100
- }
101
- },
102
- nm: 'body',
103
- op: 1832.00007461889,
104
109
  shapes: [{
105
- bm: 0,
106
- cix: 2,
107
- hd: false,
110
+ ty: 'gr',
108
111
  it: [{
109
112
  d: 1,
110
- hd: false,
111
- mn: 'ADBE Vector Shape - Ellipse',
112
- nm: 'Ellipse Path 1',
113
- p: {
113
+ ty: 'el',
114
+ s: {
114
115
  a: 0,
115
- ix: 3,
116
- k: [0, 0]
116
+ k: [86.041, 86.041],
117
+ ix: 2
117
118
  },
118
- s: {
119
+ p: {
119
120
  a: 0,
120
- ix: 2,
121
- k: [86.041, 86.041]
121
+ k: [0, 0],
122
+ ix: 3
122
123
  },
123
- ty: 'el'
124
+ nm: 'Ellipse Path 1',
125
+ mn: 'ADBE Vector Shape - Ellipse',
126
+ hd: false
124
127
  }, {
125
- bm: 0,
128
+ ty: 'st',
126
129
  c: {
127
130
  a: 0,
128
- ix: 3,
129
- k: [0, 0, 0, 1]
131
+ k: [0, 0, 0, 1],
132
+ ix: 3
130
133
  },
131
- hd: false,
132
- lc: 1,
133
- lj: 1,
134
- ml: 4,
135
- mn: 'ADBE Vector Graphic - Stroke',
136
- nm: 'Stroke 1',
137
134
  o: {
138
135
  a: 0,
139
- ix: 4,
140
- k: 100
136
+ k: 100,
137
+ ix: 4
141
138
  },
142
- ty: 'st',
143
139
  w: {
144
140
  a: 0,
145
- ix: 5,
146
- k: 6
147
- }
141
+ k: 6,
142
+ ix: 5
143
+ },
144
+ lc: 1,
145
+ lj: 1,
146
+ ml: 4,
147
+ bm: 0,
148
+ nm: 'Stroke 1',
149
+ mn: 'ADBE Vector Graphic - Stroke',
150
+ hd: false
148
151
  }, {
149
- a: {
152
+ ty: 'tr',
153
+ p: {
150
154
  a: 0,
151
- ix: 1,
152
- k: [0, 0]
155
+ k: [0.25, 0],
156
+ ix: 2
153
157
  },
154
- nm: 'Transform',
155
- o: {
158
+ a: {
156
159
  a: 0,
157
- ix: 7,
158
- k: 100
160
+ k: [0, 0],
161
+ ix: 1
159
162
  },
160
- p: {
163
+ s: {
161
164
  a: 0,
162
- ix: 2,
163
- k: [0.25, 0]
165
+ k: [100, 100],
166
+ ix: 3
164
167
  },
165
168
  r: {
166
169
  a: 0,
167
- ix: 6,
168
- k: 0
170
+ k: 0,
171
+ ix: 6
169
172
  },
170
- s: {
173
+ o: {
171
174
  a: 0,
172
- ix: 3,
173
- k: [100, 100]
175
+ k: 100,
176
+ ix: 7
174
177
  },
175
- sa: {
178
+ sk: {
176
179
  a: 0,
177
- ix: 5,
178
- k: 0
180
+ k: 0,
181
+ ix: 4
179
182
  },
180
- sk: {
183
+ sa: {
181
184
  a: 0,
182
- ix: 4,
183
- k: 0
185
+ k: 0,
186
+ ix: 5
184
187
  },
185
- ty: 'tr'
188
+ nm: 'Transform'
186
189
  }],
187
- ix: 1,
188
- mn: 'ADBE Vector Group',
189
190
  nm: 'Ellipse 1',
190
191
  np: 2,
191
- ty: 'gr'
192
- }, {
193
- bm: 0,
194
192
  cix: 2,
195
- hd: false,
193
+ bm: 0,
194
+ ix: 1,
195
+ mn: 'ADBE Vector Group',
196
+ hd: false
197
+ }, {
198
+ ty: 'gr',
196
199
  it: [{
197
200
  d: 1,
198
- hd: false,
199
- mn: 'ADBE Vector Shape - Ellipse',
200
- nm: 'Ellipse Path 1',
201
- p: {
201
+ ty: 'el',
202
+ s: {
202
203
  a: 0,
203
- ix: 3,
204
- k: [0, 0]
204
+ k: [9.352, 9.352],
205
+ ix: 2
205
206
  },
206
- s: {
207
+ p: {
207
208
  a: 0,
208
- ix: 2,
209
- k: [9.352, 9.352]
209
+ k: [0, 0],
210
+ ix: 3
210
211
  },
211
- ty: 'el'
212
+ nm: 'Ellipse Path 1',
213
+ mn: 'ADBE Vector Shape - Ellipse',
214
+ hd: false
212
215
  }, {
213
- bm: 0,
216
+ ty: 'st',
214
217
  c: {
215
218
  a: 0,
216
- ix: 3,
217
- k: [0, 0, 0, 1]
219
+ k: [0, 0, 0, 1],
220
+ ix: 3
218
221
  },
219
- hd: false,
220
- lc: 1,
221
- lj: 1,
222
- ml: 4,
223
- mn: 'ADBE Vector Graphic - Stroke',
224
- nm: 'Stroke 1',
225
222
  o: {
226
223
  a: 0,
227
- ix: 4,
228
- k: 100
224
+ k: 100,
225
+ ix: 4
229
226
  },
230
- ty: 'st',
231
227
  w: {
232
228
  a: 0,
233
- ix: 5,
234
- k: 0
235
- }
236
- }, {
229
+ k: 0,
230
+ ix: 5
231
+ },
232
+ lc: 1,
233
+ lj: 1,
234
+ ml: 4,
237
235
  bm: 0,
236
+ nm: 'Stroke 1',
237
+ mn: 'ADBE Vector Graphic - Stroke',
238
+ hd: false
239
+ }, {
240
+ ty: 'fl',
238
241
  c: {
239
242
  a: 0,
240
- ix: 4,
241
- k: [0, 0, 0, 1]
243
+ k: [0, 0, 0, 1],
244
+ ix: 4
242
245
  },
243
- hd: false,
244
- mn: 'ADBE Vector Graphic - Fill',
245
- nm: 'Fill 1',
246
246
  o: {
247
247
  a: 0,
248
- ix: 5,
249
- k: 100
248
+ k: 100,
249
+ ix: 5
250
250
  },
251
251
  r: 1,
252
- ty: 'fl'
252
+ bm: 0,
253
+ nm: 'Fill 1',
254
+ mn: 'ADBE Vector Graphic - Fill',
255
+ hd: false
253
256
  }, {
254
- a: {
257
+ ty: 'tr',
258
+ p: {
255
259
  a: 0,
256
- ix: 1,
257
- k: [0, 0]
260
+ k: [0, -1.5],
261
+ ix: 2
258
262
  },
259
- nm: 'Transform',
260
- o: {
263
+ a: {
261
264
  a: 0,
262
- ix: 7,
263
- k: 100
265
+ k: [0, 0],
266
+ ix: 1
264
267
  },
265
- p: {
268
+ s: {
266
269
  a: 0,
267
- ix: 2,
268
- k: [0, -1.5]
270
+ k: [100, 100],
271
+ ix: 3
269
272
  },
270
273
  r: {
271
274
  a: 0,
272
- ix: 6,
273
- k: 0
275
+ k: 0,
276
+ ix: 6
274
277
  },
275
- s: {
278
+ o: {
276
279
  a: 0,
277
- ix: 3,
278
- k: [100, 100]
280
+ k: 100,
281
+ ix: 7
279
282
  },
280
- sa: {
283
+ sk: {
281
284
  a: 0,
282
- ix: 5,
283
- k: 0
285
+ k: 0,
286
+ ix: 4
284
287
  },
285
- sk: {
288
+ sa: {
286
289
  a: 0,
287
- ix: 4,
288
- k: 0
290
+ k: 0,
291
+ ix: 5
289
292
  },
290
- ty: 'tr'
293
+ nm: 'Transform'
291
294
  }],
292
- ix: 2,
293
- mn: 'ADBE Vector Group',
294
295
  nm: 'Ellipse 2',
295
296
  np: 3,
296
- ty: 'gr'
297
- }, {
298
- bm: 0,
299
297
  cix: 2,
300
- hd: false,
298
+ bm: 0,
299
+ ix: 2,
300
+ mn: 'ADBE Vector Group',
301
+ hd: false
302
+ }, {
303
+ ty: 'gr',
301
304
  it: [{
302
305
  d: 1,
303
- hd: false,
304
- mn: 'ADBE Vector Shape - Ellipse',
305
- nm: 'Ellipse Path 1',
306
- p: {
306
+ ty: 'el',
307
+ s: {
307
308
  a: 0,
308
- ix: 3,
309
- k: [0, 0]
309
+ k: [8.805, 8.805],
310
+ ix: 2
310
311
  },
311
- s: {
312
+ p: {
312
313
  a: 0,
313
- ix: 2,
314
- k: [8.805, 8.805]
314
+ k: [0, 0],
315
+ ix: 3
315
316
  },
316
- ty: 'el'
317
+ nm: 'Ellipse Path 1',
318
+ mn: 'ADBE Vector Shape - Ellipse',
319
+ hd: false
317
320
  }, {
318
- bm: 0,
321
+ ty: 'st',
319
322
  c: {
320
323
  a: 0,
321
- ix: 3,
322
- k: [0, 0, 0, 1]
324
+ k: [0, 0, 0, 1],
325
+ ix: 3
323
326
  },
324
- hd: false,
325
- lc: 1,
326
- lj: 1,
327
- ml: 4,
328
- mn: 'ADBE Vector Graphic - Stroke',
329
- nm: 'Stroke 1',
330
327
  o: {
331
328
  a: 0,
332
- ix: 4,
333
- k: 100
329
+ k: 100,
330
+ ix: 4
334
331
  },
335
- ty: 'st',
336
332
  w: {
337
333
  a: 0,
338
- ix: 5,
339
- k: 0
340
- }
341
- }, {
334
+ k: 0,
335
+ ix: 5
336
+ },
337
+ lc: 1,
338
+ lj: 1,
339
+ ml: 4,
342
340
  bm: 0,
341
+ nm: 'Stroke 1',
342
+ mn: 'ADBE Vector Graphic - Stroke',
343
+ hd: false
344
+ }, {
345
+ ty: 'fl',
343
346
  c: {
344
347
  a: 0,
345
- ix: 4,
346
- k: [0, 0, 0, 1]
348
+ k: [0, 0, 0, 1],
349
+ ix: 4
347
350
  },
348
- hd: false,
349
- mn: 'ADBE Vector Graphic - Fill',
350
- nm: 'Fill 1',
351
351
  o: {
352
352
  a: 0,
353
- ix: 5,
354
- k: 100
353
+ k: 100,
354
+ ix: 5
355
355
  },
356
356
  r: 1,
357
- ty: 'fl'
357
+ bm: 0,
358
+ nm: 'Fill 1',
359
+ mn: 'ADBE Vector Graphic - Fill',
360
+ hd: false
358
361
  }, {
359
- a: {
362
+ ty: 'tr',
363
+ p: {
360
364
  a: 0,
361
- ix: 1,
362
- k: [0, 0]
365
+ k: [31.518, -36.291],
366
+ ix: 2
363
367
  },
364
- nm: 'Transform',
365
- o: {
368
+ a: {
366
369
  a: 0,
367
- ix: 7,
368
- k: 100
370
+ k: [0, 0],
371
+ ix: 1
369
372
  },
370
- p: {
373
+ s: {
371
374
  a: 0,
372
- ix: 2,
373
- k: [31.518, -36.291]
375
+ k: [100, 100],
376
+ ix: 3
374
377
  },
375
378
  r: {
376
379
  a: 0,
377
- ix: 6,
378
- k: 0
380
+ k: 0,
381
+ ix: 6
379
382
  },
380
- s: {
383
+ o: {
381
384
  a: 0,
382
- ix: 3,
383
- k: [100, 100]
385
+ k: 100,
386
+ ix: 7
384
387
  },
385
- sa: {
388
+ sk: {
386
389
  a: 0,
387
- ix: 5,
388
- k: 0
390
+ k: 0,
391
+ ix: 4
389
392
  },
390
- sk: {
393
+ sa: {
391
394
  a: 0,
392
- ix: 4,
393
- k: 0
395
+ k: 0,
396
+ ix: 5
394
397
  },
395
- ty: 'tr'
398
+ nm: 'Transform'
396
399
  }],
397
- ix: 3,
398
- mn: 'ADBE Vector Group',
399
400
  nm: 'Ellipse 3',
400
401
  np: 3,
401
- ty: 'gr'
402
- }, {
403
- bm: 0,
404
402
  cix: 2,
405
- hd: false,
403
+ bm: 0,
404
+ ix: 3,
405
+ mn: 'ADBE Vector Group',
406
+ hd: false
407
+ }, {
408
+ ty: 'gr',
406
409
  it: [{
410
+ ty: 'rc',
407
411
  d: 1,
408
- hd: false,
409
- mn: 'ADBE Vector Shape - Rect',
410
- nm: 'Rectangle Path 1',
411
- p: {
412
+ s: {
412
413
  a: 0,
413
- ix: 3,
414
- k: [0, 0]
414
+ k: [9.703, 8.758],
415
+ ix: 2
415
416
  },
416
- r: {
417
+ p: {
417
418
  a: 0,
418
- ix: 4,
419
- k: 0
419
+ k: [0, 0],
420
+ ix: 3
420
421
  },
421
- s: {
422
+ r: {
422
423
  a: 0,
423
- ix: 2,
424
- k: [9.703, 8.758]
424
+ k: 0,
425
+ ix: 4
425
426
  },
426
- ty: 'rc'
427
+ nm: 'Rectangle Path 1',
428
+ mn: 'ADBE Vector Shape - Rect',
429
+ hd: false
427
430
  }, {
428
- bm: 0,
431
+ ty: 'st',
429
432
  c: {
430
433
  a: 0,
431
- ix: 3,
432
- k: [0, 0, 0, 1]
434
+ k: [0, 0, 0, 1],
435
+ ix: 3
433
436
  },
434
- hd: false,
435
- lc: 2,
436
- lj: 2,
437
- mn: 'ADBE Vector Graphic - Stroke',
438
- nm: 'Stroke 1',
439
437
  o: {
440
438
  a: 0,
441
- ix: 4,
442
- k: 100
439
+ k: 100,
440
+ ix: 4
443
441
  },
444
- ty: 'st',
445
442
  w: {
446
443
  a: 0,
447
- ix: 5,
448
- k: 5
449
- }
444
+ k: 5,
445
+ ix: 5
446
+ },
447
+ lc: 2,
448
+ lj: 2,
449
+ bm: 0,
450
+ nm: 'Stroke 1',
451
+ mn: 'ADBE Vector Graphic - Stroke',
452
+ hd: false
450
453
  }, {
451
- a: {
454
+ ty: 'tr',
455
+ p: {
452
456
  a: 0,
453
- ix: 1,
454
- k: [0, 0]
457
+ k: [-0.145, -48.791],
458
+ ix: 2
455
459
  },
456
- nm: 'Transform',
457
- o: {
460
+ a: {
458
461
  a: 0,
459
- ix: 7,
460
- k: 100
462
+ k: [0, 0],
463
+ ix: 1
461
464
  },
462
- p: {
465
+ s: {
463
466
  a: 0,
464
- ix: 2,
465
- k: [-0.145, -48.791]
467
+ k: [100, 100],
468
+ ix: 3
466
469
  },
467
470
  r: {
468
471
  a: 0,
469
- ix: 6,
470
- k: 0
472
+ k: 0,
473
+ ix: 6
471
474
  },
472
- s: {
475
+ o: {
473
476
  a: 0,
474
- ix: 3,
475
- k: [100, 100]
477
+ k: 100,
478
+ ix: 7
476
479
  },
477
- sa: {
480
+ sk: {
478
481
  a: 0,
479
- ix: 5,
480
- k: 0
482
+ k: 0,
483
+ ix: 4
481
484
  },
482
- sk: {
485
+ sa: {
483
486
  a: 0,
484
- ix: 4,
485
- k: 0
487
+ k: 0,
488
+ ix: 5
486
489
  },
487
- ty: 'tr'
490
+ nm: 'Transform'
488
491
  }],
489
- ix: 4,
490
- mn: 'ADBE Vector Group',
491
492
  nm: 'Rectangle 1',
492
493
  np: 3,
493
- ty: 'gr'
494
+ cix: 2,
495
+ bm: 0,
496
+ ix: 4,
497
+ mn: 'ADBE Vector Group',
498
+ hd: false
494
499
  }],
495
- sr: 1,
500
+ ip: 0,
501
+ op: 1832.00007461889,
496
502
  st: 0,
497
- ty: 4
503
+ bm: 0
498
504
  }, {
499
- ao: 0,
500
- bm: 0,
501
505
  ddd: 0,
502
506
  ind: 2,
503
- ip: 0,
507
+ ty: 4,
508
+ nm: 'arrow',
509
+ sr: 1,
504
510
  ks: {
505
- a: {
506
- a: 0,
507
- ix: 1,
508
- k: [0, 0, 0]
509
- },
510
511
  o: {
511
512
  a: 0,
512
- ix: 11,
513
- k: 100
514
- },
515
- p: {
516
- a: 0,
517
- ix: 2,
518
- k: [65, 65, 0]
513
+ k: 100,
514
+ ix: 11
519
515
  },
520
516
  r: {
521
517
  a: 1,
522
- ix: 10,
523
518
  k: [{
524
519
  i: {
525
520
  x: [0.833],
@@ -529,242 +524,257 @@ const pinLockAnimation = color => {
529
524
  x: [0.167],
530
525
  y: [0.167]
531
526
  },
532
- s: [0],
533
- t: 0
527
+ t: 0,
528
+ s: [0]
534
529
  }, {
535
- s: [360],
536
- t: 1797.00007319331
537
- }]
530
+ t: 1797.00007319331,
531
+ s: [360]
532
+ }],
533
+ ix: 10
534
+ },
535
+ p: {
536
+ a: 0,
537
+ k: [65, 65, 0],
538
+ ix: 2
539
+ },
540
+ a: {
541
+ a: 0,
542
+ k: [0, 0, 0],
543
+ ix: 1
538
544
  },
539
545
  s: {
540
546
  a: 0,
541
- ix: 6,
542
- k: [100, 100, 100]
547
+ k: [100, 100, 100],
548
+ ix: 6
543
549
  }
544
550
  },
545
- nm: 'arrow',
546
- op: 1798.00007323404,
551
+ ao: 0,
547
552
  shapes: [{
548
- bm: 0,
549
- cix: 2,
550
- hd: false,
553
+ ty: 'gr',
551
554
  it: [{
552
- hd: false,
553
555
  ind: 0,
556
+ ty: 'sh',
554
557
  ix: 1,
555
558
  ks: {
556
559
  a: 0,
557
- ix: 2,
558
560
  k: {
559
- c: false,
560
561
  i: [[0, 0], [0, 0]],
561
562
  o: [[0, 0], [0, 0]],
562
- v: [[-0.25, 2.745], [-0.25, -27.755]]
563
- }
563
+ v: [[-0.25, 2.745], [-0.25, -27.755]],
564
+ c: false
565
+ },
566
+ ix: 2
564
567
  },
565
- mn: 'ADBE Vector Shape - Group',
566
568
  nm: 'Path 1',
567
- ty: 'sh'
569
+ mn: 'ADBE Vector Shape - Group',
570
+ hd: false
568
571
  }, {
569
- bm: 0,
572
+ ty: 'st',
570
573
  c: {
571
574
  a: 0,
572
- ix: 3,
573
- k: [0, 0, 0, 1]
575
+ k: [0, 0, 0, 1],
576
+ ix: 3
574
577
  },
575
- hd: false,
576
- lc: 2,
577
- lj: 1,
578
- ml: 4,
579
- mn: 'ADBE Vector Graphic - Stroke',
580
- nm: 'Stroke 1',
581
578
  o: {
582
579
  a: 0,
583
- ix: 4,
584
- k: 100
580
+ k: 100,
581
+ ix: 4
585
582
  },
586
- ty: 'st',
587
583
  w: {
588
584
  a: 0,
589
- ix: 5,
590
- k: 6
591
- }
585
+ k: 6,
586
+ ix: 5
587
+ },
588
+ lc: 2,
589
+ lj: 1,
590
+ ml: 4,
591
+ bm: 0,
592
+ nm: 'Stroke 1',
593
+ mn: 'ADBE Vector Graphic - Stroke',
594
+ hd: false
592
595
  }, {
593
- a: {
596
+ ty: 'tr',
597
+ p: {
594
598
  a: 0,
595
- ix: 1,
596
- k: [0, 0]
599
+ k: [0, 5],
600
+ ix: 2
597
601
  },
598
- nm: 'Transform',
599
- o: {
602
+ a: {
600
603
  a: 0,
601
- ix: 7,
602
- k: 100
604
+ k: [0, 0],
605
+ ix: 1
603
606
  },
604
- p: {
607
+ s: {
605
608
  a: 0,
606
- ix: 2,
607
- k: [0, 5]
609
+ k: [-62.71, 157.64],
610
+ ix: 3
608
611
  },
609
612
  r: {
610
613
  a: 0,
611
- ix: 6,
612
- k: 0
614
+ k: 0,
615
+ ix: 6
613
616
  },
614
- s: {
617
+ o: {
615
618
  a: 0,
616
- ix: 3,
617
- k: [-62.71, 157.64]
619
+ k: 100,
620
+ ix: 7
618
621
  },
619
- sa: {
622
+ sk: {
620
623
  a: 0,
621
- ix: 5,
622
- k: 0
624
+ k: 0,
625
+ ix: 4
623
626
  },
624
- sk: {
627
+ sa: {
625
628
  a: 0,
626
- ix: 4,
627
- k: 0
629
+ k: 0,
630
+ ix: 5
628
631
  },
629
- ty: 'tr'
632
+ nm: 'Transform'
630
633
  }],
631
- ix: 1,
632
- mn: 'ADBE Vector Group',
633
634
  nm: 'Shape 1',
634
635
  np: 3,
635
- ty: 'gr'
636
+ cix: 2,
637
+ bm: 0,
638
+ ix: 1,
639
+ mn: 'ADBE Vector Group',
640
+ hd: false
636
641
  }],
637
- sr: 1,
642
+ ip: 0,
643
+ op: 1798.00007323404,
638
644
  st: 0,
639
- ty: 4
645
+ bm: 0
640
646
  }, {
641
- ao: 0,
642
- bm: 0,
643
647
  ddd: 0,
644
648
  ind: 3,
645
- ip: 0,
649
+ ty: 4,
650
+ nm: 'yellow',
651
+ sr: 1,
646
652
  ks: {
647
- a: {
653
+ o: {
648
654
  a: 0,
649
- ix: 1,
650
- k: [0, 0, 0]
655
+ k: 100,
656
+ ix: 11
651
657
  },
652
- o: {
658
+ r: {
653
659
  a: 0,
654
- ix: 11,
655
- k: 100
660
+ k: 0,
661
+ ix: 10
656
662
  },
657
663
  p: {
658
664
  a: 0,
659
- ix: 2,
660
- k: [65.75, 65, 0]
665
+ k: [65.75, 65, 0],
666
+ ix: 2
661
667
  },
662
- r: {
668
+ a: {
663
669
  a: 0,
664
- ix: 10,
665
- k: 0
670
+ k: [0, 0, 0],
671
+ ix: 1
666
672
  },
667
673
  s: {
668
674
  a: 0,
669
- ix: 6,
670
- k: [109.34, 109.34, 100]
675
+ k: [109.34, 109.34, 100],
676
+ ix: 6
671
677
  }
672
678
  },
673
- nm: 'yellow',
674
- op: 1798.00007323404,
679
+ ao: 0,
675
680
  shapes: [{
676
- bm: 0,
677
- cix: 2,
678
- hd: false,
681
+ ty: 'gr',
679
682
  it: [{
680
- hd: false,
681
683
  ind: 0,
684
+ ty: 'sh',
682
685
  ix: 1,
683
686
  ks: {
684
687
  a: 0,
685
- ix: 2,
686
688
  k: {
687
- c: true,
688
689
  i: [[-2.232, 0], [0, -2.232], [2.232, 0], [0, 2.232]],
689
690
  o: [[2.232, 0], [0, 2.232], [-2.232, 0], [0, -2.232]],
690
- v: [[0, -4.042], [4.042, 0], [0, 4.042], [-4.042, 0]]
691
- }
691
+ v: [[0, -4.042], [4.042, 0], [0, 4.042], [-4.042, 0]],
692
+ c: true
693
+ },
694
+ ix: 2
692
695
  },
693
- mn: 'ADBE Vector Shape - Group',
694
696
  nm: 'Path 1',
695
- ty: 'sh'
697
+ mn: 'ADBE Vector Shape - Group',
698
+ hd: false
696
699
  }, {
697
- bm: 0,
700
+ ty: 'st',
698
701
  c: {
699
702
  a: 0,
700
- ix: 3,
701
- k: cArray
703
+ k: cArray,
704
+ ix: 3
702
705
  },
703
- hd: false,
704
- lc: 1,
705
- lj: 1,
706
- ml: 4,
707
- mn: 'ADBE Vector Graphic - Stroke',
708
- nm: 'Stroke 1',
709
706
  o: {
710
707
  a: 0,
711
- ix: 4,
712
- k: 100
708
+ k: 100,
709
+ ix: 4
713
710
  },
714
- ty: 'st',
715
711
  w: {
716
712
  a: 0,
717
- ix: 5,
718
- k: 7
719
- }
713
+ k: 7,
714
+ ix: 5
715
+ },
716
+ lc: 1,
717
+ lj: 1,
718
+ ml: 4,
719
+ bm: 0,
720
+ nm: 'Stroke 1',
721
+ mn: 'ADBE Vector Graphic - Stroke',
722
+ hd: false
720
723
  }, {
721
- a: {
724
+ ty: 'tr',
725
+ p: {
722
726
  a: 0,
723
- ix: 1,
724
- k: [0, 0]
727
+ k: [-0.874, -0.013],
728
+ ix: 2
725
729
  },
726
- nm: 'Transform',
727
- o: {
730
+ a: {
728
731
  a: 0,
729
- ix: 7,
730
- k: 100
732
+ k: [0, 0],
733
+ ix: 1
731
734
  },
732
- p: {
735
+ s: {
733
736
  a: 0,
734
- ix: 2,
735
- k: [-0.874, -0.013]
737
+ k: [533.496, 533.496],
738
+ ix: 3
736
739
  },
737
740
  r: {
738
741
  a: 0,
739
- ix: 6,
740
- k: 0
742
+ k: 0,
743
+ ix: 6
741
744
  },
742
- s: {
745
+ o: {
743
746
  a: 0,
744
- ix: 3,
745
- k: [533.496, 533.496]
747
+ k: 100,
748
+ ix: 7
746
749
  },
747
- sa: {
750
+ sk: {
748
751
  a: 0,
749
- ix: 5,
750
- k: 0
752
+ k: 0,
753
+ ix: 4
751
754
  },
752
- sk: {
755
+ sa: {
753
756
  a: 0,
754
- ix: 4,
755
- k: 0
757
+ k: 0,
758
+ ix: 5
756
759
  },
757
- ty: 'tr'
760
+ nm: 'Transform'
758
761
  }],
759
- ix: 1,
760
- mn: 'ADBE Vector Group',
761
762
  nm: 'Ellipse 2',
762
763
  np: 3,
763
- ty: 'gr'
764
+ cix: 2,
765
+ bm: 0,
766
+ ix: 1,
767
+ mn: 'ADBE Vector Group',
768
+ hd: false
764
769
  }, {
770
+ ty: 'tm',
771
+ s: {
772
+ a: 0,
773
+ k: 0,
774
+ ix: 1
775
+ },
765
776
  e: {
766
777
  a: 1,
767
- ix: 2,
768
778
  k: [{
769
779
  i: {
770
780
  x: [0.833],
@@ -774,43 +784,35 @@ const pinLockAnimation = color => {
774
784
  x: [0.167],
775
785
  y: [0.167]
776
786
  },
777
- s: [0],
778
- t: 0
787
+ t: 0,
788
+ s: [0]
779
789
  }, {
780
- s: [100],
781
- t: 1797.00007319331
782
- }]
790
+ t: 1797.00007319331,
791
+ s: [100]
792
+ }],
793
+ ix: 2
783
794
  },
784
- hd: false,
785
- ix: 2,
786
- m: 1,
787
- mn: 'ADBE Vector Filter - Trim',
788
- nm: 'Trim Paths 1',
789
795
  o: {
790
796
  a: 0,
791
- ix: 3,
792
- k: 0
793
- },
794
- s: {
795
- a: 0,
796
- ix: 1,
797
- k: 0
797
+ k: 0,
798
+ ix: 3
798
799
  },
799
- ty: 'tm'
800
+ m: 1,
801
+ ix: 2,
802
+ nm: 'Trim Paths 1',
803
+ mn: 'ADBE Vector Filter - Trim',
804
+ hd: false
800
805
  }],
801
- sr: 1,
806
+ ip: 0,
807
+ op: 1798.00007323404,
802
808
  st: 0,
803
- ty: 4
809
+ bm: 0
804
810
  }],
805
811
  markers: [{
812
+ tm: 86.0000035028518,
806
813
  cm: '1',
807
- dr: 0,
808
- tm: 86.0000035028518
809
- }],
810
- nm: 'Comp 1',
811
- op: 1798.00007323404,
812
- v: '5.5.1',
813
- w: 130
814
+ dr: 0
815
+ }]
814
816
  };
815
817
  };
816
818
  export default pinLockAnimation;