boxpay-checkout-reactnative-sdk 1.1.7-beta2 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (610) hide show
  1. package/README.md +66 -6
  2. package/android/build.gradle +1 -1
  3. package/android/src/main/java/com/reactnativemodule/BoxPayElementsView.kt +62 -0
  4. package/android/src/main/java/com/reactnativemodule/CrossPlaform.kt +48 -19
  5. package/android/src/main/java/com/reactnativemodule/ReactNativeModulePackage.kt +2 -3
  6. package/cross_platform_react_native_plugin.podspec +1 -1
  7. package/ios/BoxPayElementsView.m +10 -0
  8. package/ios/BoxPayElementsView.swift +82 -0
  9. package/ios/CrossPlatform.m +5 -2
  10. package/ios/CrossPlatform.swift +74 -26
  11. package/lib/module/index.js +108 -13
  12. package/lib/module/index.js.map +1 -1
  13. package/lib/module/interface.js +10 -30
  14. package/lib/module/interface.js.map +1 -1
  15. package/lib/module/native.js +35 -0
  16. package/lib/module/native.js.map +1 -0
  17. package/lib/typescript/src/index.d.ts +3 -3
  18. package/lib/typescript/src/index.d.ts.map +1 -1
  19. package/lib/typescript/src/interface.d.ts +20 -522
  20. package/lib/typescript/src/interface.d.ts.map +1 -1
  21. package/lib/typescript/src/native.d.ts +24 -0
  22. package/lib/typescript/src/native.d.ts.map +1 -0
  23. package/package.json +15 -21
  24. package/src/index.tsx +106 -13
  25. package/src/interface.ts +25 -602
  26. package/src/native.ts +72 -0
  27. package/assets/animations/boxpayLogo.json +0 -1135
  28. package/assets/animations/payment_failed.json +0 -487
  29. package/assets/animations/payment_status_pending.json +0 -750
  30. package/assets/animations/payment_successful.json +0 -1602
  31. package/assets/fonts/Inter_18pt-Bold.ttf +0 -0
  32. package/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
  33. package/assets/fonts/Inter_18pt-Medium.ttf +0 -0
  34. package/assets/fonts/Inter_18pt-Regular.ttf +0 -0
  35. package/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
  36. package/assets/fonts/Poppins-Bold.ttf +0 -0
  37. package/assets/fonts/Poppins-ExtraBold.ttf +0 -0
  38. package/assets/fonts/Poppins-Medium.ttf +0 -0
  39. package/assets/fonts/Poppins-Regular.ttf +0 -0
  40. package/assets/fonts/Poppins-SemiBold.ttf +0 -0
  41. package/assets/images/Lock.png +0 -0
  42. package/assets/images/add_icon.png +0 -0
  43. package/assets/images/add_upi_id_background.png +0 -0
  44. package/assets/images/arrow-left.png +0 -0
  45. package/assets/images/chervon-down.png +0 -0
  46. package/assets/images/cvv_info_image.png +0 -0
  47. package/assets/images/cvv_info_image_amex.png +0 -0
  48. package/assets/images/favicon.png +0 -0
  49. package/assets/images/gpay-icon.png +0 -0
  50. package/assets/images/ic_amex.png +0 -0
  51. package/assets/images/ic_bnpl.png +0 -0
  52. package/assets/images/ic_bnpl_semi_bold.png +0 -0
  53. package/assets/images/ic_card.png +0 -0
  54. package/assets/images/ic_card_add.png +0 -0
  55. package/assets/images/ic_card_lock.png +0 -0
  56. package/assets/images/ic_cross.png +0 -0
  57. package/assets/images/ic_cvv_info.png +0 -0
  58. package/assets/images/ic_default_card.png +0 -0
  59. package/assets/images/ic_emi.png +0 -0
  60. package/assets/images/ic_home.png +0 -0
  61. package/assets/images/ic_info.png +0 -0
  62. package/assets/images/ic_location.png +0 -0
  63. package/assets/images/ic_maestro.png +0 -0
  64. package/assets/images/ic_masterCard.png +0 -0
  65. package/assets/images/ic_more.png +0 -0
  66. package/assets/images/ic_netbanking.png +0 -0
  67. package/assets/images/ic_netbanking_semi_bold.png +0 -0
  68. package/assets/images/ic_offer_tag.png +0 -0
  69. package/assets/images/ic_other.png +0 -0
  70. package/assets/images/ic_qr.png +0 -0
  71. package/assets/images/ic_rupay.png +0 -0
  72. package/assets/images/ic_search.png +0 -0
  73. package/assets/images/ic_trash.png +0 -0
  74. package/assets/images/ic_upi.png +0 -0
  75. package/assets/images/ic_upi_error.png +0 -0
  76. package/assets/images/ic_user.png +0 -0
  77. package/assets/images/ic_visa.png +0 -0
  78. package/assets/images/ic_wallet.png +0 -0
  79. package/assets/images/ic_wallet_semi_bold.png +0 -0
  80. package/assets/images/ic_work.png +0 -0
  81. package/assets/images/no_results_found.png +0 -0
  82. package/assets/images/other-intent-icon.png +0 -0
  83. package/assets/images/paytm-icon.png +0 -0
  84. package/assets/images/phonepe-icon.png +0 -0
  85. package/assets/images/splash-icon.png +0 -0
  86. package/assets/images/upi-icon.png +0 -0
  87. package/assets/images/upi-timer-sheet-upi-icon.png +0 -0
  88. package/assets/json/countryCodes.json +0 -1490
  89. package/ios/Framework/CrossPlatformSDK.xcframework/Info.plist +0 -48
  90. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/CrossPlatformSDK +0 -0
  91. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Headers/CrossPlatformSDK.h +0 -168
  92. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Info.plist +0 -35
  93. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/CrossPlatformSDK.framework/Modules/module.modulemap +0 -8
  94. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64/dSYMs/CrossPlatformSDK.framework.dSYM/Contents/Info.plist +0 -20
  95. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/CrossPlatformSDK +0 -0
  96. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Headers/CrossPlatformSDK.h +0 -168
  97. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Info.plist +0 -31
  98. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/CrossPlatformSDK.framework/Modules/module.modulemap +0 -5
  99. package/ios/Framework/CrossPlatformSDK.xcframework/ios-arm64_x86_64-simulator/dSYMs/CrossPlatformSDK.framework.dSYM/Contents/Info.plist +0 -20
  100. package/lib/assets/animations/boxpayLogo.json +0 -1135
  101. package/lib/assets/animations/payment_failed.json +0 -487
  102. package/lib/assets/animations/payment_status_pending.json +0 -750
  103. package/lib/assets/animations/payment_successful.json +0 -1602
  104. package/lib/assets/assets/animations/boxpayLogo.json +0 -1135
  105. package/lib/assets/assets/animations/payment_failed.json +0 -487
  106. package/lib/assets/assets/animations/payment_status_pending.json +0 -750
  107. package/lib/assets/assets/animations/payment_successful.json +0 -1602
  108. package/lib/assets/assets/fonts/Inter_18pt-Bold.ttf +0 -0
  109. package/lib/assets/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
  110. package/lib/assets/assets/fonts/Inter_18pt-Medium.ttf +0 -0
  111. package/lib/assets/assets/fonts/Inter_18pt-Regular.ttf +0 -0
  112. package/lib/assets/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
  113. package/lib/assets/assets/fonts/Poppins-Bold.ttf +0 -0
  114. package/lib/assets/assets/fonts/Poppins-ExtraBold.ttf +0 -0
  115. package/lib/assets/assets/fonts/Poppins-Medium.ttf +0 -0
  116. package/lib/assets/assets/fonts/Poppins-Regular.ttf +0 -0
  117. package/lib/assets/assets/fonts/Poppins-SemiBold.ttf +0 -0
  118. package/lib/assets/assets/images/Lock.png +0 -0
  119. package/lib/assets/assets/images/add_icon.png +0 -0
  120. package/lib/assets/assets/images/add_upi_id_background.png +0 -0
  121. package/lib/assets/assets/images/arrow-left.png +0 -0
  122. package/lib/assets/assets/images/chervon-down.png +0 -0
  123. package/lib/assets/assets/images/cvv_info_image.png +0 -0
  124. package/lib/assets/assets/images/cvv_info_image_amex.png +0 -0
  125. package/lib/assets/assets/images/favicon.png +0 -0
  126. package/lib/assets/assets/images/gpay-icon.png +0 -0
  127. package/lib/assets/assets/images/ic_amex.png +0 -0
  128. package/lib/assets/assets/images/ic_bnpl.png +0 -0
  129. package/lib/assets/assets/images/ic_bnpl_semi_bold.png +0 -0
  130. package/lib/assets/assets/images/ic_card.png +0 -0
  131. package/lib/assets/assets/images/ic_card_add.png +0 -0
  132. package/lib/assets/assets/images/ic_card_lock.png +0 -0
  133. package/lib/assets/assets/images/ic_cross.png +0 -0
  134. package/lib/assets/assets/images/ic_cvv_info.png +0 -0
  135. package/lib/assets/assets/images/ic_default_card.png +0 -0
  136. package/lib/assets/assets/images/ic_emi.png +0 -0
  137. package/lib/assets/assets/images/ic_home.png +0 -0
  138. package/lib/assets/assets/images/ic_info.png +0 -0
  139. package/lib/assets/assets/images/ic_location.png +0 -0
  140. package/lib/assets/assets/images/ic_maestro.png +0 -0
  141. package/lib/assets/assets/images/ic_masterCard.png +0 -0
  142. package/lib/assets/assets/images/ic_more.png +0 -0
  143. package/lib/assets/assets/images/ic_netbanking.png +0 -0
  144. package/lib/assets/assets/images/ic_netbanking_semi_bold.png +0 -0
  145. package/lib/assets/assets/images/ic_offer_tag.png +0 -0
  146. package/lib/assets/assets/images/ic_other.png +0 -0
  147. package/lib/assets/assets/images/ic_qr.png +0 -0
  148. package/lib/assets/assets/images/ic_rupay.png +0 -0
  149. package/lib/assets/assets/images/ic_search.png +0 -0
  150. package/lib/assets/assets/images/ic_trash.png +0 -0
  151. package/lib/assets/assets/images/ic_upi.png +0 -0
  152. package/lib/assets/assets/images/ic_upi_error.png +0 -0
  153. package/lib/assets/assets/images/ic_user.png +0 -0
  154. package/lib/assets/assets/images/ic_visa.png +0 -0
  155. package/lib/assets/assets/images/ic_wallet.png +0 -0
  156. package/lib/assets/assets/images/ic_wallet_semi_bold.png +0 -0
  157. package/lib/assets/assets/images/ic_work.png +0 -0
  158. package/lib/assets/assets/images/no_results_found.png +0 -0
  159. package/lib/assets/assets/images/other-intent-icon.png +0 -0
  160. package/lib/assets/assets/images/paytm-icon.png +0 -0
  161. package/lib/assets/assets/images/phonepe-icon.png +0 -0
  162. package/lib/assets/assets/images/splash-icon.png +0 -0
  163. package/lib/assets/assets/images/upi-icon.png +0 -0
  164. package/lib/assets/assets/images/upi-timer-sheet-upi-icon.png +0 -0
  165. package/lib/assets/assets/json/countryCodes.json +0 -1490
  166. package/lib/assets/fonts/Inter_18pt-Bold.ttf +0 -0
  167. package/lib/assets/fonts/Inter_18pt-ExtraBold.ttf +0 -0
  168. package/lib/assets/fonts/Inter_18pt-Medium.ttf +0 -0
  169. package/lib/assets/fonts/Inter_18pt-Regular.ttf +0 -0
  170. package/lib/assets/fonts/Inter_18pt-SemiBold.ttf +0 -0
  171. package/lib/assets/fonts/Poppins-Bold.ttf +0 -0
  172. package/lib/assets/fonts/Poppins-ExtraBold.ttf +0 -0
  173. package/lib/assets/fonts/Poppins-Medium.ttf +0 -0
  174. package/lib/assets/fonts/Poppins-Regular.ttf +0 -0
  175. package/lib/assets/fonts/Poppins-SemiBold.ttf +0 -0
  176. package/lib/assets/images/Lock.png +0 -0
  177. package/lib/assets/images/add_icon.png +0 -0
  178. package/lib/assets/images/add_upi_id_background.png +0 -0
  179. package/lib/assets/images/arrow-left.png +0 -0
  180. package/lib/assets/images/chervon-down.png +0 -0
  181. package/lib/assets/images/cvv_info_image.png +0 -0
  182. package/lib/assets/images/cvv_info_image_amex.png +0 -0
  183. package/lib/assets/images/favicon.png +0 -0
  184. package/lib/assets/images/gpay-icon.png +0 -0
  185. package/lib/assets/images/ic_amex.png +0 -0
  186. package/lib/assets/images/ic_bnpl.png +0 -0
  187. package/lib/assets/images/ic_bnpl_semi_bold.png +0 -0
  188. package/lib/assets/images/ic_card.png +0 -0
  189. package/lib/assets/images/ic_card_add.png +0 -0
  190. package/lib/assets/images/ic_card_lock.png +0 -0
  191. package/lib/assets/images/ic_cross.png +0 -0
  192. package/lib/assets/images/ic_cvv_info.png +0 -0
  193. package/lib/assets/images/ic_default_card.png +0 -0
  194. package/lib/assets/images/ic_emi.png +0 -0
  195. package/lib/assets/images/ic_home.png +0 -0
  196. package/lib/assets/images/ic_info.png +0 -0
  197. package/lib/assets/images/ic_location.png +0 -0
  198. package/lib/assets/images/ic_maestro.png +0 -0
  199. package/lib/assets/images/ic_masterCard.png +0 -0
  200. package/lib/assets/images/ic_more.png +0 -0
  201. package/lib/assets/images/ic_netbanking.png +0 -0
  202. package/lib/assets/images/ic_netbanking_semi_bold.png +0 -0
  203. package/lib/assets/images/ic_offer_tag.png +0 -0
  204. package/lib/assets/images/ic_other.png +0 -0
  205. package/lib/assets/images/ic_qr.png +0 -0
  206. package/lib/assets/images/ic_rupay.png +0 -0
  207. package/lib/assets/images/ic_search.png +0 -0
  208. package/lib/assets/images/ic_trash.png +0 -0
  209. package/lib/assets/images/ic_upi.png +0 -0
  210. package/lib/assets/images/ic_upi_error.png +0 -0
  211. package/lib/assets/images/ic_user.png +0 -0
  212. package/lib/assets/images/ic_visa.png +0 -0
  213. package/lib/assets/images/ic_wallet.png +0 -0
  214. package/lib/assets/images/ic_wallet_semi_bold.png +0 -0
  215. package/lib/assets/images/ic_work.png +0 -0
  216. package/lib/assets/images/no_results_found.png +0 -0
  217. package/lib/assets/images/other-intent-icon.png +0 -0
  218. package/lib/assets/images/paytm-icon.png +0 -0
  219. package/lib/assets/images/phonepe-icon.png +0 -0
  220. package/lib/assets/images/splash-icon.png +0 -0
  221. package/lib/assets/images/upi-icon.png +0 -0
  222. package/lib/assets/images/upi-timer-sheet-upi-icon.png +0 -0
  223. package/lib/assets/json/countryCodes.json +0 -1490
  224. package/lib/module/components/addressCard.js +0 -186
  225. package/lib/module/components/addressCard.js.map +0 -1
  226. package/lib/module/components/applyCouponCard.js +0 -145
  227. package/lib/module/components/applyCouponCard.js.map +0 -1
  228. package/lib/module/components/bankCard.js +0 -59
  229. package/lib/module/components/bankCard.js.map +0 -1
  230. package/lib/module/components/cancelPaymentModal.js +0 -74
  231. package/lib/module/components/cancelPaymentModal.js.map +0 -1
  232. package/lib/module/components/checkboxContainer.js +0 -65
  233. package/lib/module/components/checkboxContainer.js.map +0 -1
  234. package/lib/module/components/circularProgress.js +0 -75
  235. package/lib/module/components/circularProgress.js.map +0 -1
  236. package/lib/module/components/cvvInfoBottomSheet.js +0 -73
  237. package/lib/module/components/cvvInfoBottomSheet.js.map +0 -1
  238. package/lib/module/components/deleteAddressModal.js +0 -120
  239. package/lib/module/components/deleteAddressModal.js.map +0 -1
  240. package/lib/module/components/fontFamily.js +0 -30
  241. package/lib/module/components/fontFamily.js.map +0 -1
  242. package/lib/module/components/getInstalledUPI.js +0 -27
  243. package/lib/module/components/getInstalledUPI.js.map +0 -1
  244. package/lib/module/components/header.js +0 -127
  245. package/lib/module/components/header.js.map +0 -1
  246. package/lib/module/components/imageLoader.js +0 -93
  247. package/lib/module/components/imageLoader.js.map +0 -1
  248. package/lib/module/components/knowMoreBottomSheet.js +0 -113
  249. package/lib/module/components/knowMoreBottomSheet.js.map +0 -1
  250. package/lib/module/components/morePaymentContainer.js +0 -66
  251. package/lib/module/components/morePaymentContainer.js.map +0 -1
  252. package/lib/module/components/morePaymentMethods.js +0 -177
  253. package/lib/module/components/morePaymentMethods.js.map +0 -1
  254. package/lib/module/components/offerCard.js +0 -148
  255. package/lib/module/components/offerCard.js.map +0 -1
  256. package/lib/module/components/orderDetails.js +0 -404
  257. package/lib/module/components/orderDetails.js.map +0 -1
  258. package/lib/module/components/paymentFailed.js +0 -98
  259. package/lib/module/components/paymentFailed.js.map +0 -1
  260. package/lib/module/components/paymentSelector.js +0 -158
  261. package/lib/module/components/paymentSelector.js.map +0 -1
  262. package/lib/module/components/paymentSuccess.js +0 -244
  263. package/lib/module/components/paymentSuccess.js.map +0 -1
  264. package/lib/module/components/savedAddressBottomSheet.js +0 -130
  265. package/lib/module/components/savedAddressBottomSheet.js.map +0 -1
  266. package/lib/module/components/savedAddressCard.js +0 -117
  267. package/lib/module/components/savedAddressCard.js.map +0 -1
  268. package/lib/module/components/savedCardComponent.js +0 -238
  269. package/lib/module/components/savedCardComponent.js.map +0 -1
  270. package/lib/module/components/selectTenureCard.js +0 -393
  271. package/lib/module/components/selectTenureCard.js.map +0 -1
  272. package/lib/module/components/sessionExpire.js +0 -96
  273. package/lib/module/components/sessionExpire.js.map +0 -1
  274. package/lib/module/components/shimmerView.js +0 -40
  275. package/lib/module/components/shimmerView.js.map +0 -1
  276. package/lib/module/navigation.js +0 -87
  277. package/lib/module/navigation.js.map +0 -1
  278. package/lib/module/postRequest/callUIAnalytics.js +0 -43
  279. package/lib/module/postRequest/callUIAnalytics.js.map +0 -1
  280. package/lib/module/postRequest/cardPostRequest.js +0 -60
  281. package/lib/module/postRequest/cardPostRequest.js.map +0 -1
  282. package/lib/module/postRequest/deleteSavedAddress.js +0 -33
  283. package/lib/module/postRequest/deleteSavedAddress.js.map +0 -1
  284. package/lib/module/postRequest/emiPostRequest.js +0 -68
  285. package/lib/module/postRequest/emiPostRequest.js.map +0 -1
  286. package/lib/module/postRequest/fetchCardDetails.js +0 -26
  287. package/lib/module/postRequest/fetchCardDetails.js.map +0 -1
  288. package/lib/module/postRequest/fetchInstantOffer.js +0 -29
  289. package/lib/module/postRequest/fetchInstantOffer.js.map +0 -1
  290. package/lib/module/postRequest/fetchPaymentMethods.js +0 -25
  291. package/lib/module/postRequest/fetchPaymentMethods.js.map +0 -1
  292. package/lib/module/postRequest/fetchRecommendedInstruments.js +0 -30
  293. package/lib/module/postRequest/fetchRecommendedInstruments.js.map +0 -1
  294. package/lib/module/postRequest/fetchSavedAddress.js +0 -30
  295. package/lib/module/postRequest/fetchSavedAddress.js.map +0 -1
  296. package/lib/module/postRequest/fetchSessionDetails.js +0 -25
  297. package/lib/module/postRequest/fetchSessionDetails.js.map +0 -1
  298. package/lib/module/postRequest/fetchStatus.js +0 -25
  299. package/lib/module/postRequest/fetchStatus.js.map +0 -1
  300. package/lib/module/postRequest/fetchSurcharge.js +0 -36
  301. package/lib/module/postRequest/fetchSurcharge.js.map +0 -1
  302. package/lib/module/postRequest/methodsPostRequest.js +0 -48
  303. package/lib/module/postRequest/methodsPostRequest.js.map +0 -1
  304. package/lib/module/postRequest/upiPostRequest.js +0 -46
  305. package/lib/module/postRequest/upiPostRequest.js.map +0 -1
  306. package/lib/module/screens/addressScreen.js +0 -771
  307. package/lib/module/screens/addressScreen.js.map +0 -1
  308. package/lib/module/screens/bnplScreen.js +0 -249
  309. package/lib/module/screens/bnplScreen.js.map +0 -1
  310. package/lib/module/screens/cardScreen.js +0 -903
  311. package/lib/module/screens/cardScreen.js.map +0 -1
  312. package/lib/module/screens/emiScreen.js +0 -638
  313. package/lib/module/screens/emiScreen.js.map +0 -1
  314. package/lib/module/screens/instantOfferList.js +0 -117
  315. package/lib/module/screens/instantOfferList.js.map +0 -1
  316. package/lib/module/screens/mainScreen.js +0 -873
  317. package/lib/module/screens/mainScreen.js.map +0 -1
  318. package/lib/module/screens/netBankingScreen.js +0 -360
  319. package/lib/module/screens/netBankingScreen.js.map +0 -1
  320. package/lib/module/screens/savedAddressScreen.js +0 -274
  321. package/lib/module/screens/savedAddressScreen.js.map +0 -1
  322. package/lib/module/screens/selectTenureScreen.js +0 -105
  323. package/lib/module/screens/selectTenureScreen.js.map +0 -1
  324. package/lib/module/screens/upiScreen.js +0 -557
  325. package/lib/module/screens/upiScreen.js.map +0 -1
  326. package/lib/module/screens/upiTimerScreen.js +0 -212
  327. package/lib/module/screens/upiTimerScreen.js.map +0 -1
  328. package/lib/module/screens/walletScreen.js +0 -327
  329. package/lib/module/screens/walletScreen.js.map +0 -1
  330. package/lib/module/screens/webViewScreen.js +0 -87
  331. package/lib/module/screens/webViewScreen.js.map +0 -1
  332. package/lib/module/sdk-version.json +0 -1
  333. package/lib/module/serviceRequest.js +0 -27
  334. package/lib/module/serviceRequest.js.map +0 -1
  335. package/lib/module/sharedContext/checkoutDetailsHandler.js +0 -98
  336. package/lib/module/sharedContext/checkoutDetailsHandler.js.map +0 -1
  337. package/lib/module/sharedContext/handlePaymentResponseHandler.js +0 -278
  338. package/lib/module/sharedContext/handlePaymentResponseHandler.js.map +0 -1
  339. package/lib/module/sharedContext/paymentStatusHandler.js +0 -9
  340. package/lib/module/sharedContext/paymentStatusHandler.js.map +0 -1
  341. package/lib/module/sharedContext/userdataHandler.js +0 -50
  342. package/lib/module/sharedContext/userdataHandler.js.map +0 -1
  343. package/lib/module/styles/components/addressCardStyles.js +0 -55
  344. package/lib/module/styles/components/addressCardStyles.js.map +0 -1
  345. package/lib/module/styles/components/bankCardStyles.js +0 -61
  346. package/lib/module/styles/components/bankCardStyles.js.map +0 -1
  347. package/lib/module/styles/components/cancelPaymentModalStyles.js +0 -83
  348. package/lib/module/styles/components/cancelPaymentModalStyles.js.map +0 -1
  349. package/lib/module/styles/components/cvvInfoBottomSheetStyles.js +0 -52
  350. package/lib/module/styles/components/cvvInfoBottomSheetStyles.js.map +0 -1
  351. package/lib/module/styles/components/savedAddressCardStyles.js +0 -64
  352. package/lib/module/styles/components/savedAddressCardStyles.js.map +0 -1
  353. package/lib/module/styles/indexStyles.js +0 -70
  354. package/lib/module/styles/indexStyles.js.map +0 -1
  355. package/lib/module/styles/screens/addressScreenStyles..js +0 -61
  356. package/lib/module/styles/screens/addressScreenStyles..js.map +0 -1
  357. package/lib/module/styles/screens/bnplScreenStyles.js +0 -81
  358. package/lib/module/styles/screens/bnplScreenStyles.js.map +0 -1
  359. package/lib/module/styles/screens/cardScreenStyles.js +0 -164
  360. package/lib/module/styles/screens/cardScreenStyles.js.map +0 -1
  361. package/lib/module/styles/screens/emiScreenStyles.js +0 -130
  362. package/lib/module/styles/screens/emiScreenStyles.js.map +0 -1
  363. package/lib/module/styles/screens/instantOfferScreenStyles.js +0 -45
  364. package/lib/module/styles/screens/instantOfferScreenStyles.js.map +0 -1
  365. package/lib/module/styles/screens/netBankingScreenStyles.js +0 -102
  366. package/lib/module/styles/screens/netBankingScreenStyles.js.map +0 -1
  367. package/lib/module/styles/screens/savedAddressScreenStyles.js +0 -52
  368. package/lib/module/styles/screens/savedAddressScreenStyles.js.map +0 -1
  369. package/lib/module/styles/screens/selectTenureScreenStyles.js +0 -45
  370. package/lib/module/styles/screens/selectTenureScreenStyles.js.map +0 -1
  371. package/lib/module/styles/screens/upiScreenStyles.js +0 -172
  372. package/lib/module/styles/screens/upiScreenStyles.js.map +0 -1
  373. package/lib/module/styles/screens/upiTimerScreenStyle.js +0 -97
  374. package/lib/module/styles/screens/upiTimerScreenStyle.js.map +0 -1
  375. package/lib/module/styles/screens/walletScreenStyles.js +0 -99
  376. package/lib/module/styles/screens/walletScreenStyles.js.map +0 -1
  377. package/lib/module/utility.js +0 -172
  378. package/lib/module/utility.js.map +0 -1
  379. package/lib/typescript/src/components/addressCard.d.ts +0 -7
  380. package/lib/typescript/src/components/addressCard.d.ts.map +0 -1
  381. package/lib/typescript/src/components/applyCouponCard.d.ts +0 -15
  382. package/lib/typescript/src/components/applyCouponCard.d.ts.map +0 -1
  383. package/lib/typescript/src/components/bankCard.d.ts +0 -11
  384. package/lib/typescript/src/components/bankCard.d.ts.map +0 -1
  385. package/lib/typescript/src/components/cancelPaymentModal.d.ts +0 -8
  386. package/lib/typescript/src/components/cancelPaymentModal.d.ts.map +0 -1
  387. package/lib/typescript/src/components/checkboxContainer.d.ts +0 -8
  388. package/lib/typescript/src/components/checkboxContainer.d.ts.map +0 -1
  389. package/lib/typescript/src/components/circularProgress.d.ts +0 -10
  390. package/lib/typescript/src/components/circularProgress.d.ts.map +0 -1
  391. package/lib/typescript/src/components/cvvInfoBottomSheet.d.ts +0 -7
  392. package/lib/typescript/src/components/cvvInfoBottomSheet.d.ts.map +0 -1
  393. package/lib/typescript/src/components/deleteAddressModal.d.ts +0 -9
  394. package/lib/typescript/src/components/deleteAddressModal.d.ts.map +0 -1
  395. package/lib/typescript/src/components/fontFamily.d.ts +0 -14
  396. package/lib/typescript/src/components/fontFamily.d.ts.map +0 -1
  397. package/lib/typescript/src/components/getInstalledUPI.d.ts +0 -2
  398. package/lib/typescript/src/components/getInstalledUPI.d.ts.map +0 -1
  399. package/lib/typescript/src/components/header.d.ts +0 -10
  400. package/lib/typescript/src/components/header.d.ts.map +0 -1
  401. package/lib/typescript/src/components/imageLoader.d.ts +0 -8
  402. package/lib/typescript/src/components/imageLoader.d.ts.map +0 -1
  403. package/lib/typescript/src/components/knowMoreBottomSheet.d.ts +0 -6
  404. package/lib/typescript/src/components/knowMoreBottomSheet.d.ts.map +0 -1
  405. package/lib/typescript/src/components/morePaymentContainer.d.ts +0 -10
  406. package/lib/typescript/src/components/morePaymentContainer.d.ts.map +0 -1
  407. package/lib/typescript/src/components/morePaymentMethods.d.ts +0 -11
  408. package/lib/typescript/src/components/morePaymentMethods.d.ts.map +0 -1
  409. package/lib/typescript/src/components/offerCard.d.ts +0 -15
  410. package/lib/typescript/src/components/offerCard.d.ts.map +0 -1
  411. package/lib/typescript/src/components/orderDetails.d.ts +0 -23
  412. package/lib/typescript/src/components/orderDetails.d.ts.map +0 -1
  413. package/lib/typescript/src/components/paymentFailed.d.ts +0 -8
  414. package/lib/typescript/src/components/paymentFailed.d.ts.map +0 -1
  415. package/lib/typescript/src/components/paymentSelector.d.ts +0 -12
  416. package/lib/typescript/src/components/paymentSelector.d.ts.map +0 -1
  417. package/lib/typescript/src/components/paymentSuccess.d.ts +0 -10
  418. package/lib/typescript/src/components/paymentSuccess.d.ts.map +0 -1
  419. package/lib/typescript/src/components/savedAddressBottomSheet.d.ts +0 -14
  420. package/lib/typescript/src/components/savedAddressBottomSheet.d.ts.map +0 -1
  421. package/lib/typescript/src/components/savedAddressCard.d.ts +0 -9
  422. package/lib/typescript/src/components/savedAddressCard.d.ts.map +0 -1
  423. package/lib/typescript/src/components/savedCardComponent.d.ts +0 -12
  424. package/lib/typescript/src/components/savedCardComponent.d.ts.map +0 -1
  425. package/lib/typescript/src/components/selectTenureCard.d.ts +0 -21
  426. package/lib/typescript/src/components/selectTenureCard.d.ts.map +0 -1
  427. package/lib/typescript/src/components/sessionExpire.d.ts +0 -7
  428. package/lib/typescript/src/components/sessionExpire.d.ts.map +0 -1
  429. package/lib/typescript/src/components/shimmerView.d.ts +0 -3
  430. package/lib/typescript/src/components/shimmerView.d.ts.map +0 -1
  431. package/lib/typescript/src/navigation.d.ts +0 -17
  432. package/lib/typescript/src/navigation.d.ts.map +0 -1
  433. package/lib/typescript/src/postRequest/callUIAnalytics.d.ts +0 -4
  434. package/lib/typescript/src/postRequest/callUIAnalytics.d.ts.map +0 -1
  435. package/lib/typescript/src/postRequest/cardPostRequest.d.ts +0 -4
  436. package/lib/typescript/src/postRequest/cardPostRequest.d.ts.map +0 -1
  437. package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts +0 -4
  438. package/lib/typescript/src/postRequest/deleteSavedAddress.d.ts.map +0 -1
  439. package/lib/typescript/src/postRequest/emiPostRequest.d.ts +0 -13
  440. package/lib/typescript/src/postRequest/emiPostRequest.d.ts.map +0 -1
  441. package/lib/typescript/src/postRequest/fetchCardDetails.d.ts +0 -4
  442. package/lib/typescript/src/postRequest/fetchCardDetails.d.ts.map +0 -1
  443. package/lib/typescript/src/postRequest/fetchInstantOffer.d.ts +0 -4
  444. package/lib/typescript/src/postRequest/fetchInstantOffer.d.ts.map +0 -1
  445. package/lib/typescript/src/postRequest/fetchPaymentMethods.d.ts +0 -4
  446. package/lib/typescript/src/postRequest/fetchPaymentMethods.d.ts.map +0 -1
  447. package/lib/typescript/src/postRequest/fetchRecommendedInstruments.d.ts +0 -4
  448. package/lib/typescript/src/postRequest/fetchRecommendedInstruments.d.ts.map +0 -1
  449. package/lib/typescript/src/postRequest/fetchSavedAddress.d.ts +0 -4
  450. package/lib/typescript/src/postRequest/fetchSavedAddress.d.ts.map +0 -1
  451. package/lib/typescript/src/postRequest/fetchSessionDetails.d.ts +0 -4
  452. package/lib/typescript/src/postRequest/fetchSessionDetails.d.ts.map +0 -1
  453. package/lib/typescript/src/postRequest/fetchStatus.d.ts +0 -4
  454. package/lib/typescript/src/postRequest/fetchStatus.d.ts.map +0 -1
  455. package/lib/typescript/src/postRequest/fetchSurcharge.d.ts +0 -4
  456. package/lib/typescript/src/postRequest/fetchSurcharge.d.ts.map +0 -1
  457. package/lib/typescript/src/postRequest/methodsPostRequest.d.ts +0 -4
  458. package/lib/typescript/src/postRequest/methodsPostRequest.d.ts.map +0 -1
  459. package/lib/typescript/src/postRequest/upiPostRequest.d.ts +0 -4
  460. package/lib/typescript/src/postRequest/upiPostRequest.d.ts.map +0 -1
  461. package/lib/typescript/src/screens/addressScreen.d.ts +0 -11
  462. package/lib/typescript/src/screens/addressScreen.d.ts.map +0 -1
  463. package/lib/typescript/src/screens/bnplScreen.d.ts +0 -9
  464. package/lib/typescript/src/screens/bnplScreen.d.ts.map +0 -1
  465. package/lib/typescript/src/screens/cardScreen.d.ts +0 -11
  466. package/lib/typescript/src/screens/cardScreen.d.ts.map +0 -1
  467. package/lib/typescript/src/screens/emiScreen.d.ts +0 -9
  468. package/lib/typescript/src/screens/emiScreen.d.ts.map +0 -1
  469. package/lib/typescript/src/screens/instantOfferList.d.ts +0 -19
  470. package/lib/typescript/src/screens/instantOfferList.d.ts.map +0 -1
  471. package/lib/typescript/src/screens/mainScreen.d.ts +0 -11
  472. package/lib/typescript/src/screens/mainScreen.d.ts.map +0 -1
  473. package/lib/typescript/src/screens/netBankingScreen.d.ts +0 -9
  474. package/lib/typescript/src/screens/netBankingScreen.d.ts.map +0 -1
  475. package/lib/typescript/src/screens/savedAddressScreen.d.ts +0 -9
  476. package/lib/typescript/src/screens/savedAddressScreen.d.ts.map +0 -1
  477. package/lib/typescript/src/screens/selectTenureScreen.d.ts +0 -12
  478. package/lib/typescript/src/screens/selectTenureScreen.d.ts.map +0 -1
  479. package/lib/typescript/src/screens/upiScreen.d.ts +0 -20
  480. package/lib/typescript/src/screens/upiScreen.d.ts.map +0 -1
  481. package/lib/typescript/src/screens/upiTimerScreen.d.ts +0 -11
  482. package/lib/typescript/src/screens/upiTimerScreen.d.ts.map +0 -1
  483. package/lib/typescript/src/screens/walletScreen.d.ts +0 -9
  484. package/lib/typescript/src/screens/walletScreen.d.ts.map +0 -1
  485. package/lib/typescript/src/screens/webViewScreen.d.ts +0 -9
  486. package/lib/typescript/src/screens/webViewScreen.d.ts.map +0 -1
  487. package/lib/typescript/src/serviceRequest.d.ts +0 -3
  488. package/lib/typescript/src/serviceRequest.d.ts.map +0 -1
  489. package/lib/typescript/src/sharedContext/checkoutDetailsHandler.d.ts +0 -8
  490. package/lib/typescript/src/sharedContext/checkoutDetailsHandler.d.ts.map +0 -1
  491. package/lib/typescript/src/sharedContext/handlePaymentResponseHandler.d.ts +0 -16
  492. package/lib/typescript/src/sharedContext/handlePaymentResponseHandler.d.ts.map +0 -1
  493. package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts +0 -7
  494. package/lib/typescript/src/sharedContext/paymentStatusHandler.d.ts.map +0 -1
  495. package/lib/typescript/src/sharedContext/userdataHandler.d.ts +0 -8
  496. package/lib/typescript/src/sharedContext/userdataHandler.d.ts.map +0 -1
  497. package/lib/typescript/src/styles/components/addressCardStyles.d.ts +0 -52
  498. package/lib/typescript/src/styles/components/addressCardStyles.d.ts.map +0 -1
  499. package/lib/typescript/src/styles/components/bankCardStyles.d.ts +0 -58
  500. package/lib/typescript/src/styles/components/bankCardStyles.d.ts.map +0 -1
  501. package/lib/typescript/src/styles/components/cancelPaymentModalStyles.d.ts +0 -80
  502. package/lib/typescript/src/styles/components/cancelPaymentModalStyles.d.ts.map +0 -1
  503. package/lib/typescript/src/styles/components/cvvInfoBottomSheetStyles.d.ts +0 -49
  504. package/lib/typescript/src/styles/components/cvvInfoBottomSheetStyles.d.ts.map +0 -1
  505. package/lib/typescript/src/styles/components/savedAddressCardStyles.d.ts +0 -61
  506. package/lib/typescript/src/styles/components/savedAddressCardStyles.d.ts.map +0 -1
  507. package/lib/typescript/src/styles/indexStyles.d.ts +0 -67
  508. package/lib/typescript/src/styles/indexStyles.d.ts.map +0 -1
  509. package/lib/typescript/src/styles/screens/addressScreenStyles..d.ts +0 -58
  510. package/lib/typescript/src/styles/screens/addressScreenStyles..d.ts.map +0 -1
  511. package/lib/typescript/src/styles/screens/bnplScreenStyles.d.ts +0 -78
  512. package/lib/typescript/src/styles/screens/bnplScreenStyles.d.ts.map +0 -1
  513. package/lib/typescript/src/styles/screens/cardScreenStyles.d.ts +0 -161
  514. package/lib/typescript/src/styles/screens/cardScreenStyles.d.ts.map +0 -1
  515. package/lib/typescript/src/styles/screens/emiScreenStyles.d.ts +0 -127
  516. package/lib/typescript/src/styles/screens/emiScreenStyles.d.ts.map +0 -1
  517. package/lib/typescript/src/styles/screens/instantOfferScreenStyles.d.ts +0 -42
  518. package/lib/typescript/src/styles/screens/instantOfferScreenStyles.d.ts.map +0 -1
  519. package/lib/typescript/src/styles/screens/netBankingScreenStyles.d.ts +0 -99
  520. package/lib/typescript/src/styles/screens/netBankingScreenStyles.d.ts.map +0 -1
  521. package/lib/typescript/src/styles/screens/savedAddressScreenStyles.d.ts +0 -49
  522. package/lib/typescript/src/styles/screens/savedAddressScreenStyles.d.ts.map +0 -1
  523. package/lib/typescript/src/styles/screens/selectTenureScreenStyles.d.ts +0 -42
  524. package/lib/typescript/src/styles/screens/selectTenureScreenStyles.d.ts.map +0 -1
  525. package/lib/typescript/src/styles/screens/upiScreenStyles.d.ts +0 -168
  526. package/lib/typescript/src/styles/screens/upiScreenStyles.d.ts.map +0 -1
  527. package/lib/typescript/src/styles/screens/upiTimerScreenStyle.d.ts +0 -94
  528. package/lib/typescript/src/styles/screens/upiTimerScreenStyle.d.ts.map +0 -1
  529. package/lib/typescript/src/styles/screens/walletScreenStyles.d.ts +0 -96
  530. package/lib/typescript/src/styles/screens/walletScreenStyles.d.ts.map +0 -1
  531. package/lib/typescript/src/utility.d.ts +0 -59
  532. package/lib/typescript/src/utility.d.ts.map +0 -1
  533. package/src/components/addressCard.tsx +0 -219
  534. package/src/components/applyCouponCard.tsx +0 -197
  535. package/src/components/bankCard.tsx +0 -50
  536. package/src/components/cancelPaymentModal.tsx +0 -68
  537. package/src/components/checkboxContainer.tsx +0 -66
  538. package/src/components/circularProgress.tsx +0 -74
  539. package/src/components/cvvInfoBottomSheet.tsx +0 -58
  540. package/src/components/deleteAddressModal.tsx +0 -105
  541. package/src/components/fontFamily.tsx +0 -33
  542. package/src/components/getInstalledUPI.ts +0 -32
  543. package/src/components/header.tsx +0 -112
  544. package/src/components/imageLoader.tsx +0 -110
  545. package/src/components/knowMoreBottomSheet.tsx +0 -111
  546. package/src/components/morePaymentContainer.tsx +0 -66
  547. package/src/components/morePaymentMethods.tsx +0 -236
  548. package/src/components/offerCard.tsx +0 -173
  549. package/src/components/orderDetails.tsx +0 -503
  550. package/src/components/paymentFailed.tsx +0 -95
  551. package/src/components/paymentSelector.tsx +0 -186
  552. package/src/components/paymentSuccess.tsx +0 -266
  553. package/src/components/savedAddressBottomSheet.tsx +0 -123
  554. package/src/components/savedAddressCard.tsx +0 -113
  555. package/src/components/savedCardComponent.tsx +0 -271
  556. package/src/components/selectTenureCard.tsx +0 -475
  557. package/src/components/sessionExpire.tsx +0 -89
  558. package/src/components/shimmerView.tsx +0 -31
  559. package/src/navigation.tsx +0 -81
  560. package/src/postRequest/callUIAnalytics.ts +0 -36
  561. package/src/postRequest/cardPostRequest.ts +0 -57
  562. package/src/postRequest/deleteSavedAddress.ts +0 -20
  563. package/src/postRequest/emiPostRequest.ts +0 -77
  564. package/src/postRequest/fetchCardDetails.ts +0 -16
  565. package/src/postRequest/fetchInstantOffer.ts +0 -19
  566. package/src/postRequest/fetchPaymentMethods.ts +0 -14
  567. package/src/postRequest/fetchRecommendedInstruments.tsx +0 -17
  568. package/src/postRequest/fetchSavedAddress.ts +0 -16
  569. package/src/postRequest/fetchSessionDetails.tsx +0 -13
  570. package/src/postRequest/fetchStatus.tsx +0 -14
  571. package/src/postRequest/fetchSurcharge.ts +0 -23
  572. package/src/postRequest/methodsPostRequest.tsx +0 -41
  573. package/src/postRequest/upiPostRequest.tsx +0 -37
  574. package/src/screens/addressScreen.tsx +0 -887
  575. package/src/screens/bnplScreen.tsx +0 -309
  576. package/src/screens/cardScreen.tsx +0 -1114
  577. package/src/screens/emiScreen.tsx +0 -856
  578. package/src/screens/instantOfferList.tsx +0 -180
  579. package/src/screens/mainScreen.tsx +0 -1022
  580. package/src/screens/netBankingScreen.tsx +0 -460
  581. package/src/screens/savedAddressScreen.tsx +0 -294
  582. package/src/screens/selectTenureScreen.tsx +0 -137
  583. package/src/screens/upiScreen.tsx +0 -658
  584. package/src/screens/upiTimerScreen.tsx +0 -263
  585. package/src/screens/walletScreen.tsx +0 -401
  586. package/src/screens/webViewScreen.tsx +0 -90
  587. package/src/sdk-version.json +0 -1
  588. package/src/serviceRequest.ts +0 -27
  589. package/src/sharedContext/checkoutDetailsHandler.ts +0 -104
  590. package/src/sharedContext/handlePaymentResponseHandler.ts +0 -301
  591. package/src/sharedContext/paymentStatusHandler.ts +0 -12
  592. package/src/sharedContext/userdataHandler.ts +0 -55
  593. package/src/styles/components/addressCardStyles.ts +0 -55
  594. package/src/styles/components/bankCardStyles.ts +0 -58
  595. package/src/styles/components/cancelPaymentModalStyles.ts +0 -82
  596. package/src/styles/components/cvvInfoBottomSheetStyles.ts +0 -49
  597. package/src/styles/components/savedAddressCardStyles.ts +0 -60
  598. package/src/styles/indexStyles.ts +0 -60
  599. package/src/styles/screens/addressScreenStyles..ts +0 -60
  600. package/src/styles/screens/bnplScreenStyles.ts +0 -78
  601. package/src/styles/screens/cardScreenStyles.ts +0 -153
  602. package/src/styles/screens/emiScreenStyles.ts +0 -112
  603. package/src/styles/screens/instantOfferScreenStyles.ts +0 -43
  604. package/src/styles/screens/netBankingScreenStyles.ts +0 -84
  605. package/src/styles/screens/savedAddressScreenStyles.ts +0 -49
  606. package/src/styles/screens/selectTenureScreenStyles.ts +0 -37
  607. package/src/styles/screens/upiScreenStyles.ts +0 -167
  608. package/src/styles/screens/upiTimerScreenStyle.ts +0 -91
  609. package/src/styles/screens/walletScreenStyles.ts +0 -96
  610. package/src/utility.ts +0 -201
@@ -1,1602 +0,0 @@
1
- {
2
- "nm": "success",
3
- "ddd": 0,
4
- "h": 600,
5
- "w": 600,
6
- "meta": { "g": "@lottiefiles/toolkit-js 0.33.2" },
7
- "layers": [
8
- {
9
- "ty": 4,
10
- "nm": "Shape Layer 2",
11
- "sr": 1,
12
- "st": 25,
13
- "op": 50,
14
- "ip": 25,
15
- "hd": false,
16
- "ddd": 0,
17
- "bm": 0,
18
- "hasMask": false,
19
- "ao": 0,
20
- "ks": {
21
- "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
22
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
23
- "sk": { "a": 0, "k": 0 },
24
- "p": { "a": 0, "k": [300, 300, 0], "ix": 2 },
25
- "r": { "a": 0, "k": 0, "ix": 10 },
26
- "sa": { "a": 0, "k": 0 },
27
- "o": { "a": 0, "k": 100, "ix": 11 }
28
- },
29
- "ef": [],
30
- "shapes": [
31
- {
32
- "ty": "gr",
33
- "bm": 0,
34
- "hd": false,
35
- "mn": "ADBE Vector Group",
36
- "nm": "Ellipse 1",
37
- "ix": 1,
38
- "cix": 2,
39
- "np": 4,
40
- "it": [
41
- {
42
- "ty": "el",
43
- "bm": 0,
44
- "hd": false,
45
- "mn": "ADBE Vector Shape - Ellipse",
46
- "nm": "Ellipse Path 1",
47
- "d": 1,
48
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
49
- "s": { "a": 0, "k": [367.859, 367.859], "ix": 2 }
50
- },
51
- {
52
- "ty": "tm",
53
- "bm": 0,
54
- "hd": false,
55
- "mn": "ADBE Vector Filter - Trim",
56
- "nm": "Trim Paths 1",
57
- "ix": 2,
58
- "e": {
59
- "a": 1,
60
- "k": [
61
- {
62
- "o": { "x": 0.829, "y": 0 },
63
- "i": { "x": 0.333, "y": 1 },
64
- "s": [0],
65
- "t": 25
66
- },
67
- { "s": [100], "t": 39 }
68
- ],
69
- "ix": 2
70
- },
71
- "o": { "a": 0, "k": 0, "ix": 3 },
72
- "s": {
73
- "a": 1,
74
- "k": [
75
- {
76
- "o": { "x": 0.333, "y": 0 },
77
- "i": { "x": 0, "y": 1 },
78
- "s": [0],
79
- "t": 25
80
- },
81
- {
82
- "o": { "x": 0.655, "y": 0 },
83
- "i": { "x": 0.089, "y": 1 },
84
- "s": [0],
85
- "t": 36
86
- },
87
- { "s": [100], "t": 50 }
88
- ],
89
- "ix": 1
90
- },
91
- "m": 1
92
- },
93
- {
94
- "ty": "st",
95
- "bm": 0,
96
- "hd": false,
97
- "mn": "ADBE Vector Graphic - Stroke",
98
- "nm": "Stroke 1",
99
- "lc": 1,
100
- "lj": 1,
101
- "ml": 4,
102
- "o": { "a": 0, "k": 100, "ix": 4 },
103
- "w": { "a": 0, "k": 20, "ix": 5 },
104
- "c": { "a": 0, "k": [0.8941, 0.8941, 0.8941], "ix": 3 }
105
- },
106
- {
107
- "ty": "tr",
108
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
109
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
110
- "sk": { "a": 0, "k": 0, "ix": 4 },
111
- "p": { "a": 0, "k": [1.93, -10.07], "ix": 2 },
112
- "r": { "a": 0, "k": 0, "ix": 6 },
113
- "sa": { "a": 0, "k": 0, "ix": 5 },
114
- "o": { "a": 0, "k": 100, "ix": 7 }
115
- }
116
- ]
117
- }
118
- ],
119
- "ind": 1
120
- },
121
- {
122
- "ty": 4,
123
- "nm": "Shape Layer 1",
124
- "sr": 1,
125
- "st": 0,
126
- "op": 25,
127
- "ip": 0,
128
- "hd": false,
129
- "ddd": 0,
130
- "bm": 0,
131
- "hasMask": false,
132
- "ao": 0,
133
- "ks": {
134
- "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
135
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
136
- "sk": { "a": 0, "k": 0 },
137
- "p": { "a": 0, "k": [300, 300, 0], "ix": 2 },
138
- "r": { "a": 0, "k": 0, "ix": 10 },
139
- "sa": { "a": 0, "k": 0 },
140
- "o": { "a": 0, "k": 100, "ix": 11 }
141
- },
142
- "ef": [],
143
- "shapes": [
144
- {
145
- "ty": "gr",
146
- "bm": 0,
147
- "hd": false,
148
- "mn": "ADBE Vector Group",
149
- "nm": "Ellipse 1",
150
- "ix": 1,
151
- "cix": 2,
152
- "np": 4,
153
- "it": [
154
- {
155
- "ty": "el",
156
- "bm": 0,
157
- "hd": false,
158
- "mn": "ADBE Vector Shape - Ellipse",
159
- "nm": "Ellipse Path 1",
160
- "d": 1,
161
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
162
- "s": { "a": 0, "k": [367.859, 367.859], "ix": 2 }
163
- },
164
- {
165
- "ty": "tm",
166
- "bm": 0,
167
- "hd": false,
168
- "mn": "ADBE Vector Filter - Trim",
169
- "nm": "Trim Paths 1",
170
- "ix": 2,
171
- "e": {
172
- "a": 1,
173
- "k": [
174
- {
175
- "o": { "x": 0.829, "y": 0 },
176
- "i": { "x": 0.333, "y": 1 },
177
- "s": [0],
178
- "t": 0
179
- },
180
- { "s": [100], "t": 14 }
181
- ],
182
- "ix": 2
183
- },
184
- "o": { "a": 0, "k": 0, "ix": 3 },
185
- "s": {
186
- "a": 1,
187
- "k": [
188
- {
189
- "o": { "x": 0.333, "y": 0 },
190
- "i": { "x": 0, "y": 1 },
191
- "s": [0],
192
- "t": 0
193
- },
194
- {
195
- "o": { "x": 0.655, "y": 0 },
196
- "i": { "x": 0.089, "y": 1 },
197
- "s": [0],
198
- "t": 11
199
- },
200
- { "s": [100], "t": 25 }
201
- ],
202
- "ix": 1
203
- },
204
- "m": 1
205
- },
206
- {
207
- "ty": "st",
208
- "bm": 0,
209
- "hd": false,
210
- "mn": "ADBE Vector Graphic - Stroke",
211
- "nm": "Stroke 1",
212
- "lc": 1,
213
- "lj": 1,
214
- "ml": 4,
215
- "o": { "a": 0, "k": 100, "ix": 4 },
216
- "w": { "a": 0, "k": 20, "ix": 5 },
217
- "c": { "a": 0, "k": [0.8941, 0.8941, 0.8941], "ix": 3 }
218
- },
219
- {
220
- "ty": "tr",
221
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
222
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
223
- "sk": { "a": 0, "k": 0, "ix": 4 },
224
- "p": { "a": 0, "k": [1.93, -10.07], "ix": 2 },
225
- "r": { "a": 0, "k": 0, "ix": 6 },
226
- "sa": { "a": 0, "k": 0, "ix": 5 },
227
- "o": { "a": 0, "k": 100, "ix": 7 }
228
- }
229
- ]
230
- }
231
- ],
232
- "ind": 2
233
- },
234
- {
235
- "ty": 0,
236
- "nm": "Pre-comp 1",
237
- "sr": 1,
238
- "st": 54,
239
- "op": 354,
240
- "ip": 54,
241
- "hd": false,
242
- "ddd": 0,
243
- "bm": 0,
244
- "hasMask": false,
245
- "ao": 0,
246
- "ks": {
247
- "a": { "a": 0, "k": [300, 300, 0], "ix": 1 },
248
- "s": {
249
- "a": 1,
250
- "k": [
251
- {
252
- "o": { "x": 0.167, "y": 0.167 },
253
- "i": { "x": 0.833, "y": 0.833 },
254
- "s": [86, 86, 100],
255
- "t": 54
256
- },
257
- { "s": [94, 94, 100], "t": 62 }
258
- ],
259
- "ix": 6
260
- },
261
- "sk": { "a": 0, "k": 0 },
262
- "p": { "a": 0, "k": [300, 300, 0], "ix": 2 },
263
- "r": { "a": 0, "k": 0, "ix": 10 },
264
- "sa": { "a": 0, "k": 0 },
265
- "o": {
266
- "a": 1,
267
- "k": [
268
- {
269
- "o": { "x": 0.167, "y": 0.167 },
270
- "i": { "x": 0.833, "y": 0.833 },
271
- "s": [0],
272
- "t": 54
273
- },
274
- {
275
- "o": { "x": 0.167, "y": 0.167 },
276
- "i": { "x": 0.833, "y": 0.833 },
277
- "s": [100],
278
- "t": 56
279
- },
280
- { "s": [100], "t": 62 }
281
- ],
282
- "ix": 11
283
- }
284
- },
285
- "ef": [],
286
- "w": 600,
287
- "h": 600,
288
- "refId": "comp_0",
289
- "ind": 3
290
- },
291
- {
292
- "ty": 4,
293
- "nm": "Layer 2 Outlines",
294
- "sr": 1,
295
- "st": 54,
296
- "op": 354,
297
- "ip": 54,
298
- "hd": false,
299
- "ddd": 0,
300
- "bm": 0,
301
- "hasMask": false,
302
- "ao": 0,
303
- "ks": {
304
- "a": { "a": 0, "k": [137.378, 109.309, 0], "ix": 1 },
305
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
306
- "sk": { "a": 0, "k": 0 },
307
- "p": { "a": 0, "k": [300, 300, 0], "ix": 2 },
308
- "r": { "a": 0, "k": 0, "ix": 10 },
309
- "sa": { "a": 0, "k": 0 },
310
- "o": { "a": 0, "k": 100, "ix": 11 }
311
- },
312
- "ef": [],
313
- "shapes": [
314
- {
315
- "ty": "gr",
316
- "bm": 0,
317
- "hd": false,
318
- "mn": "ADBE Vector Group",
319
- "nm": "Group 1",
320
- "ix": 1,
321
- "cix": 2,
322
- "np": 2,
323
- "it": [
324
- {
325
- "ty": "sh",
326
- "bm": 0,
327
- "hd": false,
328
- "mn": "ADBE Vector Shape - Group",
329
- "nm": "Path 1",
330
- "ix": 1,
331
- "d": 1,
332
- "ks": {
333
- "a": 0,
334
- "k": {
335
- "c": false,
336
- "i": [
337
- [0, 0],
338
- [0, 0],
339
- [0, 0]
340
- ],
341
- "o": [
342
- [0, 0],
343
- [0, 0],
344
- [0, 0]
345
- ],
346
- "v": [
347
- [-84.878, 0.669],
348
- [-28.738, 56.809],
349
- [84.878, -56.809]
350
- ]
351
- },
352
- "ix": 2
353
- }
354
- },
355
- {
356
- "ty": "st",
357
- "bm": 0,
358
- "hd": false,
359
- "mn": "ADBE Vector Graphic - Stroke",
360
- "nm": "Stroke 1",
361
- "lc": 1,
362
- "lj": 1,
363
- "ml": 10,
364
- "o": { "a": 0, "k": 100, "ix": 4 },
365
- "w": { "a": 0, "k": 21, "ix": 5 },
366
- "c": { "a": 0, "k": [1, 1, 1], "ix": 3 }
367
- },
368
- {
369
- "ty": "tr",
370
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
371
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
372
- "sk": { "a": 0, "k": 0, "ix": 4 },
373
- "p": { "a": 0, "k": [137.378, 109.308], "ix": 2 },
374
- "r": { "a": 0, "k": 0, "ix": 6 },
375
- "sa": { "a": 0, "k": 0, "ix": 5 },
376
- "o": { "a": 0, "k": 100, "ix": 7 }
377
- }
378
- ]
379
- },
380
- {
381
- "ty": "tm",
382
- "bm": 0,
383
- "hd": false,
384
- "mn": "ADBE Vector Filter - Trim",
385
- "nm": "Trim Paths 1",
386
- "ix": 2,
387
- "e": {
388
- "a": 1,
389
- "k": [
390
- {
391
- "o": { "x": 0.333, "y": 0 },
392
- "i": { "x": 0.35, "y": 1 },
393
- "s": [0],
394
- "t": 54
395
- },
396
- {
397
- "o": { "x": 0.333, "y": 0 },
398
- "i": { "x": 0.032, "y": 1 },
399
- "s": [100],
400
- "t": 62
401
- },
402
- { "s": [94], "t": 66 }
403
- ],
404
- "ix": 2
405
- },
406
- "o": { "a": 0, "k": 0, "ix": 3 },
407
- "s": {
408
- "a": 1,
409
- "k": [
410
- {
411
- "o": { "x": 0.333, "y": 0 },
412
- "i": { "x": 0.185, "y": 1 },
413
- "s": [0],
414
- "t": 59
415
- },
416
- {
417
- "o": { "x": 0.333, "y": 0 },
418
- "i": { "x": 0.306, "y": 1 },
419
- "s": [6],
420
- "t": 62
421
- },
422
- { "s": [0], "t": 66 }
423
- ],
424
- "ix": 1
425
- },
426
- "m": 1
427
- }
428
- ],
429
- "ind": 4
430
- },
431
- {
432
- "ty": 4,
433
- "nm": "Layer 1 Outlines",
434
- "sr": 1,
435
- "st": 50,
436
- "op": 350,
437
- "ip": 50,
438
- "hd": false,
439
- "ddd": 0,
440
- "bm": 0,
441
- "hasMask": false,
442
- "ao": 0,
443
- "ks": {
444
- "a": { "a": 0, "k": [190.878, 189.014, 0], "ix": 1 },
445
- "s": {
446
- "a": 1,
447
- "k": [
448
- {
449
- "o": { "x": 0.333, "y": 0 },
450
- "i": { "x": 0.046, "y": 1 },
451
- "s": [0, 0, 100],
452
- "t": 50
453
- },
454
- {
455
- "o": { "x": 0.333, "y": 0.032 },
456
- "i": { "x": 0.019, "y": 1 },
457
- "s": [116, 116, 100],
458
- "t": 61
459
- },
460
- { "s": [100, 100, 100], "t": 67 }
461
- ],
462
- "ix": 6
463
- },
464
- "sk": { "a": 0, "k": 0 },
465
- "p": { "a": 0, "k": [299.988, 299.91, 0], "ix": 2 },
466
- "r": { "a": 0, "k": 0, "ix": 10 },
467
- "sa": { "a": 0, "k": 0 },
468
- "o": { "a": 0, "k": 100, "ix": 11 }
469
- },
470
- "ef": [],
471
- "shapes": [
472
- {
473
- "ty": "gr",
474
- "bm": 0,
475
- "hd": false,
476
- "mn": "ADBE Vector Group",
477
- "nm": "Group 1",
478
- "ix": 1,
479
- "cix": 2,
480
- "np": 2,
481
- "it": [
482
- {
483
- "ty": "sh",
484
- "bm": 0,
485
- "hd": false,
486
- "mn": "ADBE Vector Shape - Group",
487
- "nm": "Path 1",
488
- "ix": 1,
489
- "d": 1,
490
- "ks": {
491
- "a": 0,
492
- "k": {
493
- "c": true,
494
- "i": [
495
- [-4.067, -3.573],
496
- [0, 0],
497
- [-2.665, -0.588],
498
- [0, 0],
499
- [-1.937, -5.043],
500
- [0, 0],
501
- [-2.087, -1.753],
502
- [0, 0],
503
- [0.635, -5.357],
504
- [0, 0],
505
- [-1.033, -2.517],
506
- [0, 0],
507
- [3.063, -4.444],
508
- [0, 0],
509
- [0.259, -2.704],
510
- [0, 0],
511
- [4.789, -2.513],
512
- [0, 0],
513
- [1.492, -2.273],
514
- [0, 0],
515
- [5.418, -0.007],
516
- [0, 0],
517
- [2.383, -1.32],
518
- [0, 0],
519
- [4.806, 2.501],
520
- [0, 0],
521
- [2.727, -0.064],
522
- [0, 0],
523
- [3.093, 4.437],
524
- [0, 0],
525
- [2.448, 1.205],
526
- [0, 0],
527
- [0.67, 5.356],
528
- [0, 0],
529
- [1.607, 2.198],
530
- [0, 0],
531
- [-1.904, 5.047],
532
- [0, 0],
533
- [0.399, 2.689],
534
- [0, 0],
535
- [-4.043, 3.583],
536
- [0, 0],
537
- [-0.901, 2.564],
538
- [0, 0],
539
- [-5.257, 1.298],
540
- [0, 0],
541
- [-1.995, 1.85],
542
- [0, 0],
543
- [-5.265, -1.284],
544
- [0, 0],
545
- [-2.632, 0.713],
546
- [0, 0]
547
- ],
548
- "o": [
549
- [0, 0],
550
- [2.049, 1.8],
551
- [0, 0],
552
- [5.292, 1.166],
553
- [0, 0],
554
- [0.976, 2.539],
555
- [0, 0],
556
- [4.146, 3.481],
557
- [0, 0],
558
- [-0.32, 2.698],
559
- [0, 0],
560
- [2.05, 4.998],
561
- [0, 0],
562
- [-1.542, 2.239],
563
- [0, 0],
564
- [-0.514, 5.372],
565
- [0, 0],
566
- [-2.412, 1.266],
567
- [0, 0],
568
- [-2.961, 4.512],
569
- [0, 0],
570
- [-2.728, 0.003],
571
- [0, 0],
572
- [-4.73, 2.62],
573
- [0, 0],
574
- [-2.42, -1.26],
575
- [0, 0],
576
- [-5.416, 0.129],
577
- [0, 0],
578
- [-1.557, -2.233],
579
- [0, 0],
580
- [-4.861, -2.393],
581
- [0, 0],
582
- [-0.338, -2.697],
583
- [0, 0],
584
- [-3.192, -4.367],
585
- [0, 0],
586
- [0.959, -2.542],
587
- [0, 0],
588
- [-0.792, -5.339],
589
- [0, 0],
590
- [2.036, -1.805],
591
- [0, 0],
592
- [1.789, -5.09],
593
- [0, 0],
594
- [2.647, -0.653],
595
- [0, 0],
596
- [3.961, -3.674],
597
- [0, 0],
598
- [2.651, 0.646],
599
- [0, 0],
600
- [5.226, -1.416]
601
- ],
602
- "v": [
603
- [49.728, -183.893],
604
- [75.948, -160.861],
605
- [83.134, -157.221],
606
- [117.251, -149.704],
607
- [128.834, -139.758],
608
- [141.329, -107.249],
609
- [146, -100.704],
610
- [172.734, -78.264],
611
- [178.36, -64.104],
612
- [174.265, -29.568],
613
- [175.352, -21.617],
614
- [188.578, 10.606],
615
- [186.957, 25.734],
616
- [167.211, 54.389],
617
- [164.465, 61.924],
618
- [161.152, 96.546],
619
- [152.657, 109.178],
620
- [121.785, 125.385],
621
- [115.833, 130.78],
622
- [96.742, 159.871],
623
- [83.317, 167.112],
624
- [48.39, 167.159],
625
- [40.598, 169.176],
626
- [10.101, 186.072],
627
- [-5.177, 186.263],
628
- [-36.157, 170.138],
629
- [-44.005, 168.317],
630
- [-78.921, 169.146],
631
- [-92.553, 162.244],
632
- [-112.489, 133.642],
633
- [-118.596, 128.399],
634
- [-149.931, 112.972],
635
- [-158.793, 100.558],
636
- [-163.119, 66.033],
637
- [-166.084, 58.567],
638
- [-186.661, 30.418],
639
- [-188.724, 15.336],
640
- [-176.447, -17.206],
641
- [-175.593, -25.182],
642
- [-180.697, -59.604],
643
- [-175.488, -73.898],
644
- [-149.422, -97.001],
645
- [-144.943, -103.66],
646
- [-133.405, -136.47],
647
- [-122.117, -146.703],
648
- [-88.233, -155.074],
649
- [-81.156, -158.891],
650
- [-55.62, -182.572],
651
- [-40.839, -186.4],
652
- [-6.899, -178.12],
653
- [1.156, -178.22],
654
- [34.84, -187.349]
655
- ]
656
- },
657
- "ix": 2
658
- }
659
- },
660
- {
661
- "ty": "fl",
662
- "bm": 0,
663
- "hd": false,
664
- "mn": "ADBE Vector Graphic - Fill",
665
- "nm": "Fill 1",
666
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 4 },
667
- "r": 1,
668
- "o": { "a": 0, "k": 100, "ix": 5 }
669
- },
670
- {
671
- "ty": "tr",
672
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
673
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
674
- "sk": { "a": 0, "k": 0, "ix": 4 },
675
- "p": { "a": 0, "k": [190.878, 189.015], "ix": 2 },
676
- "r": { "a": 0, "k": 0, "ix": 6 },
677
- "sa": { "a": 0, "k": 0, "ix": 5 },
678
- "o": { "a": 0, "k": 100, "ix": 7 }
679
- }
680
- ]
681
- }
682
- ],
683
- "ind": 5
684
- }
685
- ],
686
- "v": "5.1.7",
687
- "fr": 30,
688
- "op": 69,
689
- "ip": 25,
690
- "assets": [
691
- {
692
- "nm": "",
693
- "id": "comp_0",
694
- "layers": [
695
- {
696
- "ty": 4,
697
- "nm": "Layer 4 Outlines",
698
- "sr": 1,
699
- "st": 0,
700
- "op": 28,
701
- "ip": 0,
702
- "hd": false,
703
- "ddd": 0,
704
- "bm": 0,
705
- "hasMask": false,
706
- "ao": 0,
707
- "ks": {
708
- "a": { "a": 0, "k": [26.859, 26.86, 0], "ix": 1 },
709
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
710
- "sk": { "a": 0, "k": 0 },
711
- "p": { "a": 0, "k": [115.68, 468.673, 0], "ix": 2 },
712
- "r": { "a": 0, "k": 0, "ix": 10 },
713
- "sa": { "a": 0, "k": 0 },
714
- "o": { "a": 0, "k": 100, "ix": 11 }
715
- },
716
- "ef": [],
717
- "shapes": [
718
- {
719
- "ty": "gr",
720
- "bm": 0,
721
- "hd": false,
722
- "mn": "ADBE Vector Group",
723
- "nm": "Group 1",
724
- "ix": 1,
725
- "cix": 2,
726
- "np": 2,
727
- "it": [
728
- {
729
- "ty": "sh",
730
- "bm": 0,
731
- "hd": false,
732
- "mn": "ADBE Vector Shape - Group",
733
- "nm": "Path 1",
734
- "ix": 1,
735
- "d": 1,
736
- "ks": {
737
- "a": 0,
738
- "k": {
739
- "c": false,
740
- "i": [
741
- [0, 0],
742
- [0, 0]
743
- ],
744
- "o": [
745
- [0, 0],
746
- [0, 0]
747
- ],
748
- "v": [
749
- [-20.859, 20.86],
750
- [20.859, -20.86]
751
- ]
752
- },
753
- "ix": 2
754
- }
755
- },
756
- {
757
- "ty": "st",
758
- "bm": 0,
759
- "hd": false,
760
- "mn": "ADBE Vector Graphic - Stroke",
761
- "nm": "Stroke 1",
762
- "lc": 1,
763
- "lj": 1,
764
- "ml": 10,
765
- "o": { "a": 0, "k": 100, "ix": 4 },
766
- "w": { "a": 0, "k": 12, "ix": 5 },
767
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
768
- },
769
- {
770
- "ty": "tr",
771
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
772
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
773
- "sk": { "a": 0, "k": 0, "ix": 4 },
774
- "p": { "a": 0, "k": [26.859, 26.86], "ix": 2 },
775
- "r": { "a": 0, "k": 0, "ix": 6 },
776
- "sa": { "a": 0, "k": 0, "ix": 5 },
777
- "o": { "a": 0, "k": 100, "ix": 7 }
778
- }
779
- ]
780
- },
781
- {
782
- "ty": "tm",
783
- "bm": 0,
784
- "hd": false,
785
- "mn": "ADBE Vector Filter - Trim",
786
- "nm": "Trim Paths 1",
787
- "ix": 2,
788
- "e": {
789
- "a": 1,
790
- "k": [
791
- {
792
- "o": { "x": 0.333, "y": 0 },
793
- "i": { "x": 0, "y": 1 },
794
- "s": [100],
795
- "t": 4
796
- },
797
- { "s": [0], "t": 22 }
798
- ],
799
- "ix": 2
800
- },
801
- "o": { "a": 0, "k": 0, "ix": 3 },
802
- "s": { "a": 0, "k": 0, "ix": 1 },
803
- "m": 1
804
- }
805
- ],
806
- "ind": 1
807
- },
808
- {
809
- "ty": 4,
810
- "nm": "Layer 5 Outlines",
811
- "sr": 1,
812
- "st": 0,
813
- "op": 28,
814
- "ip": 0,
815
- "hd": false,
816
- "ddd": 0,
817
- "bm": 0,
818
- "hasMask": false,
819
- "ao": 0,
820
- "ks": {
821
- "a": { "a": 0, "k": [26.86, 26.859, 0], "ix": 1 },
822
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
823
- "sk": { "a": 0, "k": 0 },
824
- "p": { "a": 0, "k": [467.82, 115.827, 0], "ix": 2 },
825
- "r": { "a": 0, "k": 0, "ix": 10 },
826
- "sa": { "a": 0, "k": 0 },
827
- "o": { "a": 0, "k": 100, "ix": 11 }
828
- },
829
- "ef": [],
830
- "shapes": [
831
- {
832
- "ty": "gr",
833
- "bm": 0,
834
- "hd": false,
835
- "mn": "ADBE Vector Group",
836
- "nm": "Group 1",
837
- "ix": 1,
838
- "cix": 2,
839
- "np": 2,
840
- "it": [
841
- {
842
- "ty": "sh",
843
- "bm": 0,
844
- "hd": false,
845
- "mn": "ADBE Vector Shape - Group",
846
- "nm": "Path 1",
847
- "ix": 1,
848
- "d": 1,
849
- "ks": {
850
- "a": 0,
851
- "k": {
852
- "c": false,
853
- "i": [
854
- [0, 0],
855
- [0, 0]
856
- ],
857
- "o": [
858
- [0, 0],
859
- [0, 0]
860
- ],
861
- "v": [
862
- [-20.86, 20.859],
863
- [20.86, -20.859]
864
- ]
865
- },
866
- "ix": 2
867
- }
868
- },
869
- {
870
- "ty": "st",
871
- "bm": 0,
872
- "hd": false,
873
- "mn": "ADBE Vector Graphic - Stroke",
874
- "nm": "Stroke 1",
875
- "lc": 1,
876
- "lj": 1,
877
- "ml": 10,
878
- "o": { "a": 0, "k": 100, "ix": 4 },
879
- "w": { "a": 0, "k": 12, "ix": 5 },
880
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
881
- },
882
- {
883
- "ty": "tr",
884
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
885
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
886
- "sk": { "a": 0, "k": 0, "ix": 4 },
887
- "p": { "a": 0, "k": [26.86, 26.859], "ix": 2 },
888
- "r": { "a": 0, "k": 0, "ix": 6 },
889
- "sa": { "a": 0, "k": 0, "ix": 5 },
890
- "o": { "a": 0, "k": 100, "ix": 7 }
891
- }
892
- ]
893
- },
894
- {
895
- "ty": "tm",
896
- "bm": 0,
897
- "hd": false,
898
- "mn": "ADBE Vector Filter - Trim",
899
- "nm": "Trim Paths 1",
900
- "ix": 2,
901
- "e": { "a": 0, "k": 100, "ix": 2 },
902
- "o": { "a": 0, "k": 0, "ix": 3 },
903
- "s": {
904
- "a": 1,
905
- "k": [
906
- {
907
- "o": { "x": 0.333, "y": 0 },
908
- "i": { "x": 0, "y": 1 },
909
- "s": [0],
910
- "t": 4
911
- },
912
- { "s": [100], "t": 22 }
913
- ],
914
- "ix": 1
915
- },
916
- "m": 1
917
- }
918
- ],
919
- "ind": 2
920
- },
921
- {
922
- "ty": 4,
923
- "nm": "Layer 6 Outlines",
924
- "sr": 1,
925
- "st": 0,
926
- "op": 28,
927
- "ip": 0,
928
- "hd": false,
929
- "ddd": 0,
930
- "bm": 0,
931
- "hasMask": false,
932
- "ao": 0,
933
- "ks": {
934
- "a": { "a": 0, "k": [26.859, 26.859, 0], "ix": 1 },
935
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
936
- "sk": { "a": 0, "k": 0 },
937
- "p": { "a": 0, "k": [115.327, 116.18, 0], "ix": 2 },
938
- "r": { "a": 0, "k": 0, "ix": 10 },
939
- "sa": { "a": 0, "k": 0 },
940
- "o": { "a": 0, "k": 100, "ix": 11 }
941
- },
942
- "ef": [],
943
- "shapes": [
944
- {
945
- "ty": "gr",
946
- "bm": 0,
947
- "hd": false,
948
- "mn": "ADBE Vector Group",
949
- "nm": "Group 1",
950
- "ix": 1,
951
- "cix": 2,
952
- "np": 2,
953
- "it": [
954
- {
955
- "ty": "sh",
956
- "bm": 0,
957
- "hd": false,
958
- "mn": "ADBE Vector Shape - Group",
959
- "nm": "Path 1",
960
- "ix": 1,
961
- "d": 1,
962
- "ks": {
963
- "a": 0,
964
- "k": {
965
- "c": false,
966
- "i": [
967
- [0, 0],
968
- [0, 0]
969
- ],
970
- "o": [
971
- [0, 0],
972
- [0, 0]
973
- ],
974
- "v": [
975
- [-20.859, -20.86],
976
- [20.859, 20.86]
977
- ]
978
- },
979
- "ix": 2
980
- }
981
- },
982
- {
983
- "ty": "st",
984
- "bm": 0,
985
- "hd": false,
986
- "mn": "ADBE Vector Graphic - Stroke",
987
- "nm": "Stroke 1",
988
- "lc": 1,
989
- "lj": 1,
990
- "ml": 10,
991
- "o": { "a": 0, "k": 100, "ix": 4 },
992
- "w": { "a": 0, "k": 12, "ix": 5 },
993
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
994
- },
995
- {
996
- "ty": "tr",
997
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
998
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
999
- "sk": { "a": 0, "k": 0, "ix": 4 },
1000
- "p": { "a": 0, "k": [26.859, 26.86], "ix": 2 },
1001
- "r": { "a": 0, "k": 0, "ix": 6 },
1002
- "sa": { "a": 0, "k": 0, "ix": 5 },
1003
- "o": { "a": 0, "k": 100, "ix": 7 }
1004
- }
1005
- ]
1006
- },
1007
- {
1008
- "ty": "tm",
1009
- "bm": 0,
1010
- "hd": false,
1011
- "mn": "ADBE Vector Filter - Trim",
1012
- "nm": "Trim Paths 1",
1013
- "ix": 2,
1014
- "e": {
1015
- "a": 1,
1016
- "k": [
1017
- {
1018
- "o": { "x": 0.333, "y": 0 },
1019
- "i": { "x": 0, "y": 1 },
1020
- "s": [100],
1021
- "t": 4
1022
- },
1023
- { "s": [0], "t": 22 }
1024
- ],
1025
- "ix": 2
1026
- },
1027
- "o": { "a": 0, "k": 0, "ix": 3 },
1028
- "s": { "a": 0, "k": 0, "ix": 1 },
1029
- "m": 1
1030
- }
1031
- ],
1032
- "ind": 3
1033
- },
1034
- {
1035
- "ty": 4,
1036
- "nm": "Layer 7 Outlines",
1037
- "sr": 1,
1038
- "st": 0,
1039
- "op": 28,
1040
- "ip": 0,
1041
- "hd": false,
1042
- "ddd": 0,
1043
- "bm": 0,
1044
- "hasMask": false,
1045
- "ao": 0,
1046
- "ks": {
1047
- "a": { "a": 0, "k": [26.86, 26.86, 0], "ix": 1 },
1048
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
1049
- "sk": { "a": 0, "k": 0 },
1050
- "p": { "a": 0, "k": [468.174, 468.32, 0], "ix": 2 },
1051
- "r": { "a": 0, "k": 0, "ix": 10 },
1052
- "sa": { "a": 0, "k": 0 },
1053
- "o": { "a": 0, "k": 100, "ix": 11 }
1054
- },
1055
- "ef": [],
1056
- "shapes": [
1057
- {
1058
- "ty": "gr",
1059
- "bm": 0,
1060
- "hd": false,
1061
- "mn": "ADBE Vector Group",
1062
- "nm": "Group 1",
1063
- "ix": 1,
1064
- "cix": 2,
1065
- "np": 2,
1066
- "it": [
1067
- {
1068
- "ty": "sh",
1069
- "bm": 0,
1070
- "hd": false,
1071
- "mn": "ADBE Vector Shape - Group",
1072
- "nm": "Path 1",
1073
- "ix": 1,
1074
- "d": 1,
1075
- "ks": {
1076
- "a": 0,
1077
- "k": {
1078
- "c": false,
1079
- "i": [
1080
- [0, 0],
1081
- [0, 0]
1082
- ],
1083
- "o": [
1084
- [0, 0],
1085
- [0, 0]
1086
- ],
1087
- "v": [
1088
- [-20.86, -20.86],
1089
- [20.86, 20.86]
1090
- ]
1091
- },
1092
- "ix": 2
1093
- }
1094
- },
1095
- {
1096
- "ty": "st",
1097
- "bm": 0,
1098
- "hd": false,
1099
- "mn": "ADBE Vector Graphic - Stroke",
1100
- "nm": "Stroke 1",
1101
- "lc": 1,
1102
- "lj": 1,
1103
- "ml": 10,
1104
- "o": { "a": 0, "k": 100, "ix": 4 },
1105
- "w": { "a": 0, "k": 12, "ix": 5 },
1106
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
1107
- },
1108
- {
1109
- "ty": "tr",
1110
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1111
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1112
- "sk": { "a": 0, "k": 0, "ix": 4 },
1113
- "p": { "a": 0, "k": [26.86, 26.86], "ix": 2 },
1114
- "r": { "a": 0, "k": 0, "ix": 6 },
1115
- "sa": { "a": 0, "k": 0, "ix": 5 },
1116
- "o": { "a": 0, "k": 100, "ix": 7 }
1117
- }
1118
- ]
1119
- },
1120
- {
1121
- "ty": "tm",
1122
- "bm": 0,
1123
- "hd": false,
1124
- "mn": "ADBE Vector Filter - Trim",
1125
- "nm": "Trim Paths 1",
1126
- "ix": 2,
1127
- "e": { "a": 0, "k": 100, "ix": 2 },
1128
- "o": { "a": 0, "k": 0, "ix": 3 },
1129
- "s": {
1130
- "a": 1,
1131
- "k": [
1132
- {
1133
- "o": { "x": 0.333, "y": 0 },
1134
- "i": { "x": 0, "y": 1 },
1135
- "s": [0],
1136
- "t": 4
1137
- },
1138
- { "s": [100], "t": 22 }
1139
- ],
1140
- "ix": 1
1141
- },
1142
- "m": 1
1143
- }
1144
- ],
1145
- "ind": 4
1146
- },
1147
- {
1148
- "ty": 4,
1149
- "nm": "Layer 8 Outlines",
1150
- "sr": 1,
1151
- "st": 0,
1152
- "op": 28,
1153
- "ip": 0,
1154
- "hd": false,
1155
- "ddd": 0,
1156
- "bm": 0,
1157
- "hasMask": false,
1158
- "ao": 0,
1159
- "ks": {
1160
- "a": { "a": 0, "k": [35.5, 6, 0], "ix": 1 },
1161
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
1162
- "sk": { "a": 0, "k": 0 },
1163
- "p": { "a": 0, "k": [42.5, 292.5, 0], "ix": 2 },
1164
- "r": { "a": 0, "k": 0, "ix": 10 },
1165
- "sa": { "a": 0, "k": 0 },
1166
- "o": { "a": 0, "k": 100, "ix": 11 }
1167
- },
1168
- "ef": [],
1169
- "shapes": [
1170
- {
1171
- "ty": "gr",
1172
- "bm": 0,
1173
- "hd": false,
1174
- "mn": "ADBE Vector Group",
1175
- "nm": "Group 1",
1176
- "ix": 1,
1177
- "cix": 2,
1178
- "np": 2,
1179
- "it": [
1180
- {
1181
- "ty": "sh",
1182
- "bm": 0,
1183
- "hd": false,
1184
- "mn": "ADBE Vector Shape - Group",
1185
- "nm": "Path 1",
1186
- "ix": 1,
1187
- "d": 1,
1188
- "ks": {
1189
- "a": 0,
1190
- "k": {
1191
- "c": false,
1192
- "i": [
1193
- [0, 0],
1194
- [0, 0]
1195
- ],
1196
- "o": [
1197
- [0, 0],
1198
- [0, 0]
1199
- ],
1200
- "v": [
1201
- [6, 6],
1202
- [65, 6]
1203
- ]
1204
- },
1205
- "ix": 2
1206
- }
1207
- },
1208
- {
1209
- "ty": "st",
1210
- "bm": 0,
1211
- "hd": false,
1212
- "mn": "ADBE Vector Graphic - Stroke",
1213
- "nm": "Stroke 1",
1214
- "lc": 1,
1215
- "lj": 1,
1216
- "ml": 10,
1217
- "o": { "a": 0, "k": 100, "ix": 4 },
1218
- "w": { "a": 0, "k": 12, "ix": 5 },
1219
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
1220
- },
1221
- {
1222
- "ty": "tr",
1223
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1224
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1225
- "sk": { "a": 0, "k": 0, "ix": 4 },
1226
- "p": { "a": 0, "k": [0, 0], "ix": 2 },
1227
- "r": { "a": 0, "k": 0, "ix": 6 },
1228
- "sa": { "a": 0, "k": 0, "ix": 5 },
1229
- "o": { "a": 0, "k": 100, "ix": 7 }
1230
- }
1231
- ]
1232
- },
1233
- {
1234
- "ty": "tm",
1235
- "bm": 0,
1236
- "hd": false,
1237
- "mn": "ADBE Vector Filter - Trim",
1238
- "nm": "Trim Paths 1",
1239
- "ix": 2,
1240
- "e": {
1241
- "a": 1,
1242
- "k": [
1243
- {
1244
- "o": { "x": 0.333, "y": 0 },
1245
- "i": { "x": 0, "y": 1 },
1246
- "s": [100],
1247
- "t": 4
1248
- },
1249
- { "s": [0], "t": 22 }
1250
- ],
1251
- "ix": 2
1252
- },
1253
- "o": { "a": 0, "k": 0, "ix": 3 },
1254
- "s": { "a": 0, "k": 0, "ix": 1 },
1255
- "m": 1
1256
- }
1257
- ],
1258
- "ind": 5
1259
- },
1260
- {
1261
- "ty": 4,
1262
- "nm": "Layer 9 Outlines",
1263
- "sr": 1,
1264
- "st": 0,
1265
- "op": 28,
1266
- "ip": 0,
1267
- "hd": false,
1268
- "ddd": 0,
1269
- "bm": 0,
1270
- "hasMask": false,
1271
- "ao": 0,
1272
- "ks": {
1273
- "a": { "a": 0, "k": [35.5, 6, 0], "ix": 1 },
1274
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
1275
- "sk": { "a": 0, "k": 0 },
1276
- "p": { "a": 0, "k": [541, 292, 0], "ix": 2 },
1277
- "r": { "a": 0, "k": 0, "ix": 10 },
1278
- "sa": { "a": 0, "k": 0 },
1279
- "o": { "a": 0, "k": 100, "ix": 11 }
1280
- },
1281
- "ef": [],
1282
- "shapes": [
1283
- {
1284
- "ty": "gr",
1285
- "bm": 0,
1286
- "hd": false,
1287
- "mn": "ADBE Vector Group",
1288
- "nm": "Group 1",
1289
- "ix": 1,
1290
- "cix": 2,
1291
- "np": 2,
1292
- "it": [
1293
- {
1294
- "ty": "sh",
1295
- "bm": 0,
1296
- "hd": false,
1297
- "mn": "ADBE Vector Shape - Group",
1298
- "nm": "Path 1",
1299
- "ix": 1,
1300
- "d": 1,
1301
- "ks": {
1302
- "a": 0,
1303
- "k": {
1304
- "c": false,
1305
- "i": [
1306
- [0, 0],
1307
- [0, 0]
1308
- ],
1309
- "o": [
1310
- [0, 0],
1311
- [0, 0]
1312
- ],
1313
- "v": [
1314
- [6, 6],
1315
- [65, 6]
1316
- ]
1317
- },
1318
- "ix": 2
1319
- }
1320
- },
1321
- {
1322
- "ty": "st",
1323
- "bm": 0,
1324
- "hd": false,
1325
- "mn": "ADBE Vector Graphic - Stroke",
1326
- "nm": "Stroke 1",
1327
- "lc": 1,
1328
- "lj": 1,
1329
- "ml": 10,
1330
- "o": { "a": 0, "k": 100, "ix": 4 },
1331
- "w": { "a": 0, "k": 12, "ix": 5 },
1332
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
1333
- },
1334
- {
1335
- "ty": "tr",
1336
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1337
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1338
- "sk": { "a": 0, "k": 0, "ix": 4 },
1339
- "p": { "a": 0, "k": [0, 0], "ix": 2 },
1340
- "r": { "a": 0, "k": 0, "ix": 6 },
1341
- "sa": { "a": 0, "k": 0, "ix": 5 },
1342
- "o": { "a": 0, "k": 100, "ix": 7 }
1343
- }
1344
- ]
1345
- },
1346
- {
1347
- "ty": "tm",
1348
- "bm": 0,
1349
- "hd": false,
1350
- "mn": "ADBE Vector Filter - Trim",
1351
- "nm": "Trim Paths 1",
1352
- "ix": 2,
1353
- "e": { "a": 0, "k": 100, "ix": 2 },
1354
- "o": { "a": 0, "k": 0, "ix": 3 },
1355
- "s": {
1356
- "a": 1,
1357
- "k": [
1358
- {
1359
- "o": { "x": 0.333, "y": 0 },
1360
- "i": { "x": 0, "y": 1 },
1361
- "s": [0],
1362
- "t": 4
1363
- },
1364
- { "s": [100], "t": 22 }
1365
- ],
1366
- "ix": 1
1367
- },
1368
- "m": 1
1369
- }
1370
- ],
1371
- "ind": 6
1372
- },
1373
- {
1374
- "ty": 4,
1375
- "nm": "Layer 10 Outlines",
1376
- "sr": 1,
1377
- "st": 0,
1378
- "op": 28,
1379
- "ip": 0,
1380
- "hd": false,
1381
- "ddd": 0,
1382
- "bm": 0,
1383
- "hasMask": false,
1384
- "ao": 0,
1385
- "ks": {
1386
- "a": { "a": 0, "k": [6, 35.5, 0], "ix": 1 },
1387
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
1388
- "sk": { "a": 0, "k": 0 },
1389
- "p": { "a": 0, "k": [292, 541.5, 0], "ix": 2 },
1390
- "r": { "a": 0, "k": 0, "ix": 10 },
1391
- "sa": { "a": 0, "k": 0 },
1392
- "o": { "a": 0, "k": 100, "ix": 11 }
1393
- },
1394
- "ef": [],
1395
- "shapes": [
1396
- {
1397
- "ty": "gr",
1398
- "bm": 0,
1399
- "hd": false,
1400
- "mn": "ADBE Vector Group",
1401
- "nm": "Group 1",
1402
- "ix": 1,
1403
- "cix": 2,
1404
- "np": 2,
1405
- "it": [
1406
- {
1407
- "ty": "sh",
1408
- "bm": 0,
1409
- "hd": false,
1410
- "mn": "ADBE Vector Shape - Group",
1411
- "nm": "Path 1",
1412
- "ix": 1,
1413
- "d": 1,
1414
- "ks": {
1415
- "a": 0,
1416
- "k": {
1417
- "c": false,
1418
- "i": [
1419
- [0, 0],
1420
- [0, 0]
1421
- ],
1422
- "o": [
1423
- [0, 0],
1424
- [0, 0]
1425
- ],
1426
- "v": [
1427
- [6, 65],
1428
- [6, 6]
1429
- ]
1430
- },
1431
- "ix": 2
1432
- }
1433
- },
1434
- {
1435
- "ty": "st",
1436
- "bm": 0,
1437
- "hd": false,
1438
- "mn": "ADBE Vector Graphic - Stroke",
1439
- "nm": "Stroke 1",
1440
- "lc": 1,
1441
- "lj": 1,
1442
- "ml": 10,
1443
- "o": { "a": 0, "k": 100, "ix": 4 },
1444
- "w": { "a": 0, "k": 12, "ix": 5 },
1445
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
1446
- },
1447
- {
1448
- "ty": "tr",
1449
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1450
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1451
- "sk": { "a": 0, "k": 0, "ix": 4 },
1452
- "p": { "a": 0, "k": [0, 0], "ix": 2 },
1453
- "r": { "a": 0, "k": 0, "ix": 6 },
1454
- "sa": { "a": 0, "k": 0, "ix": 5 },
1455
- "o": { "a": 0, "k": 100, "ix": 7 }
1456
- }
1457
- ]
1458
- },
1459
- {
1460
- "ty": "tm",
1461
- "bm": 0,
1462
- "hd": false,
1463
- "mn": "ADBE Vector Filter - Trim",
1464
- "nm": "Trim Paths 1",
1465
- "ix": 2,
1466
- "e": {
1467
- "a": 1,
1468
- "k": [
1469
- {
1470
- "o": { "x": 0.333, "y": 0 },
1471
- "i": { "x": 0, "y": 1 },
1472
- "s": [100],
1473
- "t": 4
1474
- },
1475
- { "s": [0], "t": 22 }
1476
- ],
1477
- "ix": 2
1478
- },
1479
- "o": { "a": 0, "k": 0, "ix": 3 },
1480
- "s": { "a": 0, "k": 0, "ix": 1 },
1481
- "m": 1
1482
- }
1483
- ],
1484
- "ind": 7
1485
- },
1486
- {
1487
- "ty": 4,
1488
- "nm": "Layer 11 Outlines",
1489
- "sr": 1,
1490
- "st": 0,
1491
- "op": 28,
1492
- "ip": 0,
1493
- "hd": false,
1494
- "ddd": 0,
1495
- "bm": 0,
1496
- "hasMask": false,
1497
- "ao": 0,
1498
- "ks": {
1499
- "a": { "a": 0, "k": [6, 35.5, 0], "ix": 1 },
1500
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 },
1501
- "sk": { "a": 0, "k": 0 },
1502
- "p": { "a": 0, "k": [291.5, 43, 0], "ix": 2 },
1503
- "r": { "a": 0, "k": 0, "ix": 10 },
1504
- "sa": { "a": 0, "k": 0 },
1505
- "o": { "a": 0, "k": 100, "ix": 11 }
1506
- },
1507
- "ef": [],
1508
- "shapes": [
1509
- {
1510
- "ty": "gr",
1511
- "bm": 0,
1512
- "hd": false,
1513
- "mn": "ADBE Vector Group",
1514
- "nm": "Group 1",
1515
- "ix": 1,
1516
- "cix": 2,
1517
- "np": 2,
1518
- "it": [
1519
- {
1520
- "ty": "sh",
1521
- "bm": 0,
1522
- "hd": false,
1523
- "mn": "ADBE Vector Shape - Group",
1524
- "nm": "Path 1",
1525
- "ix": 1,
1526
- "d": 1,
1527
- "ks": {
1528
- "a": 0,
1529
- "k": {
1530
- "c": false,
1531
- "i": [
1532
- [0, 0],
1533
- [0, 0]
1534
- ],
1535
- "o": [
1536
- [0, 0],
1537
- [0, 0]
1538
- ],
1539
- "v": [
1540
- [6, 65],
1541
- [6, 6]
1542
- ]
1543
- },
1544
- "ix": 2
1545
- }
1546
- },
1547
- {
1548
- "ty": "st",
1549
- "bm": 0,
1550
- "hd": false,
1551
- "mn": "ADBE Vector Graphic - Stroke",
1552
- "nm": "Stroke 1",
1553
- "lc": 1,
1554
- "lj": 1,
1555
- "ml": 10,
1556
- "o": { "a": 0, "k": 100, "ix": 4 },
1557
- "w": { "a": 0, "k": 12, "ix": 5 },
1558
- "c": { "a": 0, "k": [0.0039, 0.6, 0.2235], "ix": 3 }
1559
- },
1560
- {
1561
- "ty": "tr",
1562
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1563
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1564
- "sk": { "a": 0, "k": 0, "ix": 4 },
1565
- "p": { "a": 0, "k": [0, 0], "ix": 2 },
1566
- "r": { "a": 0, "k": 0, "ix": 6 },
1567
- "sa": { "a": 0, "k": 0, "ix": 5 },
1568
- "o": { "a": 0, "k": 100, "ix": 7 }
1569
- }
1570
- ]
1571
- },
1572
- {
1573
- "ty": "tm",
1574
- "bm": 0,
1575
- "hd": false,
1576
- "mn": "ADBE Vector Filter - Trim",
1577
- "nm": "Trim Paths 1",
1578
- "ix": 2,
1579
- "e": { "a": 0, "k": 100, "ix": 2 },
1580
- "o": { "a": 0, "k": 0, "ix": 3 },
1581
- "s": {
1582
- "a": 1,
1583
- "k": [
1584
- {
1585
- "o": { "x": 0.333, "y": 0 },
1586
- "i": { "x": 0, "y": 1 },
1587
- "s": [0],
1588
- "t": 4
1589
- },
1590
- { "s": [100], "t": 22 }
1591
- ],
1592
- "ix": 1
1593
- },
1594
- "m": 1
1595
- }
1596
- ],
1597
- "ind": 8
1598
- }
1599
- ]
1600
- }
1601
- ]
1602
- }