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