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

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 (262) hide show
  1. package/lib/commonjs/components/entity/entity-attributes.js +3 -1
  2. package/lib/commonjs/components/entity/entity-attributes.js.map +1 -1
  3. package/lib/commonjs/components/entity/entity-details-with-buttons.js +2 -1
  4. package/lib/commonjs/components/entity/entity-details-with-buttons.js.map +1 -1
  5. package/lib/commonjs/components/proof-request/index.js +23 -12
  6. package/lib/commonjs/components/proof-request/index.js.map +1 -1
  7. package/lib/commonjs/components/proof-request/select-share-credential-card-notice.js +37 -0
  8. package/lib/commonjs/components/proof-request/select-share-credential-card-notice.js.map +1 -0
  9. package/lib/commonjs/components/proof-request/share-credential-card-notice.js +36 -0
  10. package/lib/commonjs/components/proof-request/share-credential-card-notice.js.map +1 -0
  11. package/lib/commonjs/components/proof-request/{group.js → v1/group.js} +1 -1
  12. package/lib/commonjs/components/proof-request/v1/group.js.map +1 -0
  13. package/lib/commonjs/components/proof-request/v1/index.js +39 -0
  14. package/lib/commonjs/components/proof-request/v1/index.js.map +1 -0
  15. package/lib/commonjs/components/proof-request/{select-credential.js → v1/select-credential.js} +4 -4
  16. package/lib/commonjs/components/proof-request/v1/select-credential.js.map +1 -0
  17. package/lib/commonjs/components/proof-request/{share-credential.js → v1/share-credential.js} +25 -60
  18. package/lib/commonjs/components/proof-request/v1/share-credential.js.map +1 -0
  19. package/lib/commonjs/components/proof-request/v2/index.js +39 -0
  20. package/lib/commonjs/components/proof-request/v2/index.js.map +1 -0
  21. package/lib/commonjs/components/proof-request/v2/select-credential-v2.js +51 -0
  22. package/lib/commonjs/components/proof-request/v2/select-credential-v2.js.map +1 -0
  23. package/lib/commonjs/components/proof-request/v2/share-credential-v2-group.js +164 -0
  24. package/lib/commonjs/components/proof-request/v2/share-credential-v2-group.js.map +1 -0
  25. package/lib/commonjs/components/proof-request/v2/share-credential-v2.js +131 -0
  26. package/lib/commonjs/components/proof-request/v2/share-credential-v2.js.map +1 -0
  27. package/lib/commonjs/ui-components/buttons/share-button.js +1 -1
  28. package/lib/commonjs/ui-components/buttons/share-button.js.map +1 -1
  29. package/lib/commonjs/ui-components/camera/qr-code-scanner.js +5 -1
  30. package/lib/commonjs/ui-components/camera/qr-code-scanner.js.map +1 -1
  31. package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js +16 -42
  32. package/lib/commonjs/ui-components/credential/card/credential-details-list-item.js.map +1 -1
  33. package/lib/commonjs/ui-components/credential/credential-attribute-item.js +3 -1
  34. package/lib/commonjs/ui-components/credential/credential-attribute-item.js.map +1 -1
  35. package/lib/commonjs/ui-components/credential/group/credential-group-header.js +72 -0
  36. package/lib/commonjs/ui-components/credential/group/credential-group-header.js.map +1 -0
  37. package/lib/commonjs/ui-components/credential/group/index.js +14 -0
  38. package/lib/commonjs/ui-components/credential/group/index.js.map +1 -0
  39. package/lib/commonjs/ui-components/credential/index.js +12 -0
  40. package/lib/commonjs/ui-components/credential/index.js.map +1 -1
  41. package/lib/commonjs/ui-components/header/foldable-header.js +29 -17
  42. package/lib/commonjs/ui-components/header/foldable-header.js.map +1 -1
  43. package/lib/commonjs/ui-components/index.js +11 -0
  44. package/lib/commonjs/ui-components/index.js.map +1 -1
  45. package/lib/commonjs/ui-components/loader/loading-result.js +1 -1
  46. package/lib/commonjs/ui-components/loader/loading-result.js.map +1 -1
  47. package/lib/commonjs/ui-components/pin/pin-lock-animation.js +477 -475
  48. package/lib/commonjs/ui-components/pin/pin-lock-animation.js.map +1 -1
  49. package/lib/commonjs/ui-components/proof-request/index.js +13 -0
  50. package/lib/commonjs/ui-components/proof-request/index.js.map +1 -0
  51. package/lib/commonjs/ui-components/proof-request/proof-request-set.js +47 -0
  52. package/lib/commonjs/ui-components/proof-request/proof-request-set.js.map +1 -0
  53. package/lib/commonjs/ui-components/screens/section-list-screen.js +17 -3
  54. package/lib/commonjs/ui-components/screens/section-list-screen.js.map +1 -1
  55. package/lib/commonjs/utils/array.js.map +1 -1
  56. package/lib/commonjs/utils/hooks/app-state.js +33 -0
  57. package/lib/commonjs/utils/hooks/app-state.js.map +1 -0
  58. package/lib/commonjs/utils/hooks/core/backup.js +1 -1
  59. package/lib/commonjs/utils/hooks/core/backup.js.map +1 -1
  60. package/lib/commonjs/utils/hooks/core/cache.js +4 -1
  61. package/lib/commonjs/utils/hooks/core/cache.js.map +1 -1
  62. package/lib/commonjs/utils/hooks/core/credentials.js +11 -10
  63. package/lib/commonjs/utils/hooks/core/credentials.js.map +1 -1
  64. package/lib/commonjs/utils/hooks/core/identifiers.js +1 -1
  65. package/lib/commonjs/utils/hooks/core/identifiers.js.map +1 -1
  66. package/lib/commonjs/utils/hooks/core/index.js +11 -0
  67. package/lib/commonjs/utils/hooks/core/index.js.map +1 -1
  68. package/lib/commonjs/utils/hooks/core/proofs.js +41 -15
  69. package/lib/commonjs/utils/hooks/core/proofs.js.map +1 -1
  70. package/lib/commonjs/utils/hooks/core/wallet-unit.js +76 -0
  71. package/lib/commonjs/utils/hooks/core/wallet-unit.js.map +1 -0
  72. package/lib/commonjs/utils/hooks/index.js +11 -0
  73. package/lib/commonjs/utils/hooks/index.js.map +1 -1
  74. package/lib/commonjs/utils/hooks/revocation/credential-status.js +1 -1
  75. package/lib/commonjs/utils/hooks/revocation/credential-status.js.map +1 -1
  76. package/lib/commonjs/utils/index.js +12 -12
  77. package/lib/commonjs/utils/index.js.map +1 -1
  78. package/lib/commonjs/utils/parsers/credential-sharing-v2.js +190 -0
  79. package/lib/commonjs/utils/parsers/credential-sharing-v2.js.map +1 -0
  80. package/lib/commonjs/utils/parsers/credential-sharing.js +25 -12
  81. package/lib/commonjs/utils/parsers/credential-sharing.js.map +1 -1
  82. package/lib/commonjs/utils/parsers/credential.js +89 -57
  83. package/lib/commonjs/utils/parsers/credential.js.map +1 -1
  84. package/lib/commonjs/utils/parsers/index.js +11 -0
  85. package/lib/commonjs/utils/parsers/index.js.map +1 -1
  86. package/lib/commonjs/utils/parsers/query.js +4 -4
  87. package/lib/commonjs/utils/parsers/query.js.map +1 -1
  88. package/lib/module/components/entity/entity-attributes.js +3 -1
  89. package/lib/module/components/entity/entity-attributes.js.map +1 -1
  90. package/lib/module/components/entity/entity-details-with-buttons.js +2 -1
  91. package/lib/module/components/entity/entity-details-with-buttons.js.map +1 -1
  92. package/lib/module/components/proof-request/index.js +4 -3
  93. package/lib/module/components/proof-request/index.js.map +1 -1
  94. package/lib/module/components/proof-request/select-share-credential-card-notice.js +29 -0
  95. package/lib/module/components/proof-request/select-share-credential-card-notice.js.map +1 -0
  96. package/lib/module/components/proof-request/share-credential-card-notice.js +28 -0
  97. package/lib/module/components/proof-request/share-credential-card-notice.js.map +1 -0
  98. package/lib/module/components/proof-request/{group.js → v1/group.js} +1 -1
  99. package/lib/module/components/proof-request/v1/group.js.map +1 -0
  100. package/lib/module/components/proof-request/v1/index.js +4 -0
  101. package/lib/module/components/proof-request/v1/index.js.map +1 -0
  102. package/lib/module/components/proof-request/{select-credential.js → v1/select-credential.js} +4 -4
  103. package/lib/module/components/proof-request/v1/select-credential.js.map +1 -0
  104. package/lib/module/components/proof-request/{share-credential.js → v1/share-credential.js} +26 -61
  105. package/lib/module/components/proof-request/v1/share-credential.js.map +1 -0
  106. package/lib/module/components/proof-request/v2/index.js +4 -0
  107. package/lib/module/components/proof-request/v2/index.js.map +1 -0
  108. package/lib/module/components/proof-request/v2/select-credential-v2.js +42 -0
  109. package/lib/module/components/proof-request/v2/select-credential-v2.js.map +1 -0
  110. package/lib/module/components/proof-request/v2/share-credential-v2-group.js +154 -0
  111. package/lib/module/components/proof-request/v2/share-credential-v2-group.js.map +1 -0
  112. package/lib/module/components/proof-request/v2/share-credential-v2.js +122 -0
  113. package/lib/module/components/proof-request/v2/share-credential-v2.js.map +1 -0
  114. package/lib/module/ui-components/buttons/share-button.js +1 -1
  115. package/lib/module/ui-components/buttons/share-button.js.map +1 -1
  116. package/lib/module/ui-components/camera/qr-code-scanner.js +5 -1
  117. package/lib/module/ui-components/camera/qr-code-scanner.js.map +1 -1
  118. package/lib/module/ui-components/credential/card/credential-details-list-item.js +19 -45
  119. package/lib/module/ui-components/credential/card/credential-details-list-item.js.map +1 -1
  120. package/lib/module/ui-components/credential/credential-attribute-item.js +3 -1
  121. package/lib/module/ui-components/credential/credential-attribute-item.js.map +1 -1
  122. package/lib/module/ui-components/credential/group/credential-group-header.js +64 -0
  123. package/lib/module/ui-components/credential/group/credential-group-header.js.map +1 -0
  124. package/lib/module/ui-components/credential/group/index.js +3 -0
  125. package/lib/module/ui-components/credential/group/index.js.map +1 -0
  126. package/lib/module/ui-components/credential/index.js +1 -0
  127. package/lib/module/ui-components/credential/index.js.map +1 -1
  128. package/lib/module/ui-components/header/foldable-header.js +29 -17
  129. package/lib/module/ui-components/header/foldable-header.js.map +1 -1
  130. package/lib/module/ui-components/index.js +1 -0
  131. package/lib/module/ui-components/index.js.map +1 -1
  132. package/lib/module/ui-components/loader/loading-result.js +1 -1
  133. package/lib/module/ui-components/loader/loading-result.js.map +1 -1
  134. package/lib/module/ui-components/pin/pin-lock-animation.js +477 -475
  135. package/lib/module/ui-components/pin/pin-lock-animation.js.map +1 -1
  136. package/lib/module/ui-components/proof-request/index.js +3 -0
  137. package/lib/module/ui-components/proof-request/index.js.map +1 -0
  138. package/lib/module/ui-components/proof-request/proof-request-set.js +39 -0
  139. package/lib/module/ui-components/proof-request/proof-request-set.js.map +1 -0
  140. package/lib/module/ui-components/screens/section-list-screen.js +15 -3
  141. package/lib/module/ui-components/screens/section-list-screen.js.map +1 -1
  142. package/lib/module/utils/array.js.map +1 -1
  143. package/lib/module/utils/hooks/app-state.js +27 -0
  144. package/lib/module/utils/hooks/app-state.js.map +1 -0
  145. package/lib/module/utils/hooks/core/backup.js +1 -1
  146. package/lib/module/utils/hooks/core/backup.js.map +1 -1
  147. package/lib/module/utils/hooks/core/cache.js +4 -1
  148. package/lib/module/utils/hooks/core/cache.js.map +1 -1
  149. package/lib/module/utils/hooks/core/credentials.js +12 -11
  150. package/lib/module/utils/hooks/core/credentials.js.map +1 -1
  151. package/lib/module/utils/hooks/core/identifiers.js +5 -5
  152. package/lib/module/utils/hooks/core/identifiers.js.map +1 -1
  153. package/lib/module/utils/hooks/core/index.js +1 -0
  154. package/lib/module/utils/hooks/core/index.js.map +1 -1
  155. package/lib/module/utils/hooks/core/proofs.js +42 -16
  156. package/lib/module/utils/hooks/core/proofs.js.map +1 -1
  157. package/lib/module/utils/hooks/core/wallet-unit.js +66 -0
  158. package/lib/module/utils/hooks/core/wallet-unit.js.map +1 -0
  159. package/lib/module/utils/hooks/index.js +1 -0
  160. package/lib/module/utils/hooks/index.js.map +1 -1
  161. package/lib/module/utils/hooks/revocation/credential-status.js +1 -1
  162. package/lib/module/utils/hooks/revocation/credential-status.js.map +1 -1
  163. package/lib/module/utils/index.js +1 -1
  164. package/lib/module/utils/index.js.map +1 -1
  165. package/lib/module/utils/parsers/credential-sharing-v2.js +177 -0
  166. package/lib/module/utils/parsers/credential-sharing-v2.js.map +1 -0
  167. package/lib/module/utils/parsers/credential-sharing.js +25 -12
  168. package/lib/module/utils/parsers/credential-sharing.js.map +1 -1
  169. package/lib/module/utils/parsers/credential.js +89 -57
  170. package/lib/module/utils/parsers/credential.js.map +1 -1
  171. package/lib/module/utils/parsers/index.js +1 -0
  172. package/lib/module/utils/parsers/index.js.map +1 -1
  173. package/lib/module/utils/parsers/query.js +4 -4
  174. package/lib/module/utils/parsers/query.js.map +1 -1
  175. package/lib/typescript/components/entity/entity-attributes.d.ts +1 -0
  176. package/lib/typescript/components/proof-request/index.d.ts +4 -3
  177. package/lib/typescript/components/proof-request/select-share-credential-card-notice.d.ts +7 -0
  178. package/lib/typescript/components/proof-request/share-credential-card-notice.d.ts +6 -0
  179. package/lib/typescript/components/proof-request/v1/index.d.ts +3 -0
  180. package/lib/typescript/components/proof-request/{select-credential.d.ts → v1/select-credential.d.ts} +1 -1
  181. package/lib/typescript/components/proof-request/{share-credential.d.ts → v1/share-credential.d.ts} +1 -1
  182. package/lib/typescript/components/proof-request/v2/index.d.ts +3 -0
  183. package/lib/typescript/components/proof-request/v2/select-credential-v2.d.ts +14 -0
  184. package/lib/typescript/components/proof-request/v2/share-credential-v2-group.d.ts +24 -0
  185. package/lib/typescript/components/proof-request/v2/share-credential-v2.d.ts +23 -0
  186. package/lib/typescript/ui-components/credential/group/credential-group-header.d.ts +10 -0
  187. package/lib/typescript/ui-components/credential/group/index.d.ts +3 -0
  188. package/lib/typescript/ui-components/credential/index.d.ts +1 -0
  189. package/lib/typescript/ui-components/header/foldable-header.d.ts +1 -0
  190. package/lib/typescript/ui-components/index.d.ts +1 -0
  191. package/lib/typescript/ui-components/loader/loading-result.d.ts +1 -1
  192. package/lib/typescript/ui-components/pin/pin-lock-animation.d.ts +311 -311
  193. package/lib/typescript/ui-components/proof-request/index.d.ts +3 -0
  194. package/lib/typescript/ui-components/proof-request/proof-request-set.d.ts +7 -0
  195. package/lib/typescript/ui-components/screens/section-list-screen.d.ts +4 -2
  196. package/lib/typescript/utils/array.d.ts +1 -0
  197. package/lib/typescript/utils/hooks/app-state.d.ts +5 -0
  198. package/lib/typescript/utils/hooks/core/backup.d.ts +1 -1
  199. package/lib/typescript/utils/hooks/core/credentials.d.ts +2 -1
  200. package/lib/typescript/utils/hooks/core/identifiers.d.ts +1 -1
  201. package/lib/typescript/utils/hooks/core/index.d.ts +1 -0
  202. package/lib/typescript/utils/hooks/core/proofs.d.ts +6 -10
  203. package/lib/typescript/utils/hooks/core/wallet-unit.d.ts +9 -0
  204. package/lib/typescript/utils/hooks/index.d.ts +1 -0
  205. package/lib/typescript/utils/index.d.ts +1 -1
  206. package/lib/typescript/utils/parsers/credential-sharing-v2.d.ts +10 -0
  207. package/lib/typescript/utils/parsers/credential-sharing.d.ts +7 -2
  208. package/lib/typescript/utils/parsers/credential.d.ts +1 -2
  209. package/lib/typescript/utils/parsers/index.d.ts +1 -0
  210. package/lib/typescript/utils/parsers/query.d.ts +2 -2
  211. package/package.json +13 -7
  212. package/src/components/entity/entity-attributes.tsx +3 -0
  213. package/src/components/entity/entity-details-with-buttons.tsx +1 -0
  214. package/src/components/proof-request/index.ts +4 -3
  215. package/src/components/proof-request/select-share-credential-card-notice.tsx +37 -0
  216. package/src/components/proof-request/share-credential-card-notice.tsx +33 -0
  217. package/src/components/proof-request/{group.tsx → v1/group.tsx} +1 -1
  218. package/src/components/proof-request/v1/index.ts +3 -0
  219. package/src/components/proof-request/{select-credential.tsx → v1/select-credential.tsx} +7 -4
  220. package/src/components/proof-request/{share-credential.tsx → v1/share-credential.tsx} +30 -51
  221. package/src/components/proof-request/v2/index.ts +3 -0
  222. package/src/components/proof-request/v2/select-credential-v2.tsx +52 -0
  223. package/src/components/proof-request/v2/share-credential-v2-group.tsx +258 -0
  224. package/src/components/proof-request/v2/share-credential-v2.tsx +202 -0
  225. package/src/ui-components/buttons/share-button.tsx +1 -1
  226. package/src/ui-components/camera/qr-code-scanner.tsx +11 -2
  227. package/src/ui-components/credential/card/credential-details-list-item.tsx +27 -49
  228. package/src/ui-components/credential/credential-attribute-item.tsx +2 -0
  229. package/src/ui-components/credential/group/credential-group-header.tsx +70 -0
  230. package/src/ui-components/credential/group/index.ts +4 -0
  231. package/src/ui-components/credential/index.ts +1 -0
  232. package/src/ui-components/header/foldable-header.tsx +31 -16
  233. package/src/ui-components/index.ts +1 -0
  234. package/src/ui-components/loader/loading-result.tsx +1 -1
  235. package/src/ui-components/pin/pin-lock-animation.tsx +240 -278
  236. package/src/ui-components/proof-request/index.ts +4 -0
  237. package/src/ui-components/proof-request/proof-request-set.tsx +46 -0
  238. package/src/ui-components/screens/section-list-screen.tsx +18 -4
  239. package/src/utils/array.ts +4 -0
  240. package/src/utils/hooks/app-state.ts +29 -0
  241. package/src/utils/hooks/core/backup.ts +2 -5
  242. package/src/utils/hooks/core/cache.ts +3 -0
  243. package/src/utils/hooks/core/credentials.ts +14 -6
  244. package/src/utils/hooks/core/identifiers.ts +15 -14
  245. package/src/utils/hooks/core/index.ts +2 -1
  246. package/src/utils/hooks/core/proofs.ts +40 -22
  247. package/src/utils/hooks/core/wallet-unit.ts +71 -0
  248. package/src/utils/hooks/index.ts +1 -0
  249. package/src/utils/hooks/revocation/credential-status.ts +1 -1
  250. package/src/utils/index.ts +1 -1
  251. package/src/utils/parsers/credential-sharing-v2.tsx +278 -0
  252. package/src/utils/parsers/credential-sharing.tsx +63 -40
  253. package/src/utils/parsers/credential.ts +100 -57
  254. package/src/utils/parsers/index.ts +1 -0
  255. package/src/utils/parsers/query.ts +6 -5
  256. package/lib/commonjs/components/proof-request/group.js.map +0 -1
  257. package/lib/commonjs/components/proof-request/select-credential.js.map +0 -1
  258. package/lib/commonjs/components/proof-request/share-credential.js.map +0 -1
  259. package/lib/module/components/proof-request/group.js.map +0 -1
  260. package/lib/module/components/proof-request/select-credential.js.map +0 -1
  261. package/lib/module/components/proof-request/share-credential.js.map +0 -1
  262. /package/lib/typescript/components/proof-request/{group.d.ts → v1/group.d.ts} +0 -0
@@ -4,323 +4,289 @@ import { colorArray } from '../../utils/color';
4
4
 
5
5
  const pinLockAnimation = (color: ColorValue) => {
6
6
  const cArray = colorArray(color);
7
+
8
+ // Sorting keys in this object causes a crash on Android, so please keep this object unchanged.
7
9
  return {
8
- assets: [],
9
- ddd: 0,
10
+ v: '5.5.1',
10
11
  fr: 29.9700012207031,
11
- h: 130,
12
12
  ip: 0,
13
+ op: 1798.00007323404,
14
+ w: 130,
15
+ h: 130,
16
+ nm: 'Comp 1',
17
+ ddd: 0,
18
+ assets: [],
13
19
  layers: [
14
20
  {
15
- ao: 0,
16
- bm: 0,
17
21
  ddd: 0,
22
+ ind: 1,
23
+ ty: 4,
24
+ nm: 'body',
25
+ sr: 1,
26
+ ks: {
27
+ o: { a: 0, k: 100, ix: 11 },
28
+ r: { a: 0, k: 0, ix: 10 },
29
+ p: { a: 0, k: [64.75, 65, 0], ix: 2 },
30
+ a: { a: 0, k: [0, 0, 0], ix: 1 },
31
+ s: { a: 0, k: [100, 100, 100], ix: 6 },
32
+ },
33
+ ao: 0,
18
34
  ef: [
19
35
  {
20
- ef: [
21
- {
22
- ix: 1,
23
- mn: 'ADBE Radial Wipe-0001',
24
- nm: 'Transition Completion',
25
- ty: 0,
26
- v: { a: 0, ix: 1, k: 0 },
27
- },
28
- {
29
- ix: 2,
30
- mn: 'ADBE Radial Wipe-0002',
31
- nm: 'Start Angle',
32
- ty: 0,
33
- v: { a: 0, ix: 2, k: 0 },
34
- },
35
- {
36
- ix: 3,
37
- mn: 'ADBE Radial Wipe-0003',
38
- nm: 'Wipe Center',
39
- ty: 3,
40
- v: { a: 0, ix: 3, k: [65, 65] },
41
- },
42
- {
43
- ix: 4,
44
- mn: 'ADBE Radial Wipe-0004',
45
- nm: 'Wipe',
46
- ty: 7,
47
- v: { a: 0, ix: 4, k: 1 },
48
- },
49
- {
50
- ix: 5,
51
- mn: 'ADBE Radial Wipe-0005',
52
- nm: 'Feather',
53
- ty: 0,
54
- v: { a: 0, ix: 5, k: 0 },
55
- },
56
- ],
57
- en: 1,
58
- ix: 1,
59
- mn: 'ADBE Radial Wipe',
36
+ ty: 26,
60
37
  nm: 'Radial Wipe',
61
38
  np: 7,
62
- ty: 26,
39
+ mn: 'ADBE Radial Wipe',
40
+ ix: 1,
41
+ en: 1,
42
+ ef: [
43
+ { ty: 0, nm: 'Transition Completion', mn: 'ADBE Radial Wipe-0001', ix: 1, v: { a: 0, k: 0, ix: 1 } },
44
+ { ty: 0, nm: 'Start Angle', mn: 'ADBE Radial Wipe-0002', ix: 2, v: { a: 0, k: 0, ix: 2 } },
45
+ { ty: 3, nm: 'Wipe Center', mn: 'ADBE Radial Wipe-0003', ix: 3, v: { a: 0, k: [65, 65], ix: 3 } },
46
+ { ty: 7, nm: 'Wipe', mn: 'ADBE Radial Wipe-0004', ix: 4, v: { a: 0, k: 1, ix: 4 } },
47
+ { ty: 0, nm: 'Feather', mn: 'ADBE Radial Wipe-0005', ix: 5, v: { a: 0, k: 0, ix: 5 } },
48
+ ],
63
49
  },
64
50
  ],
65
- ind: 1,
66
- ip: 0,
67
- ks: {
68
- a: { a: 0, ix: 1, k: [0, 0, 0] },
69
- o: { a: 0, ix: 11, k: 100 },
70
- p: { a: 0, ix: 2, k: [64.75, 65, 0] },
71
- r: { a: 0, ix: 10, k: 0 },
72
- s: { a: 0, ix: 6, k: [100, 100, 100] },
73
- },
74
- nm: 'body',
75
- op: 1832.00007461889,
76
51
  shapes: [
77
52
  {
78
- bm: 0,
79
- cix: 2,
80
- hd: false,
53
+ ty: 'gr',
81
54
  it: [
82
55
  {
83
56
  d: 1,
84
- hd: false,
85
- mn: 'ADBE Vector Shape - Ellipse',
86
- nm: 'Ellipse Path 1',
87
- p: { a: 0, ix: 3, k: [0, 0] },
88
- s: { a: 0, ix: 2, k: [86.041, 86.041] },
89
57
  ty: 'el',
58
+ s: { a: 0, k: [86.041, 86.041], ix: 2 },
59
+ p: { a: 0, k: [0, 0], ix: 3 },
60
+ nm: 'Ellipse Path 1',
61
+ mn: 'ADBE Vector Shape - Ellipse',
62
+ hd: false,
90
63
  },
91
64
  {
92
- bm: 0,
93
- c: { a: 0, ix: 3, k: [0, 0, 0, 1] },
94
- hd: false,
65
+ ty: 'st',
66
+ c: { a: 0, k: [0, 0, 0, 1], ix: 3 },
67
+ o: { a: 0, k: 100, ix: 4 },
68
+ w: { a: 0, k: 6, ix: 5 },
95
69
  lc: 1,
96
70
  lj: 1,
97
71
  ml: 4,
98
- mn: 'ADBE Vector Graphic - Stroke',
72
+ bm: 0,
99
73
  nm: 'Stroke 1',
100
- o: { a: 0, ix: 4, k: 100 },
101
- ty: 'st',
102
- w: { a: 0, ix: 5, k: 6 },
74
+ mn: 'ADBE Vector Graphic - Stroke',
75
+ hd: false,
103
76
  },
104
77
  {
105
- a: { a: 0, ix: 1, k: [0, 0] },
106
- nm: 'Transform',
107
- o: { a: 0, ix: 7, k: 100 },
108
- p: { a: 0, ix: 2, k: [0.25, 0] },
109
- r: { a: 0, ix: 6, k: 0 },
110
- s: { a: 0, ix: 3, k: [100, 100] },
111
- sa: { a: 0, ix: 5, k: 0 },
112
- sk: { a: 0, ix: 4, k: 0 },
113
78
  ty: 'tr',
79
+ p: { a: 0, k: [0.25, 0], ix: 2 },
80
+ a: { a: 0, k: [0, 0], ix: 1 },
81
+ s: { a: 0, k: [100, 100], ix: 3 },
82
+ r: { a: 0, k: 0, ix: 6 },
83
+ o: { a: 0, k: 100, ix: 7 },
84
+ sk: { a: 0, k: 0, ix: 4 },
85
+ sa: { a: 0, k: 0, ix: 5 },
86
+ nm: 'Transform',
114
87
  },
115
88
  ],
116
- ix: 1,
117
- mn: 'ADBE Vector Group',
118
89
  nm: 'Ellipse 1',
119
90
  np: 2,
120
- ty: 'gr',
121
- },
122
- {
123
- bm: 0,
124
91
  cix: 2,
92
+ bm: 0,
93
+ ix: 1,
94
+ mn: 'ADBE Vector Group',
125
95
  hd: false,
96
+ },
97
+ {
98
+ ty: 'gr',
126
99
  it: [
127
100
  {
128
101
  d: 1,
129
- hd: false,
130
- mn: 'ADBE Vector Shape - Ellipse',
131
- nm: 'Ellipse Path 1',
132
- p: { a: 0, ix: 3, k: [0, 0] },
133
- s: { a: 0, ix: 2, k: [9.352, 9.352] },
134
102
  ty: 'el',
103
+ s: { a: 0, k: [9.352, 9.352], ix: 2 },
104
+ p: { a: 0, k: [0, 0], ix: 3 },
105
+ nm: 'Ellipse Path 1',
106
+ mn: 'ADBE Vector Shape - Ellipse',
107
+ hd: false,
135
108
  },
136
109
  {
137
- bm: 0,
138
- c: { a: 0, ix: 3, k: [0, 0, 0, 1] },
139
- hd: false,
110
+ ty: 'st',
111
+ c: { a: 0, k: [0, 0, 0, 1], ix: 3 },
112
+ o: { a: 0, k: 100, ix: 4 },
113
+ w: { a: 0, k: 0, ix: 5 },
140
114
  lc: 1,
141
115
  lj: 1,
142
116
  ml: 4,
143
- mn: 'ADBE Vector Graphic - Stroke',
117
+ bm: 0,
144
118
  nm: 'Stroke 1',
145
- o: { a: 0, ix: 4, k: 100 },
146
- ty: 'st',
147
- w: { a: 0, ix: 5, k: 0 },
119
+ mn: 'ADBE Vector Graphic - Stroke',
120
+ hd: false,
148
121
  },
149
122
  {
123
+ ty: 'fl',
124
+ c: { a: 0, k: [0, 0, 0, 1], ix: 4 },
125
+ o: { a: 0, k: 100, ix: 5 },
126
+ r: 1,
150
127
  bm: 0,
151
- c: { a: 0, ix: 4, k: [0, 0, 0, 1] },
152
- hd: false,
153
- mn: 'ADBE Vector Graphic - Fill',
154
128
  nm: 'Fill 1',
155
- o: { a: 0, ix: 5, k: 100 },
156
- r: 1,
157
- ty: 'fl',
129
+ mn: 'ADBE Vector Graphic - Fill',
130
+ hd: false,
158
131
  },
159
132
  {
160
- a: { a: 0, ix: 1, k: [0, 0] },
161
- nm: 'Transform',
162
- o: { a: 0, ix: 7, k: 100 },
163
- p: { a: 0, ix: 2, k: [0, -1.5] },
164
- r: { a: 0, ix: 6, k: 0 },
165
- s: { a: 0, ix: 3, k: [100, 100] },
166
- sa: { a: 0, ix: 5, k: 0 },
167
- sk: { a: 0, ix: 4, k: 0 },
168
133
  ty: 'tr',
134
+ p: { a: 0, k: [0, -1.5], ix: 2 },
135
+ a: { a: 0, k: [0, 0], ix: 1 },
136
+ s: { a: 0, k: [100, 100], ix: 3 },
137
+ r: { a: 0, k: 0, ix: 6 },
138
+ o: { a: 0, k: 100, ix: 7 },
139
+ sk: { a: 0, k: 0, ix: 4 },
140
+ sa: { a: 0, k: 0, ix: 5 },
141
+ nm: 'Transform',
169
142
  },
170
143
  ],
171
- ix: 2,
172
- mn: 'ADBE Vector Group',
173
144
  nm: 'Ellipse 2',
174
145
  np: 3,
175
- ty: 'gr',
176
- },
177
- {
178
- bm: 0,
179
146
  cix: 2,
147
+ bm: 0,
148
+ ix: 2,
149
+ mn: 'ADBE Vector Group',
180
150
  hd: false,
151
+ },
152
+ {
153
+ ty: 'gr',
181
154
  it: [
182
155
  {
183
156
  d: 1,
184
- hd: false,
185
- mn: 'ADBE Vector Shape - Ellipse',
186
- nm: 'Ellipse Path 1',
187
- p: { a: 0, ix: 3, k: [0, 0] },
188
- s: { a: 0, ix: 2, k: [8.805, 8.805] },
189
157
  ty: 'el',
158
+ s: { a: 0, k: [8.805, 8.805], ix: 2 },
159
+ p: { a: 0, k: [0, 0], ix: 3 },
160
+ nm: 'Ellipse Path 1',
161
+ mn: 'ADBE Vector Shape - Ellipse',
162
+ hd: false,
190
163
  },
191
164
  {
192
- bm: 0,
193
- c: { a: 0, ix: 3, k: [0, 0, 0, 1] },
194
- hd: false,
165
+ ty: 'st',
166
+ c: { a: 0, k: [0, 0, 0, 1], ix: 3 },
167
+ o: { a: 0, k: 100, ix: 4 },
168
+ w: { a: 0, k: 0, ix: 5 },
195
169
  lc: 1,
196
170
  lj: 1,
197
171
  ml: 4,
198
- mn: 'ADBE Vector Graphic - Stroke',
172
+ bm: 0,
199
173
  nm: 'Stroke 1',
200
- o: { a: 0, ix: 4, k: 100 },
201
- ty: 'st',
202
- w: { a: 0, ix: 5, k: 0 },
174
+ mn: 'ADBE Vector Graphic - Stroke',
175
+ hd: false,
203
176
  },
204
177
  {
178
+ ty: 'fl',
179
+ c: { a: 0, k: [0, 0, 0, 1], ix: 4 },
180
+ o: { a: 0, k: 100, ix: 5 },
181
+ r: 1,
205
182
  bm: 0,
206
- c: { a: 0, ix: 4, k: [0, 0, 0, 1] },
207
- hd: false,
208
- mn: 'ADBE Vector Graphic - Fill',
209
183
  nm: 'Fill 1',
210
- o: { a: 0, ix: 5, k: 100 },
211
- r: 1,
212
- ty: 'fl',
184
+ mn: 'ADBE Vector Graphic - Fill',
185
+ hd: false,
213
186
  },
214
187
  {
215
- a: { a: 0, ix: 1, k: [0, 0] },
216
- nm: 'Transform',
217
- o: { a: 0, ix: 7, k: 100 },
218
- p: { a: 0, ix: 2, k: [31.518, -36.291] },
219
- r: { a: 0, ix: 6, k: 0 },
220
- s: { a: 0, ix: 3, k: [100, 100] },
221
- sa: { a: 0, ix: 5, k: 0 },
222
- sk: { a: 0, ix: 4, k: 0 },
223
188
  ty: 'tr',
189
+ p: { a: 0, k: [31.518, -36.291], ix: 2 },
190
+ a: { a: 0, k: [0, 0], ix: 1 },
191
+ s: { a: 0, k: [100, 100], ix: 3 },
192
+ r: { a: 0, k: 0, ix: 6 },
193
+ o: { a: 0, k: 100, ix: 7 },
194
+ sk: { a: 0, k: 0, ix: 4 },
195
+ sa: { a: 0, k: 0, ix: 5 },
196
+ nm: 'Transform',
224
197
  },
225
198
  ],
226
- ix: 3,
227
- mn: 'ADBE Vector Group',
228
199
  nm: 'Ellipse 3',
229
200
  np: 3,
230
- ty: 'gr',
231
- },
232
- {
233
- bm: 0,
234
201
  cix: 2,
202
+ bm: 0,
203
+ ix: 3,
204
+ mn: 'ADBE Vector Group',
235
205
  hd: false,
206
+ },
207
+ {
208
+ ty: 'gr',
236
209
  it: [
237
210
  {
211
+ ty: 'rc',
238
212
  d: 1,
239
- hd: false,
240
- mn: 'ADBE Vector Shape - Rect',
213
+ s: { a: 0, k: [9.703, 8.758], ix: 2 },
214
+ p: { a: 0, k: [0, 0], ix: 3 },
215
+ r: { a: 0, k: 0, ix: 4 },
241
216
  nm: 'Rectangle Path 1',
242
- p: { a: 0, ix: 3, k: [0, 0] },
243
- r: { a: 0, ix: 4, k: 0 },
244
- s: { a: 0, ix: 2, k: [9.703, 8.758] },
245
- ty: 'rc',
217
+ mn: 'ADBE Vector Shape - Rect',
218
+ hd: false,
246
219
  },
247
220
  {
248
- bm: 0,
249
- c: { a: 0, ix: 3, k: [0, 0, 0, 1] },
250
- hd: false,
221
+ ty: 'st',
222
+ c: { a: 0, k: [0, 0, 0, 1], ix: 3 },
223
+ o: { a: 0, k: 100, ix: 4 },
224
+ w: { a: 0, k: 5, ix: 5 },
251
225
  lc: 2,
252
226
  lj: 2,
253
- mn: 'ADBE Vector Graphic - Stroke',
227
+ bm: 0,
254
228
  nm: 'Stroke 1',
255
- o: { a: 0, ix: 4, k: 100 },
256
- ty: 'st',
257
- w: { a: 0, ix: 5, k: 5 },
229
+ mn: 'ADBE Vector Graphic - Stroke',
230
+ hd: false,
258
231
  },
259
232
  {
260
- a: { a: 0, ix: 1, k: [0, 0] },
261
- nm: 'Transform',
262
- o: { a: 0, ix: 7, k: 100 },
263
- p: { a: 0, ix: 2, k: [-0.145, -48.791] },
264
- r: { a: 0, ix: 6, k: 0 },
265
- s: { a: 0, ix: 3, k: [100, 100] },
266
- sa: { a: 0, ix: 5, k: 0 },
267
- sk: { a: 0, ix: 4, k: 0 },
268
233
  ty: 'tr',
234
+ p: { a: 0, k: [-0.145, -48.791], ix: 2 },
235
+ a: { a: 0, k: [0, 0], ix: 1 },
236
+ s: { a: 0, k: [100, 100], ix: 3 },
237
+ r: { a: 0, k: 0, ix: 6 },
238
+ o: { a: 0, k: 100, ix: 7 },
239
+ sk: { a: 0, k: 0, ix: 4 },
240
+ sa: { a: 0, k: 0, ix: 5 },
241
+ nm: 'Transform',
269
242
  },
270
243
  ],
271
- ix: 4,
272
- mn: 'ADBE Vector Group',
273
244
  nm: 'Rectangle 1',
274
245
  np: 3,
275
- ty: 'gr',
246
+ cix: 2,
247
+ bm: 0,
248
+ ix: 4,
249
+ mn: 'ADBE Vector Group',
250
+ hd: false,
276
251
  },
277
252
  ],
278
- sr: 1,
253
+ ip: 0,
254
+ op: 1832.00007461889,
279
255
  st: 0,
280
- ty: 4,
256
+ bm: 0,
281
257
  },
282
258
  {
283
- ao: 0,
284
- bm: 0,
285
259
  ddd: 0,
286
260
  ind: 2,
287
- ip: 0,
261
+ ty: 4,
262
+ nm: 'arrow',
263
+ sr: 1,
288
264
  ks: {
289
- a: { a: 0, ix: 1, k: [0, 0, 0] },
290
- o: { a: 0, ix: 11, k: 100 },
291
- p: { a: 0, ix: 2, k: [65, 65, 0] },
265
+ o: { a: 0, k: 100, ix: 11 },
292
266
  r: {
293
267
  a: 1,
294
- ix: 10,
295
268
  k: [
296
- {
297
- i: { x: [0.833], y: [0.833] },
298
- o: { x: [0.167], y: [0.167] },
299
- s: [0],
300
- t: 0,
301
- },
302
- { s: [360], t: 1797.00007319331 },
269
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 0, s: [0] },
270
+ { t: 1797.00007319331, s: [360] },
303
271
  ],
272
+ ix: 10,
304
273
  },
305
- s: { a: 0, ix: 6, k: [100, 100, 100] },
274
+ p: { a: 0, k: [65, 65, 0], ix: 2 },
275
+ a: { a: 0, k: [0, 0, 0], ix: 1 },
276
+ s: { a: 0, k: [100, 100, 100], ix: 6 },
306
277
  },
307
- nm: 'arrow',
308
- op: 1798.00007323404,
278
+ ao: 0,
309
279
  shapes: [
310
280
  {
311
- bm: 0,
312
- cix: 2,
313
- hd: false,
281
+ ty: 'gr',
314
282
  it: [
315
283
  {
316
- hd: false,
317
284
  ind: 0,
285
+ ty: 'sh',
318
286
  ix: 1,
319
287
  ks: {
320
288
  a: 0,
321
- ix: 2,
322
289
  k: {
323
- c: false,
324
290
  i: [
325
291
  [0, 0],
326
292
  [0, 0],
@@ -333,78 +299,78 @@ const pinLockAnimation = (color: ColorValue) => {
333
299
  [-0.25, 2.745],
334
300
  [-0.25, -27.755],
335
301
  ],
302
+ c: false,
336
303
  },
304
+ ix: 2,
337
305
  },
338
- mn: 'ADBE Vector Shape - Group',
339
306
  nm: 'Path 1',
340
- ty: 'sh',
307
+ mn: 'ADBE Vector Shape - Group',
308
+ hd: false,
341
309
  },
342
310
  {
343
- bm: 0,
344
- c: { a: 0, ix: 3, k: [0, 0, 0, 1] },
345
- hd: false,
311
+ ty: 'st',
312
+ c: { a: 0, k: [0, 0, 0, 1], ix: 3 },
313
+ o: { a: 0, k: 100, ix: 4 },
314
+ w: { a: 0, k: 6, ix: 5 },
346
315
  lc: 2,
347
316
  lj: 1,
348
317
  ml: 4,
349
- mn: 'ADBE Vector Graphic - Stroke',
318
+ bm: 0,
350
319
  nm: 'Stroke 1',
351
- o: { a: 0, ix: 4, k: 100 },
352
- ty: 'st',
353
- w: { a: 0, ix: 5, k: 6 },
320
+ mn: 'ADBE Vector Graphic - Stroke',
321
+ hd: false,
354
322
  },
355
323
  {
356
- a: { a: 0, ix: 1, k: [0, 0] },
357
- nm: 'Transform',
358
- o: { a: 0, ix: 7, k: 100 },
359
- p: { a: 0, ix: 2, k: [0, 5] },
360
- r: { a: 0, ix: 6, k: 0 },
361
- s: { a: 0, ix: 3, k: [-62.71, 157.64] },
362
- sa: { a: 0, ix: 5, k: 0 },
363
- sk: { a: 0, ix: 4, k: 0 },
364
324
  ty: 'tr',
325
+ p: { a: 0, k: [0, 5], ix: 2 },
326
+ a: { a: 0, k: [0, 0], ix: 1 },
327
+ s: { a: 0, k: [-62.71, 157.64], ix: 3 },
328
+ r: { a: 0, k: 0, ix: 6 },
329
+ o: { a: 0, k: 100, ix: 7 },
330
+ sk: { a: 0, k: 0, ix: 4 },
331
+ sa: { a: 0, k: 0, ix: 5 },
332
+ nm: 'Transform',
365
333
  },
366
334
  ],
367
- ix: 1,
368
- mn: 'ADBE Vector Group',
369
335
  nm: 'Shape 1',
370
336
  np: 3,
371
- ty: 'gr',
337
+ cix: 2,
338
+ bm: 0,
339
+ ix: 1,
340
+ mn: 'ADBE Vector Group',
341
+ hd: false,
372
342
  },
373
343
  ],
374
- sr: 1,
344
+ ip: 0,
345
+ op: 1798.00007323404,
375
346
  st: 0,
376
- ty: 4,
347
+ bm: 0,
377
348
  },
378
349
  {
379
- ao: 0,
380
- bm: 0,
381
350
  ddd: 0,
382
351
  ind: 3,
383
- ip: 0,
352
+ ty: 4,
353
+ nm: 'yellow',
354
+ sr: 1,
384
355
  ks: {
385
- a: { a: 0, ix: 1, k: [0, 0, 0] },
386
- o: { a: 0, ix: 11, k: 100 },
387
- p: { a: 0, ix: 2, k: [65.75, 65, 0] },
388
- r: { a: 0, ix: 10, k: 0 },
389
- s: { a: 0, ix: 6, k: [109.34, 109.34, 100] },
356
+ o: { a: 0, k: 100, ix: 11 },
357
+ r: { a: 0, k: 0, ix: 10 },
358
+ p: { a: 0, k: [65.75, 65, 0], ix: 2 },
359
+ a: { a: 0, k: [0, 0, 0], ix: 1 },
360
+ s: { a: 0, k: [109.34, 109.34, 100], ix: 6 },
390
361
  },
391
- nm: 'yellow',
392
- op: 1798.00007323404,
362
+ ao: 0,
393
363
  shapes: [
394
364
  {
395
- bm: 0,
396
- cix: 2,
397
- hd: false,
365
+ ty: 'gr',
398
366
  it: [
399
367
  {
400
- hd: false,
401
368
  ind: 0,
369
+ ty: 'sh',
402
370
  ix: 1,
403
371
  ks: {
404
372
  a: 0,
405
- ix: 2,
406
373
  k: {
407
- c: true,
408
374
  i: [
409
375
  [-2.232, 0],
410
376
  [0, -2.232],
@@ -423,77 +389,73 @@ const pinLockAnimation = (color: ColorValue) => {
423
389
  [0, 4.042],
424
390
  [-4.042, 0],
425
391
  ],
392
+ c: true,
426
393
  },
394
+ ix: 2,
427
395
  },
428
- mn: 'ADBE Vector Shape - Group',
429
396
  nm: 'Path 1',
430
- ty: 'sh',
397
+ mn: 'ADBE Vector Shape - Group',
398
+ hd: false,
431
399
  },
432
400
  {
433
- bm: 0,
434
- c: { a: 0, ix: 3, k: cArray },
435
- hd: false,
401
+ ty: 'st',
402
+ c: { a: 0, k: cArray, ix: 3 },
403
+ o: { a: 0, k: 100, ix: 4 },
404
+ w: { a: 0, k: 7, ix: 5 },
436
405
  lc: 1,
437
406
  lj: 1,
438
407
  ml: 4,
439
- mn: 'ADBE Vector Graphic - Stroke',
408
+ bm: 0,
440
409
  nm: 'Stroke 1',
441
- o: { a: 0, ix: 4, k: 100 },
442
- ty: 'st',
443
- w: { a: 0, ix: 5, k: 7 },
410
+ mn: 'ADBE Vector Graphic - Stroke',
411
+ hd: false,
444
412
  },
445
413
  {
446
- a: { a: 0, ix: 1, k: [0, 0] },
447
- nm: 'Transform',
448
- o: { a: 0, ix: 7, k: 100 },
449
- p: { a: 0, ix: 2, k: [-0.874, -0.013] },
450
- r: { a: 0, ix: 6, k: 0 },
451
- s: { a: 0, ix: 3, k: [533.496, 533.496] },
452
- sa: { a: 0, ix: 5, k: 0 },
453
- sk: { a: 0, ix: 4, k: 0 },
454
414
  ty: 'tr',
415
+ p: { a: 0, k: [-0.874, -0.013], ix: 2 },
416
+ a: { a: 0, k: [0, 0], ix: 1 },
417
+ s: { a: 0, k: [533.496, 533.496], ix: 3 },
418
+ r: { a: 0, k: 0, ix: 6 },
419
+ o: { a: 0, k: 100, ix: 7 },
420
+ sk: { a: 0, k: 0, ix: 4 },
421
+ sa: { a: 0, k: 0, ix: 5 },
422
+ nm: 'Transform',
455
423
  },
456
424
  ],
457
- ix: 1,
458
- mn: 'ADBE Vector Group',
459
425
  nm: 'Ellipse 2',
460
426
  np: 3,
461
- ty: 'gr',
427
+ cix: 2,
428
+ bm: 0,
429
+ ix: 1,
430
+ mn: 'ADBE Vector Group',
431
+ hd: false,
462
432
  },
463
433
  {
434
+ ty: 'tm',
435
+ s: { a: 0, k: 0, ix: 1 },
464
436
  e: {
465
437
  a: 1,
466
- ix: 2,
467
438
  k: [
468
- {
469
- i: { x: [0.833], y: [0.833] },
470
- o: { x: [0.167], y: [0.167] },
471
- s: [0],
472
- t: 0,
473
- },
474
- { s: [100], t: 1797.00007319331 },
439
+ { i: { x: [0.833], y: [0.833] }, o: { x: [0.167], y: [0.167] }, t: 0, s: [0] },
440
+ { t: 1797.00007319331, s: [100] },
475
441
  ],
442
+ ix: 2,
476
443
  },
477
- hd: false,
478
- ix: 2,
444
+ o: { a: 0, k: 0, ix: 3 },
479
445
  m: 1,
480
- mn: 'ADBE Vector Filter - Trim',
446
+ ix: 2,
481
447
  nm: 'Trim Paths 1',
482
- o: { a: 0, ix: 3, k: 0 },
483
- s: { a: 0, ix: 1, k: 0 },
484
- ty: 'tm',
448
+ mn: 'ADBE Vector Filter - Trim',
449
+ hd: false,
485
450
  },
486
451
  ],
487
- sr: 1,
452
+ ip: 0,
453
+ op: 1798.00007323404,
488
454
  st: 0,
489
- ty: 4,
455
+ bm: 0,
490
456
  },
491
457
  ],
492
- markers: [{ cm: '1', dr: 0, tm: 86.0000035028518 }],
493
- nm: 'Comp 1',
494
- op: 1798.00007323404,
495
- v: '5.5.1',
496
- w: 130,
458
+ markers: [{ tm: 86.0000035028518, cm: '1', dr: 0 }],
497
459
  };
498
460
  };
499
461