@zezosoft/zezo-ott-react-native-ui-kit 1.1.3 → 1.1.6

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 (688) hide show
  1. package/lib/module/components/Auth/AuthProvider/AuthProvider.js +5 -2
  2. package/lib/module/components/Auth/AuthProvider/AuthProvider.js.map +1 -1
  3. package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js +232 -0
  4. package/lib/module/components/Auth/One/ForgotPassword/ForgotPassword.js.map +1 -0
  5. package/lib/module/components/Auth/One/Login/LoginWithEmail.js +324 -0
  6. package/lib/module/components/Auth/One/Login/LoginWithEmail.js.map +1 -0
  7. package/lib/module/components/Auth/{Login → One/Login}/LoginWithPhone.js +13 -11
  8. package/lib/module/components/Auth/One/Login/LoginWithPhone.js.map +1 -0
  9. package/lib/module/components/Auth/One/OTP/OTP.js +301 -0
  10. package/lib/module/components/Auth/One/OTP/OTP.js.map +1 -0
  11. package/lib/module/components/Auth/{QrLogin → One/QrLogin}/QrLogin.js +4 -4
  12. package/lib/module/components/Auth/One/QrLogin/QrLogin.js.map +1 -0
  13. package/lib/module/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.js +1 -1
  14. package/lib/module/components/Auth/One/QrLogin/components/QrViewArea.js.map +1 -0
  15. package/lib/module/components/Auth/One/SignUp/SignUp.js +362 -0
  16. package/lib/module/components/Auth/One/SignUp/SignUp.js.map +1 -0
  17. package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.js +8 -5
  18. package/lib/module/components/Auth/One/SplashScreen/SplashScreen.js.map +1 -0
  19. package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js +80 -0
  20. package/lib/module/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
  21. package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.js +1 -1
  22. package/lib/module/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
  23. package/lib/module/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.js +42 -21
  24. package/lib/module/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
  25. package/lib/module/components/Auth/One/index.js +25 -0
  26. package/lib/module/components/Auth/One/index.js.map +1 -0
  27. package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js +93 -0
  28. package/lib/module/components/Auth/Two/AuthHeader/AuthHeader.js.map +1 -0
  29. package/lib/module/components/Auth/{ForgotPassword → Two/ForgotPassword}/ForgotPassword.js +55 -28
  30. package/lib/module/components/Auth/Two/ForgotPassword/ForgotPassword.js.map +1 -0
  31. package/lib/module/components/Auth/Two/Login/AuthLoginShell.js +138 -0
  32. package/lib/module/components/Auth/Two/Login/AuthLoginShell.js.map +1 -0
  33. package/lib/module/components/Auth/Two/Login/LoginWithEmail.js +226 -0
  34. package/lib/module/components/Auth/Two/Login/LoginWithEmail.js.map +1 -0
  35. package/lib/module/components/Auth/Two/Login/LoginWithPhone.js +143 -0
  36. package/lib/module/components/Auth/Two/Login/LoginWithPhone.js.map +1 -0
  37. package/lib/module/components/Auth/{OTP → Two/OTP}/OTP.js +93 -63
  38. package/lib/module/components/Auth/Two/OTP/OTP.js.map +1 -0
  39. package/lib/module/components/Auth/Two/QrLogin/QrLogin.js +479 -0
  40. package/lib/module/components/Auth/Two/QrLogin/QrLogin.js.map +1 -0
  41. package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js +295 -0
  42. package/lib/module/components/Auth/Two/QrLogin/components/QrViewArea.js.map +1 -0
  43. package/lib/module/components/Auth/Two/SignUp/SignUp.js +379 -0
  44. package/lib/module/components/Auth/Two/SignUp/SignUp.js.map +1 -0
  45. package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js +141 -0
  46. package/lib/module/components/Auth/Two/SplashScreen/SplashScreen.js.map +1 -0
  47. package/lib/module/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.js +1 -1
  48. package/lib/module/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.js.map +1 -0
  49. package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js +63 -0
  50. package/lib/module/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.js.map +1 -0
  51. package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js +157 -0
  52. package/lib/module/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.js.map +1 -0
  53. package/lib/module/components/Auth/Two/index.js +29 -0
  54. package/lib/module/components/Auth/Two/index.js.map +1 -0
  55. package/lib/module/components/Auth/index.js +7 -22
  56. package/lib/module/components/Auth/index.js.map +1 -1
  57. package/lib/module/components/BackgroundLayout/BackgroundLayout.js +7 -3
  58. package/lib/module/components/BackgroundLayout/BackgroundLayout.js.map +1 -1
  59. package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js +52 -0
  60. package/lib/module/components/BackgroundLayout/BackgroundLayoutOne.js.map +1 -0
  61. package/lib/module/components/BottomSheet/BottomSheet.js +7 -3
  62. package/lib/module/components/BottomSheet/BottomSheet.js.map +1 -1
  63. package/lib/module/components/BottomSheet/BottomSheetOne.js +170 -0
  64. package/lib/module/components/BottomSheet/BottomSheetOne.js.map +1 -0
  65. package/lib/module/components/BottomSheet/index.js +1 -0
  66. package/lib/module/components/BottomSheet/index.js.map +1 -1
  67. package/lib/module/components/Button/PrimaryBtn.js +16 -6
  68. package/lib/module/components/Button/PrimaryBtn.js.map +1 -1
  69. package/lib/module/components/Content/Card/Category/Category.js +5 -2
  70. package/lib/module/components/Content/Card/Category/Category.js.map +1 -1
  71. package/lib/module/components/Content/Card/Category/CategroyTwo.js +287 -0
  72. package/lib/module/components/Content/Card/Category/CategroyTwo.js.map +1 -0
  73. package/lib/module/components/Content/Card/Sliders/Styles/One.js +6 -6
  74. package/lib/module/components/Content/Card/Sliders/Styles/One.js.map +1 -1
  75. package/lib/module/components/Content/Card/Sliders/Styles/Three.js +714 -0
  76. package/lib/module/components/Content/Card/Sliders/Styles/Three.js.map +1 -0
  77. package/lib/module/components/Content/Card/Sliders/index.js +3 -1
  78. package/lib/module/components/Content/Card/Sliders/index.js.map +1 -1
  79. package/lib/module/components/Content/Card/Styles/Five.js +1 -0
  80. package/lib/module/components/Content/Card/Styles/Five.js.map +1 -1
  81. package/lib/module/components/Content/Card/Styles/Four.js +1 -0
  82. package/lib/module/components/Content/Card/Styles/Four.js.map +1 -1
  83. package/lib/module/components/Content/Card/Styles/One.js +1 -0
  84. package/lib/module/components/Content/Card/Styles/One.js.map +1 -1
  85. package/lib/module/components/Content/Card/Styles/RotateInOut.js +1 -0
  86. package/lib/module/components/Content/Card/Styles/RotateInOut.js.map +1 -1
  87. package/lib/module/components/Content/Card/Styles/Three.js +14 -44
  88. package/lib/module/components/Content/Card/Styles/Three.js.map +1 -1
  89. package/lib/module/components/Content/Card/Styles/TopTen.js +1 -0
  90. package/lib/module/components/Content/Card/Styles/TopTen.js.map +1 -1
  91. package/lib/module/components/Content/Card/Styles/Two.js +1 -0
  92. package/lib/module/components/Content/Card/Styles/Two.js.map +1 -1
  93. package/lib/module/components/Content/Card/components/CardPoster.js +102 -4
  94. package/lib/module/components/Content/Card/components/CardPoster.js.map +1 -1
  95. package/lib/module/components/Content/Card/components/NavigateToMore.js +26 -2
  96. package/lib/module/components/Content/Card/components/NavigateToMore.js.map +1 -1
  97. package/lib/module/components/Content/Content.js +28 -11
  98. package/lib/module/components/Content/Content.js.map +1 -1
  99. package/lib/module/components/Content/Sections.js +11 -2
  100. package/lib/module/components/Content/Sections.js.map +1 -1
  101. package/lib/module/components/Content/types.js +4 -0
  102. package/lib/module/components/Content/types.js.map +1 -0
  103. package/lib/module/components/ContentView/MoreContentList.js +1 -0
  104. package/lib/module/components/ContentView/MoreContentList.js.map +1 -1
  105. package/lib/module/components/ContentView/{ContentView.js → One/ContentViewOne.js} +6 -5
  106. package/lib/module/components/ContentView/One/ContentViewOne.js.map +1 -0
  107. package/lib/module/components/ContentView/{components → One/components}/AboutSection.js +2 -2
  108. package/lib/module/components/ContentView/One/components/AboutSection.js.map +1 -0
  109. package/lib/module/components/ContentView/{components → One/components}/CastCard.js +2 -2
  110. package/lib/module/components/ContentView/One/components/CastCard.js.map +1 -0
  111. package/lib/module/components/ContentView/{components → One/components}/EpisodeCard.js +5 -6
  112. package/lib/module/components/ContentView/One/components/EpisodeCard.js.map +1 -0
  113. package/lib/module/components/ContentView/{components → One/components}/GenreTags.js +2 -2
  114. package/lib/module/components/ContentView/One/components/GenreTags.js.map +1 -0
  115. package/lib/module/components/ContentView/{components → One/components}/HeroBanner.js +45 -44
  116. package/lib/module/components/ContentView/One/components/HeroBanner.js.map +1 -0
  117. package/lib/module/components/ContentView/{components → One/components}/MiniInfo.js +50 -5
  118. package/lib/module/components/ContentView/One/components/MiniInfo.js.map +1 -0
  119. package/lib/module/components/ContentView/{components → One/components}/PlayButton.js +1 -1
  120. package/lib/module/components/ContentView/One/components/PlayButton.js.map +1 -0
  121. package/lib/module/components/ContentView/{components → One/components}/Title.js +1 -1
  122. package/lib/module/components/ContentView/One/components/Title.js.map +1 -0
  123. package/lib/module/components/ContentView/{components → One/components}/TrailerButton.js +2 -2
  124. package/lib/module/components/ContentView/One/components/TrailerButton.js.map +1 -0
  125. package/lib/module/components/ContentView/Two/ContentViewTwo.js +220 -0
  126. package/lib/module/components/ContentView/Two/ContentViewTwo.js.map +1 -0
  127. package/lib/module/components/ContentView/Two/components/AboutSection.js +150 -0
  128. package/lib/module/components/ContentView/Two/components/AboutSection.js.map +1 -0
  129. package/lib/module/components/ContentView/Two/components/Details.js +156 -0
  130. package/lib/module/components/ContentView/Two/components/Details.js.map +1 -0
  131. package/lib/module/components/ContentView/Two/components/EpisodeCard.js +425 -0
  132. package/lib/module/components/ContentView/Two/components/EpisodeCard.js.map +1 -0
  133. package/lib/module/components/ContentView/Two/components/GenreTags.js +86 -0
  134. package/lib/module/components/ContentView/Two/components/GenreTags.js.map +1 -0
  135. package/lib/module/components/ContentView/Two/components/HeroBanner.js +339 -0
  136. package/lib/module/components/ContentView/Two/components/HeroBanner.js.map +1 -0
  137. package/lib/module/components/ContentView/Two/components/LikeShareActions.js +88 -0
  138. package/lib/module/components/ContentView/Two/components/LikeShareActions.js.map +1 -0
  139. package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js +235 -0
  140. package/lib/module/components/ContentView/Two/components/MoreLikeThisContentList .js.map +1 -0
  141. package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js +120 -0
  142. package/lib/module/components/ContentView/Two/components/PlayOrTrailer.js.map +1 -0
  143. package/lib/module/components/ContentView/Two/components/SectionTabs.js +112 -0
  144. package/lib/module/components/ContentView/Two/components/SectionTabs.js.map +1 -0
  145. package/lib/module/components/ContentView/Two/components/Title.js +146 -0
  146. package/lib/module/components/ContentView/Two/components/Title.js.map +1 -0
  147. package/lib/module/components/ContentView/Two/components/index.js +18 -0
  148. package/lib/module/components/ContentView/Two/components/index.js.map +1 -0
  149. package/lib/module/components/ContentView/index.js +6 -1
  150. package/lib/module/components/ContentView/index.js.map +1 -1
  151. package/lib/module/components/Headers/Four.js +68 -0
  152. package/lib/module/components/Headers/Four.js.map +1 -0
  153. package/lib/module/components/Headers/Three.js +75 -24
  154. package/lib/module/components/Headers/Three.js.map +1 -1
  155. package/lib/module/components/Headers/index.js +3 -1
  156. package/lib/module/components/Headers/index.js.map +1 -1
  157. package/lib/module/components/Input/Input.js +5 -1
  158. package/lib/module/components/Input/Input.js.map +1 -1
  159. package/lib/module/components/Input/InputThree.js +157 -0
  160. package/lib/module/components/Input/InputThree.js.map +1 -0
  161. package/lib/module/components/Input/PhoneNumberInput.js.map +1 -1
  162. package/lib/module/components/Input/PhoneNumberInputTwo.js +316 -0
  163. package/lib/module/components/Input/PhoneNumberInputTwo.js.map +1 -0
  164. package/lib/module/components/Loader/Loader.js +14 -6
  165. package/lib/module/components/Loader/Loader.js.map +1 -1
  166. package/lib/module/components/Logo/Logo.js +42 -17
  167. package/lib/module/components/Logo/Logo.js.map +1 -1
  168. package/lib/module/components/NewRelease/NewReleaseSheet.js +227 -0
  169. package/lib/module/components/NewRelease/NewReleaseSheet.js.map +1 -0
  170. package/lib/module/components/NewRelease/index.js +4 -0
  171. package/lib/module/components/NewRelease/index.js.map +1 -0
  172. package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js +92 -17
  173. package/lib/module/components/Reels/ReelsSeries/MediaControls/BottomControls.js.map +1 -1
  174. package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js +65 -2
  175. package/lib/module/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.js.map +1 -1
  176. package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js +2 -1
  177. package/lib/module/components/Reels/ReelsSeries/MediaControls/RightControls.js.map +1 -1
  178. package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js +4 -2
  179. package/lib/module/components/Reels/ReelsSeries/Model/SettingModal.js.map +1 -1
  180. package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js +80 -46
  181. package/lib/module/components/Reels/ReelsSeries/ReelsSeries.js.map +1 -1
  182. package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js +78 -29
  183. package/lib/module/components/Reels/ReelsSeries/ReelsSeriesItem.js.map +1 -1
  184. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js +21 -34
  185. package/lib/module/components/Reels/ReelsSeries/components/VideoControls/QualityControl.js.map +1 -1
  186. package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js +58 -0
  187. package/lib/module/components/Reels/ReelsSeries/useReelsWatchProgress.js.map +1 -0
  188. package/lib/module/components/Reels/ReelsSeries/utils/quality.js +44 -0
  189. package/lib/module/components/Reels/ReelsSeries/utils/quality.js.map +1 -0
  190. package/lib/module/components/Reels/index.js +1 -0
  191. package/lib/module/components/Reels/index.js.map +1 -1
  192. package/lib/module/components/Search/One.js +7 -4
  193. package/lib/module/components/Search/One.js.map +1 -1
  194. package/lib/module/components/Search/components/SearchCard.js +59 -7
  195. package/lib/module/components/Search/components/SearchCard.js.map +1 -1
  196. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js +2 -1
  197. package/lib/module/components/User/PurchaseHistory/PurchaseHistory.js.map +1 -1
  198. package/lib/module/components/User/WatchHistory/WatchHistory.js +1 -0
  199. package/lib/module/components/User/WatchHistory/WatchHistory.js.map +1 -1
  200. package/lib/module/components/User/WatchLater/WatchLater.js +1 -0
  201. package/lib/module/components/User/WatchLater/WatchLater.js.map +1 -1
  202. package/lib/module/components/common/AppStatusBar.js +2 -1
  203. package/lib/module/components/common/AppStatusBar.js.map +1 -1
  204. package/lib/module/components/index.js +1 -0
  205. package/lib/module/components/index.js.map +1 -1
  206. package/lib/module/constants/dummySections.js +3 -1
  207. package/lib/module/constants/dummySections.js.map +1 -1
  208. package/lib/module/hooks/useSplashCache.js +78 -60
  209. package/lib/module/hooks/useSplashCache.js.map +1 -1
  210. package/lib/module/theme/ThemeProvider.js +14 -2
  211. package/lib/module/theme/ThemeProvider.js.map +1 -1
  212. package/lib/module/theme/hook/index.js +0 -1
  213. package/lib/module/theme/hook/index.js.map +1 -1
  214. package/lib/module/theme/hook/useInternalTheme.js +21 -7
  215. package/lib/module/theme/hook/useInternalTheme.js.map +1 -1
  216. package/lib/module/theme/themes.js +2 -0
  217. package/lib/module/theme/themes.js.map +1 -1
  218. package/lib/module/theme/utils/validateColor.js +84 -0
  219. package/lib/module/theme/utils/validateColor.js.map +1 -0
  220. package/lib/module/utils/colorUtils.js +68 -0
  221. package/lib/module/utils/colorUtils.js.map +1 -0
  222. package/lib/typescript/src/components/Auth/{ForgotPassword → One/ForgotPassword}/ForgotPassword.d.ts +1 -1
  223. package/lib/typescript/src/components/Auth/One/ForgotPassword/ForgotPassword.d.ts.map +1 -0
  224. package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithEmail.d.ts +1 -1
  225. package/lib/typescript/src/components/Auth/One/Login/LoginWithEmail.d.ts.map +1 -0
  226. package/lib/typescript/src/components/Auth/{Login → One/Login}/LoginWithPhone.d.ts +1 -1
  227. package/lib/typescript/src/components/Auth/One/Login/LoginWithPhone.d.ts.map +1 -0
  228. package/lib/typescript/src/components/Auth/{OTP → One/OTP}/OTP.d.ts +1 -1
  229. package/lib/typescript/src/components/Auth/One/OTP/OTP.d.ts.map +1 -0
  230. package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/QrLogin.d.ts +1 -1
  231. package/lib/typescript/src/components/Auth/One/QrLogin/QrLogin.d.ts.map +1 -0
  232. package/lib/typescript/src/components/Auth/{QrLogin → One/QrLogin}/components/QrViewArea.d.ts +1 -1
  233. package/lib/typescript/src/components/Auth/One/QrLogin/components/QrViewArea.d.ts.map +1 -0
  234. package/lib/typescript/src/components/Auth/{SignUp → One/SignUp}/SignUp.d.ts +1 -1
  235. package/lib/typescript/src/components/Auth/One/SignUp/SignUp.d.ts.map +1 -0
  236. package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/SplashScreen.d.ts +1 -1
  237. package/lib/typescript/src/components/Auth/One/SplashScreen/SplashScreen.d.ts.map +1 -0
  238. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts +14 -0
  239. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
  240. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
  241. package/lib/typescript/src/components/Auth/One/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
  242. package/lib/typescript/src/components/Auth/One/index.d.ts +234 -0
  243. package/lib/typescript/src/components/Auth/One/index.d.ts.map +1 -0
  244. package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts +16 -0
  245. package/lib/typescript/src/components/Auth/Two/AuthHeader/AuthHeader.d.ts.map +1 -0
  246. package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts +53 -0
  247. package/lib/typescript/src/components/Auth/Two/ForgotPassword/ForgotPassword.d.ts.map +1 -0
  248. package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts +17 -0
  249. package/lib/typescript/src/components/Auth/Two/Login/AuthLoginShell.d.ts.map +1 -0
  250. package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts +52 -0
  251. package/lib/typescript/src/components/Auth/Two/Login/LoginWithEmail.d.ts.map +1 -0
  252. package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts +37 -0
  253. package/lib/typescript/src/components/Auth/Two/Login/LoginWithPhone.d.ts.map +1 -0
  254. package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts +63 -0
  255. package/lib/typescript/src/components/Auth/Two/OTP/OTP.d.ts.map +1 -0
  256. package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts +19 -0
  257. package/lib/typescript/src/components/Auth/Two/QrLogin/QrLogin.d.ts.map +1 -0
  258. package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts +14 -0
  259. package/lib/typescript/src/components/Auth/Two/QrLogin/components/QrViewArea.d.ts.map +1 -0
  260. package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts +67 -0
  261. package/lib/typescript/src/components/Auth/Two/SignUp/SignUp.d.ts.map +1 -0
  262. package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts +35 -0
  263. package/lib/typescript/src/components/Auth/Two/SplashScreen/SplashScreen.d.ts.map +1 -0
  264. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashImage/SplashImage.d.ts.map +1 -0
  265. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts +17 -0
  266. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +1 -0
  267. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts +20 -0
  268. package/lib/typescript/src/components/Auth/Two/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +1 -0
  269. package/lib/typescript/src/components/Auth/Two/index.d.ts +220 -0
  270. package/lib/typescript/src/components/Auth/Two/index.d.ts.map +1 -0
  271. package/lib/typescript/src/components/Auth/index.d.ts +447 -232
  272. package/lib/typescript/src/components/Auth/index.d.ts.map +1 -1
  273. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayout.d.ts.map +1 -1
  274. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts +7 -0
  275. package/lib/typescript/src/components/BackgroundLayout/BackgroundLayoutOne.d.ts.map +1 -0
  276. package/lib/typescript/src/components/BottomSheet/BottomSheet.d.ts.map +1 -1
  277. package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts +19 -0
  278. package/lib/typescript/src/components/BottomSheet/BottomSheetOne.d.ts.map +1 -0
  279. package/lib/typescript/src/components/BottomSheet/index.d.ts +2 -0
  280. package/lib/typescript/src/components/BottomSheet/index.d.ts.map +1 -1
  281. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts +1 -0
  282. package/lib/typescript/src/components/Button/PrimaryBtn.d.ts.map +1 -1
  283. package/lib/typescript/src/components/Button/index.d.ts +1 -0
  284. package/lib/typescript/src/components/Button/index.d.ts.map +1 -1
  285. package/lib/typescript/src/components/Content/Card/Category/Category.d.ts.map +1 -1
  286. package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts +26 -0
  287. package/lib/typescript/src/components/Content/Card/Category/CategroyTwo.d.ts.map +1 -0
  288. package/lib/typescript/src/components/Content/Card/Sliders/Styles/One.d.ts.map +1 -1
  289. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts +19 -0
  290. package/lib/typescript/src/components/Content/Card/Sliders/Styles/Three.d.ts.map +1 -0
  291. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts +11 -0
  292. package/lib/typescript/src/components/Content/Card/Sliders/index.d.ts.map +1 -1
  293. package/lib/typescript/src/components/Content/Card/Styles/Five.d.ts.map +1 -1
  294. package/lib/typescript/src/components/Content/Card/Styles/Four.d.ts.map +1 -1
  295. package/lib/typescript/src/components/Content/Card/Styles/One.d.ts.map +1 -1
  296. package/lib/typescript/src/components/Content/Card/Styles/RotateInOut.d.ts.map +1 -1
  297. package/lib/typescript/src/components/Content/Card/Styles/Three.d.ts.map +1 -1
  298. package/lib/typescript/src/components/Content/Card/Styles/TopTen.d.ts.map +1 -1
  299. package/lib/typescript/src/components/Content/Card/Styles/Two.d.ts.map +1 -1
  300. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts +1 -0
  301. package/lib/typescript/src/components/Content/Card/components/CardPoster.d.ts.map +1 -1
  302. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts +3 -0
  303. package/lib/typescript/src/components/Content/Card/components/NavigateToMore.d.ts.map +1 -1
  304. package/lib/typescript/src/components/Content/Content.d.ts +2 -52
  305. package/lib/typescript/src/components/Content/Content.d.ts.map +1 -1
  306. package/lib/typescript/src/components/Content/Sections.d.ts +1 -52
  307. package/lib/typescript/src/components/Content/Sections.d.ts.map +1 -1
  308. package/lib/typescript/src/components/Content/types.d.ts +149 -0
  309. package/lib/typescript/src/components/Content/types.d.ts.map +1 -0
  310. package/lib/typescript/src/components/ContentView/MoreContentList.d.ts.map +1 -1
  311. package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts +15 -0
  312. package/lib/typescript/src/components/ContentView/One/ContentViewOne.d.ts.map +1 -0
  313. package/lib/typescript/src/components/ContentView/{components → One/components}/AboutSection.d.ts +1 -1
  314. package/lib/typescript/src/components/ContentView/One/components/AboutSection.d.ts.map +1 -0
  315. package/lib/typescript/src/components/ContentView/{components → One/components}/CastCard.d.ts +1 -1
  316. package/lib/typescript/src/components/ContentView/One/components/CastCard.d.ts.map +1 -0
  317. package/lib/typescript/src/components/ContentView/{components → One/components}/EpisodeCard.d.ts +1 -1
  318. package/lib/typescript/src/components/ContentView/One/components/EpisodeCard.d.ts.map +1 -0
  319. package/lib/typescript/src/components/ContentView/{components → One/components}/GenreTags.d.ts +1 -1
  320. package/lib/typescript/src/components/ContentView/One/components/GenreTags.d.ts.map +1 -0
  321. package/lib/typescript/src/components/ContentView/{components → One/components}/HeroBanner.d.ts +1 -1
  322. package/lib/typescript/src/components/ContentView/One/components/HeroBanner.d.ts.map +1 -0
  323. package/lib/typescript/src/components/ContentView/{components → One/components}/MiniInfo.d.ts +1 -1
  324. package/lib/typescript/src/components/ContentView/One/components/MiniInfo.d.ts.map +1 -0
  325. package/lib/typescript/src/components/ContentView/One/components/PlayButton.d.ts.map +1 -0
  326. package/lib/typescript/src/components/ContentView/{components → One/components}/Title.d.ts +1 -1
  327. package/lib/typescript/src/components/ContentView/One/components/Title.d.ts.map +1 -0
  328. package/lib/typescript/src/components/ContentView/One/components/TrailerButton.d.ts.map +1 -0
  329. package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts +18 -0
  330. package/lib/typescript/src/components/ContentView/Two/ContentViewTwo.d.ts.map +1 -0
  331. package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts +27 -0
  332. package/lib/typescript/src/components/ContentView/Two/components/AboutSection.d.ts.map +1 -0
  333. package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts +15 -0
  334. package/lib/typescript/src/components/ContentView/Two/components/Details.d.ts.map +1 -0
  335. package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts +23 -0
  336. package/lib/typescript/src/components/ContentView/Two/components/EpisodeCard.d.ts.map +1 -0
  337. package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts +22 -0
  338. package/lib/typescript/src/components/ContentView/Two/components/GenreTags.d.ts.map +1 -0
  339. package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts +8 -0
  340. package/lib/typescript/src/components/ContentView/Two/components/HeroBanner.d.ts.map +1 -0
  341. package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts +25 -0
  342. package/lib/typescript/src/components/ContentView/Two/components/LikeShareActions.d.ts.map +1 -0
  343. package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts +26 -0
  344. package/lib/typescript/src/components/ContentView/Two/components/MoreLikeThisContentList .d.ts.map +1 -0
  345. package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts +21 -0
  346. package/lib/typescript/src/components/ContentView/Two/components/PlayOrTrailer.d.ts.map +1 -0
  347. package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts +28 -0
  348. package/lib/typescript/src/components/ContentView/Two/components/SectionTabs.d.ts.map +1 -0
  349. package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts +34 -0
  350. package/lib/typescript/src/components/ContentView/Two/components/Title.d.ts.map +1 -0
  351. package/lib/typescript/src/components/ContentView/Two/components/index.d.ts +15 -0
  352. package/lib/typescript/src/components/ContentView/Two/components/index.d.ts.map +1 -0
  353. package/lib/typescript/src/components/ContentView/index.d.ts +6 -1
  354. package/lib/typescript/src/components/ContentView/index.d.ts.map +1 -1
  355. package/lib/typescript/src/components/Headers/Four.d.ts +18 -0
  356. package/lib/typescript/src/components/Headers/Four.d.ts.map +1 -0
  357. package/lib/typescript/src/components/Headers/Three.d.ts +9 -1
  358. package/lib/typescript/src/components/Headers/Three.d.ts.map +1 -1
  359. package/lib/typescript/src/components/Headers/index.d.ts +1 -0
  360. package/lib/typescript/src/components/Headers/index.d.ts.map +1 -1
  361. package/lib/typescript/src/components/Input/Input.d.ts +2 -0
  362. package/lib/typescript/src/components/Input/Input.d.ts.map +1 -1
  363. package/lib/typescript/src/components/Input/InputThree.d.ts +22 -0
  364. package/lib/typescript/src/components/Input/InputThree.d.ts.map +1 -0
  365. package/lib/typescript/src/components/Input/PhoneNumberInput.d.ts.map +1 -1
  366. package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts +26 -0
  367. package/lib/typescript/src/components/Input/PhoneNumberInputTwo.d.ts.map +1 -0
  368. package/lib/typescript/src/components/Loader/Loader.d.ts +2 -0
  369. package/lib/typescript/src/components/Loader/Loader.d.ts.map +1 -1
  370. package/lib/typescript/src/components/Logo/Logo.d.ts +1 -1
  371. package/lib/typescript/src/components/Logo/Logo.d.ts.map +1 -1
  372. package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts +10 -0
  373. package/lib/typescript/src/components/NewRelease/NewReleaseSheet.d.ts.map +1 -0
  374. package/lib/typescript/src/components/NewRelease/index.d.ts +2 -0
  375. package/lib/typescript/src/components/NewRelease/index.d.ts.map +1 -0
  376. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts +2 -0
  377. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/BottomControls.d.ts.map +1 -1
  378. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts +1 -0
  379. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.d.ts.map +1 -1
  380. package/lib/typescript/src/components/Reels/ReelsSeries/MediaControls/RightControls.d.ts.map +1 -1
  381. package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts +2 -1
  382. package/lib/typescript/src/components/Reels/ReelsSeries/Model/SettingModal.d.ts.map +1 -1
  383. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts +9 -2
  384. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeries.d.ts.map +1 -1
  385. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts +11 -1
  386. package/lib/typescript/src/components/Reels/ReelsSeries/ReelsSeriesItem.d.ts.map +1 -1
  387. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts +11 -0
  388. package/lib/typescript/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.d.ts.map +1 -1
  389. package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts +15 -0
  390. package/lib/typescript/src/components/Reels/ReelsSeries/types.d.ts.map +1 -1
  391. package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts +34 -0
  392. package/lib/typescript/src/components/Reels/ReelsSeries/useReelsWatchProgress.d.ts.map +1 -0
  393. package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts +10 -0
  394. package/lib/typescript/src/components/Reels/ReelsSeries/utils/quality.d.ts.map +1 -0
  395. package/lib/typescript/src/components/Reels/index.d.ts +1 -0
  396. package/lib/typescript/src/components/Reels/index.d.ts.map +1 -1
  397. package/lib/typescript/src/components/Search/One.d.ts.map +1 -1
  398. package/lib/typescript/src/components/Search/components/SearchCard.d.ts +1 -0
  399. package/lib/typescript/src/components/Search/components/SearchCard.d.ts.map +1 -1
  400. package/lib/typescript/src/components/User/PurchaseHistory/PurchaseHistory.d.ts.map +1 -1
  401. package/lib/typescript/src/components/User/WatchHistory/WatchHistory.d.ts.map +1 -1
  402. package/lib/typescript/src/components/User/WatchLater/WatchLater.d.ts.map +1 -1
  403. package/lib/typescript/src/components/common/AppStatusBar.d.ts +1 -0
  404. package/lib/typescript/src/components/common/AppStatusBar.d.ts.map +1 -1
  405. package/lib/typescript/src/components/index.d.ts +1 -0
  406. package/lib/typescript/src/components/index.d.ts.map +1 -1
  407. package/lib/typescript/src/constants/dummySections.d.ts +3 -1
  408. package/lib/typescript/src/constants/dummySections.d.ts.map +1 -1
  409. package/lib/typescript/src/hooks/useSplashCache.d.ts.map +1 -1
  410. package/lib/typescript/src/theme/ThemeProvider.d.ts +2 -0
  411. package/lib/typescript/src/theme/ThemeProvider.d.ts.map +1 -1
  412. package/lib/typescript/src/theme/hook/index.d.ts +0 -1
  413. package/lib/typescript/src/theme/hook/index.d.ts.map +1 -1
  414. package/lib/typescript/src/theme/hook/useInternalTheme.d.ts.map +1 -1
  415. package/lib/typescript/src/theme/themes.d.ts +1 -0
  416. package/lib/typescript/src/theme/themes.d.ts.map +1 -1
  417. package/lib/typescript/src/theme/utils/validateColor.d.ts +21 -0
  418. package/lib/typescript/src/theme/utils/validateColor.d.ts.map +1 -0
  419. package/lib/typescript/src/types/content/content-view.types.d.ts +40 -1
  420. package/lib/typescript/src/types/content/content-view.types.d.ts.map +1 -1
  421. package/lib/typescript/src/utils/colorUtils.d.ts +19 -0
  422. package/lib/typescript/src/utils/colorUtils.d.ts.map +1 -0
  423. package/package.json +9 -16
  424. package/lib/module/components/Auth/ForgotPassword/ForgotPassword.js.map +0 -1
  425. package/lib/module/components/Auth/Login/LoginWithEmail.js +0 -314
  426. package/lib/module/components/Auth/Login/LoginWithEmail.js.map +0 -1
  427. package/lib/module/components/Auth/Login/LoginWithPhone.js.map +0 -1
  428. package/lib/module/components/Auth/OTP/OTP.js.map +0 -1
  429. package/lib/module/components/Auth/QrLogin/QrLogin.js.map +0 -1
  430. package/lib/module/components/Auth/QrLogin/components/QrViewArea.js.map +0 -1
  431. package/lib/module/components/Auth/SignUp/SignUp.js +0 -352
  432. package/lib/module/components/Auth/SignUp/SignUp.js.map +0 -1
  433. package/lib/module/components/Auth/SplashScreen/SplashScreen.js.map +0 -1
  434. package/lib/module/components/Auth/SplashScreen/components/SplashImage/SplashImage.js.map +0 -1
  435. package/lib/module/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.js.map +0 -1
  436. package/lib/module/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.js.map +0 -1
  437. package/lib/module/components/ContentView/ContentView.js.map +0 -1
  438. package/lib/module/components/ContentView/components/AboutSection.js.map +0 -1
  439. package/lib/module/components/ContentView/components/CastCard.js.map +0 -1
  440. package/lib/module/components/ContentView/components/EpisodeCard.js.map +0 -1
  441. package/lib/module/components/ContentView/components/GenreTags.js.map +0 -1
  442. package/lib/module/components/ContentView/components/HeroBanner.js.map +0 -1
  443. package/lib/module/components/ContentView/components/MiniInfo.js.map +0 -1
  444. package/lib/module/components/ContentView/components/PlayButton.js.map +0 -1
  445. package/lib/module/components/ContentView/components/Title.js.map +0 -1
  446. package/lib/module/components/ContentView/components/TrailerButton.js.map +0 -1
  447. package/lib/module/theme/hook/useThemeStatusBar.js +0 -33
  448. package/lib/module/theme/hook/useThemeStatusBar.js.map +0 -1
  449. package/lib/typescript/src/components/Auth/ForgotPassword/ForgotPassword.d.ts.map +0 -1
  450. package/lib/typescript/src/components/Auth/Login/LoginWithEmail.d.ts.map +0 -1
  451. package/lib/typescript/src/components/Auth/Login/LoginWithPhone.d.ts.map +0 -1
  452. package/lib/typescript/src/components/Auth/OTP/OTP.d.ts.map +0 -1
  453. package/lib/typescript/src/components/Auth/QrLogin/QrLogin.d.ts.map +0 -1
  454. package/lib/typescript/src/components/Auth/QrLogin/components/QrViewArea.d.ts.map +0 -1
  455. package/lib/typescript/src/components/Auth/SignUp/SignUp.d.ts.map +0 -1
  456. package/lib/typescript/src/components/Auth/SplashScreen/SplashScreen.d.ts.map +0 -1
  457. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.d.ts.map +0 -1
  458. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.d.ts.map +0 -1
  459. package/lib/typescript/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.d.ts.map +0 -1
  460. package/lib/typescript/src/components/ContentView/ContentView.d.ts +0 -15
  461. package/lib/typescript/src/components/ContentView/ContentView.d.ts.map +0 -1
  462. package/lib/typescript/src/components/ContentView/components/AboutSection.d.ts.map +0 -1
  463. package/lib/typescript/src/components/ContentView/components/CastCard.d.ts.map +0 -1
  464. package/lib/typescript/src/components/ContentView/components/EpisodeCard.d.ts.map +0 -1
  465. package/lib/typescript/src/components/ContentView/components/GenreTags.d.ts.map +0 -1
  466. package/lib/typescript/src/components/ContentView/components/HeroBanner.d.ts.map +0 -1
  467. package/lib/typescript/src/components/ContentView/components/MiniInfo.d.ts.map +0 -1
  468. package/lib/typescript/src/components/ContentView/components/PlayButton.d.ts.map +0 -1
  469. package/lib/typescript/src/components/ContentView/components/Title.d.ts.map +0 -1
  470. package/lib/typescript/src/components/ContentView/components/TrailerButton.d.ts.map +0 -1
  471. package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts +0 -10
  472. package/lib/typescript/src/theme/hook/useThemeStatusBar.d.ts.map +0 -1
  473. package/src/Styles/globalStyles.ts +0 -70
  474. package/src/assets/animations/135037-payment-processing-error.json +0 -1347
  475. package/src/assets/animations/7227-vui-animation.json +0 -3377
  476. package/src/assets/animations/Failed.json +0 -2103
  477. package/src/assets/animations/Pending.json +0 -522
  478. package/src/assets/animations/Successful.json +0 -2289
  479. package/src/assets/animations/heart.json +0 -788
  480. package/src/assets/animations/succesfull-payment.json +0 -2379
  481. package/src/assets/animations/voice-icon.json +0 -542
  482. package/src/assets/img/back.png +0 -0
  483. package/src/assets/img/bottom-panel.png +0 -0
  484. package/src/assets/img/camera.png +0 -0
  485. package/src/assets/img/camera2.png +0 -0
  486. package/src/assets/img/home.png +0 -0
  487. package/src/assets/img/lock.png +0 -0
  488. package/src/assets/img/play.png +0 -0
  489. package/src/assets/img/profile.jpg +0 -0
  490. package/src/assets/img/qr-code.png +0 -0
  491. package/src/assets/img/shadow.png +0 -0
  492. package/src/assets/img/shadow2.png +0 -0
  493. package/src/assets/img/user.png +0 -0
  494. package/src/assets/svg/Account.svg +0 -4
  495. package/src/assets/svg/Favourite.svg +0 -14
  496. package/src/assets/svg/Upcoming.svg +0 -4
  497. package/src/assets/svg/content-error.svg +0 -28
  498. package/src/assets/svg/download.svg +0 -3
  499. package/src/assets/svg/eye-off.svg +0 -10
  500. package/src/assets/svg/favorites.svg +0 -3
  501. package/src/assets/svg/h.svg +0 -4
  502. package/src/assets/svg/home.svg +0 -5
  503. package/src/assets/svg/home1.svg +0 -3
  504. package/src/assets/svg/menu-bar.svg +0 -4
  505. package/src/assets/svg/my-space.svg +0 -14
  506. package/src/assets/svg/play-icon-with-bg.svg +0 -5
  507. package/src/assets/svg/profile.svg +0 -4
  508. package/src/assets/svg/search.svg +0 -5
  509. package/src/assets/svg/search1.svg +0 -4
  510. package/src/assets/svg/server-error.svg +0 -139
  511. package/src/components/Account/Account.tsx +0 -367
  512. package/src/components/Account/index.ts +0 -1
  513. package/src/components/Alert/AlertDialog.tsx +0 -247
  514. package/src/components/Alert/UAAlert.tsx +0 -170
  515. package/src/components/Alert/index.ts +0 -2
  516. package/src/components/Auth/AuthProvider/AuthProvider.tsx +0 -415
  517. package/src/components/Auth/ForgotPassword/ForgotPassword.tsx +0 -308
  518. package/src/components/Auth/Login/LoginWithEmail.tsx +0 -441
  519. package/src/components/Auth/Login/LoginWithPhone.tsx +0 -306
  520. package/src/components/Auth/OTP/OTP.tsx +0 -454
  521. package/src/components/Auth/QrLogin/QrLogin.tsx +0 -602
  522. package/src/components/Auth/QrLogin/components/QrViewArea.tsx +0 -423
  523. package/src/components/Auth/SignUp/SignUp.tsx +0 -462
  524. package/src/components/Auth/SplashScreen/SplashScreen.tsx +0 -245
  525. package/src/components/Auth/SplashScreen/components/SplashImage/SplashImage.tsx +0 -92
  526. package/src/components/Auth/SplashScreen/components/SplashLottie/SplashLottie.tsx +0 -77
  527. package/src/components/Auth/SplashScreen/components/SplashVideo/SplashVideo.tsx +0 -164
  528. package/src/components/Auth/index.ts +0 -26
  529. package/src/components/BackgroundLayout/BackgroundLayout.tsx +0 -172
  530. package/src/components/BlogView/BlogView.tsx +0 -276
  531. package/src/components/BlogView/index.ts +0 -8
  532. package/src/components/BlurView/BlurView.tsx +0 -199
  533. package/src/components/BlurView/index.ts +0 -7
  534. package/src/components/BottomSheet/BottomSheet.tsx +0 -195
  535. package/src/components/BottomSheet/index.ts +0 -2
  536. package/src/components/Button/BackBtn.tsx +0 -168
  537. package/src/components/Button/MenuBtn.tsx +0 -229
  538. package/src/components/Button/PrimaryBtn.tsx +0 -126
  539. package/src/components/Button/SecondaryBtn.tsx +0 -132
  540. package/src/components/Button/TextButton.tsx +0 -145
  541. package/src/components/Button/index.ts +0 -18
  542. package/src/components/Content/Card/Category/Category.tsx +0 -429
  543. package/src/components/Content/Card/NowWatching/NowWatching.tsx +0 -624
  544. package/src/components/Content/Card/Sliders/Styles/One.tsx +0 -490
  545. package/src/components/Content/Card/Sliders/Styles/Two.tsx +0 -391
  546. package/src/components/Content/Card/Sliders/index.ts +0 -15
  547. package/src/components/Content/Card/Styles/Five.tsx +0 -384
  548. package/src/components/Content/Card/Styles/Four.tsx +0 -378
  549. package/src/components/Content/Card/Styles/One.tsx +0 -385
  550. package/src/components/Content/Card/Styles/RotateInOut.tsx +0 -412
  551. package/src/components/Content/Card/Styles/Six.tsx +0 -392
  552. package/src/components/Content/Card/Styles/Three.tsx +0 -349
  553. package/src/components/Content/Card/Styles/TopTen.tsx +0 -411
  554. package/src/components/Content/Card/Styles/Two.tsx +0 -415
  555. package/src/components/Content/Card/components/AdsPoster.tsx +0 -202
  556. package/src/components/Content/Card/components/CardPoster.tsx +0 -258
  557. package/src/components/Content/Card/components/NavigateToMore.tsx +0 -69
  558. package/src/components/Content/Card/components/RentOrBuyIcon.tsx +0 -129
  559. package/src/components/Content/Card/components/ShowAllButton.tsx +0 -92
  560. package/src/components/Content/Card/components/ThumbnailCard.tsx +0 -234
  561. package/src/components/Content/Card/components/index.ts +0 -1
  562. package/src/components/Content/Card/index.ts +0 -30
  563. package/src/components/Content/Content.tsx +0 -369
  564. package/src/components/Content/Sections.tsx +0 -273
  565. package/src/components/ContentView/ContentView.tsx +0 -242
  566. package/src/components/ContentView/MoreContentList.tsx +0 -326
  567. package/src/components/ContentView/components/AboutSection.tsx +0 -216
  568. package/src/components/ContentView/components/CastCard.tsx +0 -265
  569. package/src/components/ContentView/components/EpisodeCard.tsx +0 -536
  570. package/src/components/ContentView/components/GenreTags.tsx +0 -132
  571. package/src/components/ContentView/components/HeroBanner.tsx +0 -372
  572. package/src/components/ContentView/components/MiniInfo.tsx +0 -292
  573. package/src/components/ContentView/components/PlayButton.tsx +0 -56
  574. package/src/components/ContentView/components/Title.tsx +0 -149
  575. package/src/components/ContentView/components/TrailerButton.tsx +0 -76
  576. package/src/components/ContentView/index.ts +0 -7
  577. package/src/components/Fallbacks/NoContentFallback.tsx +0 -176
  578. package/src/components/Fallbacks/NotFoundFallback.tsx +0 -94
  579. package/src/components/Fallbacks/index.ts +0 -2
  580. package/src/components/Headers/AppHeader.tsx +0 -150
  581. package/src/components/Headers/One.tsx +0 -115
  582. package/src/components/Headers/Three.tsx +0 -72
  583. package/src/components/Headers/Two.tsx +0 -100
  584. package/src/components/Headers/index.ts +0 -16
  585. package/src/components/Input/Input.ts +0 -16
  586. package/src/components/Input/InputOne.tsx +0 -259
  587. package/src/components/Input/InputTwo.tsx +0 -212
  588. package/src/components/Input/PhoneNumberInput.tsx +0 -429
  589. package/src/components/Keyboard/HideKeyboard.tsx +0 -88
  590. package/src/components/Loader/Loader.tsx +0 -28
  591. package/src/components/Logo/Logo.tsx +0 -126
  592. package/src/components/Reels/ReelsSeries/MediaControls/BottomControls.tsx +0 -156
  593. package/src/components/Reels/ReelsSeries/MediaControls/MediaControlsProvider.tsx +0 -234
  594. package/src/components/Reels/ReelsSeries/MediaControls/MiddleControls.tsx +0 -196
  595. package/src/components/Reels/ReelsSeries/MediaControls/RightControls.tsx +0 -92
  596. package/src/components/Reels/ReelsSeries/MediaControls/TopControls.tsx +0 -163
  597. package/src/components/Reels/ReelsSeries/Model/DetailsModal.tsx +0 -210
  598. package/src/components/Reels/ReelsSeries/Model/SettingModal.tsx +0 -143
  599. package/src/components/Reels/ReelsSeries/Model/UnlockModal.tsx +0 -154
  600. package/src/components/Reels/ReelsSeries/ReelsSeries.tsx +0 -231
  601. package/src/components/Reels/ReelsSeries/ReelsSeriesItem.tsx +0 -432
  602. package/src/components/Reels/ReelsSeries/components/AnimatedThreeLines.tsx +0 -184
  603. package/src/components/Reels/ReelsSeries/components/Episodes.tsx +0 -154
  604. package/src/components/Reels/ReelsSeries/components/GradientOverlay.tsx +0 -41
  605. package/src/components/Reels/ReelsSeries/components/Like.tsx +0 -40
  606. package/src/components/Reels/ReelsSeries/components/RotatingLoader.tsx +0 -79
  607. package/src/components/Reels/ReelsSeries/components/Synopsis.tsx +0 -332
  608. package/src/components/Reels/ReelsSeries/components/VideoControls/QualityControl.tsx +0 -190
  609. package/src/components/Reels/ReelsSeries/components/VideoControls/SpeedControl.tsx +0 -80
  610. package/src/components/Reels/ReelsSeries/components/VideoControls/index.ts +0 -2
  611. package/src/components/Reels/ReelsSeries/types.ts +0 -38
  612. package/src/components/Reels/index.ts +0 -8
  613. package/src/components/Reels/utils/Controls/gestureUtils.ts +0 -42
  614. package/src/components/Reels/utils/Controls/index.ts +0 -4
  615. package/src/components/Reels/utils/Controls/overlayUtils.ts +0 -35
  616. package/src/components/Reels/utils/Controls/videoControlsConstants.ts +0 -25
  617. package/src/components/Reels/utils/Controls/videoRef.ts +0 -4
  618. package/src/components/Reels/utils/index.ts +0 -1
  619. package/src/components/Reels/utils/timeoutUtils.ts +0 -29
  620. package/src/components/Search/One.tsx +0 -253
  621. package/src/components/Search/components/RecentSearchesSection.tsx +0 -181
  622. package/src/components/Search/components/SearchCard.tsx +0 -218
  623. package/src/components/Search/index.ts +0 -16
  624. package/src/components/Settings/AppSettings.tsx +0 -428
  625. package/src/components/Settings/index.ts +0 -1
  626. package/src/components/Subscription/SubOne.tsx +0 -874
  627. package/src/components/Subscription/index.ts +0 -12
  628. package/src/components/TabBar/One.tsx +0 -148
  629. package/src/components/TabBar/Three.tsx +0 -169
  630. package/src/components/TabBar/Two.tsx +0 -189
  631. package/src/components/TabBar/index.ts +0 -20
  632. package/src/components/Text/Text.tsx +0 -85
  633. package/src/components/Text/index.ts +0 -5
  634. package/src/components/User/DeviceSessions/DeviceSessions.tsx +0 -468
  635. package/src/components/User/ProfileUpdate/ProfileUpdate.tsx +0 -278
  636. package/src/components/User/PurchaseHistory/PurchaseHistory.tsx +0 -493
  637. package/src/components/User/WatchHistory/WatchHistory.tsx +0 -226
  638. package/src/components/User/WatchLater/WatchLater.tsx +0 -396
  639. package/src/components/User/components/UserAvatar.tsx +0 -120
  640. package/src/components/User/components/UserSection.tsx +0 -228
  641. package/src/components/User/index.ts +0 -18
  642. package/src/components/View/View.tsx +0 -37
  643. package/src/components/View/index.ts +0 -5
  644. package/src/components/common/AppStatusBar.tsx +0 -51
  645. package/src/components/index.ts +0 -28
  646. package/src/components/layout/SafeAreaWrapper.tsx +0 -45
  647. package/src/components/layout/index.ts +0 -1
  648. package/src/constants/dummySections.ts +0 -94
  649. package/src/hooks/Images/index.ts +0 -2
  650. package/src/hooks/Images/useImageLoader.ts +0 -206
  651. package/src/hooks/Images/useImageValidation.ts +0 -36
  652. package/src/hooks/index.ts +0 -17
  653. package/src/hooks/useAdTracking.ts +0 -349
  654. package/src/hooks/useCards.ts +0 -228
  655. package/src/hooks/useDebounce.ts +0 -35
  656. package/src/hooks/useKeyboard.ts +0 -43
  657. package/src/hooks/useNavigationMode.ts +0 -46
  658. package/src/hooks/usePaginatedSection.ts +0 -101
  659. package/src/hooks/usePrevious.ts +0 -28
  660. package/src/hooks/useSafeCallback.ts +0 -43
  661. package/src/hooks/useSkeletonItems.ts +0 -30
  662. package/src/hooks/useSplashCache.ts +0 -167
  663. package/src/hooks/useThemeColors.ts +0 -51
  664. package/src/index.tsx +0 -8
  665. package/src/store/RecentSearchesStore.ts +0 -78
  666. package/src/store/splashStore.ts +0 -91
  667. package/src/store/themeStore.ts +0 -43
  668. package/src/theme/ThemeProvider.tsx +0 -99
  669. package/src/theme/hook/index.ts +0 -2
  670. package/src/theme/hook/useInternalTheme.ts +0 -89
  671. package/src/theme/hook/useThemeStatusBar.ts +0 -42
  672. package/src/theme/index.ts +0 -7
  673. package/src/theme/themes.ts +0 -333
  674. package/src/types/content/content-view.types.ts +0 -164
  675. package/src/types/hook/index.ts +0 -5
  676. package/src/types/hook/usePaginatedSetion.ts +0 -19
  677. package/src/types/index.ts +0 -7
  678. package/src/types/sections/index.ts +0 -84
  679. package/src/utils/Display.ts +0 -14
  680. package/src/utils/Formater.ts +0 -14
  681. package/src/utils/PlatformSelector.ts +0 -29
  682. package/src/utils/SizeMatters.ts +0 -7
  683. package/src/utils/Spacing.ts +0 -27
  684. /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashLottie/SplashLottie.d.ts +0 -0
  685. /package/lib/typescript/src/components/Auth/{SplashScreen → One/SplashScreen}/components/SplashVideo/SplashVideo.d.ts +0 -0
  686. /package/lib/typescript/src/components/Auth/{SplashScreen → Two/SplashScreen}/components/SplashImage/SplashImage.d.ts +0 -0
  687. /package/lib/typescript/src/components/ContentView/{components → One/components}/PlayButton.d.ts +0 -0
  688. /package/lib/typescript/src/components/ContentView/{components → One/components}/TrailerButton.d.ts +0 -0
@@ -1,2289 +0,0 @@
1
- {
2
- "v": "5.6.3",
3
- "fr": 29.9700012207031,
4
- "ip": 0,
5
- "op": 47.0000019143492,
6
- "w": 1920,
7
- "h": 1080,
8
- "nm": "Successful",
9
- "ddd": 0,
10
- "assets": [],
11
- "fonts": {
12
- "list": [
13
- {
14
- "fName": "SFUIDisplay-Bold",
15
- "fFamily": "SF UI Display",
16
- "fStyle": "Bold",
17
- "ascent": 73.828125
18
- }
19
- ]
20
- },
21
- "layers": [
22
- {
23
- "ddd": 0,
24
- "ind": 1,
25
- "ty": 5,
26
- "nm": "Payment Successful",
27
- "sr": 1,
28
- "ks": {
29
- "o": {
30
- "a": 1,
31
- "k": [
32
- {
33
- "i": { "x": [0.833], "y": [0.833] },
34
- "o": { "x": [0.167], "y": [0.167] },
35
- "t": 27,
36
- "s": [0]
37
- },
38
- { "t": 37.0000015070409, "s": [100] }
39
- ],
40
- "ix": 11
41
- },
42
- "r": { "a": 0, "k": 0, "ix": 10 },
43
- "p": { "a": 0, "k": [664.641, 864, 0], "ix": 2 },
44
- "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
45
- "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
46
- },
47
- "ao": 0,
48
- "t": {
49
- "d": {
50
- "k": [
51
- {
52
- "s": {
53
- "s": 64,
54
- "f": "SFUIDisplay-Bold",
55
- "t": "",
56
- "j": 0,
57
- "tr": 0,
58
- "lh": 76.8,
59
- "ls": 0,
60
- "fc": [0, 1, 0.592]
61
- },
62
- "t": 0
63
- }
64
- ]
65
- },
66
- "p": {},
67
- "m": { "g": 1, "a": { "a": 0, "k": [0, 0], "ix": 2 } },
68
- "a": []
69
- },
70
- "ip": 0,
71
- "op": 47.0000019143492,
72
- "st": 0,
73
- "bm": 0
74
- },
75
- {
76
- "ddd": 0,
77
- "ind": 2,
78
- "ty": 4,
79
- "nm": "check",
80
- "sr": 1,
81
- "ks": {
82
- "o": { "a": 0, "k": 100, "ix": 11 },
83
- "r": { "a": 0, "k": 0, "ix": 10 },
84
- "p": { "a": 0, "k": [961.141, 540, 0], "ix": 2 },
85
- "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
86
- "s": { "a": 0, "k": [376.304, 376.304, 100], "ix": 6 }
87
- },
88
- "ao": 0,
89
- "shapes": [
90
- {
91
- "ty": "gr",
92
- "it": [
93
- {
94
- "ind": 0,
95
- "ty": "sh",
96
- "ix": 1,
97
- "ks": {
98
- "a": 0,
99
- "k": {
100
- "i": [
101
- [0, 0],
102
- [0, 0],
103
- [0, 0]
104
- ],
105
- "o": [
106
- [0, 0],
107
- [0, 0],
108
- [0, 0]
109
- ],
110
- "v": [
111
- [-23, -3.5],
112
- [-7.5, 12],
113
- [20.5, -16]
114
- ],
115
- "c": false
116
- },
117
- "ix": 2
118
- },
119
- "nm": "Path 1",
120
- "mn": "ADBE Vector Shape - Group",
121
- "hd": false
122
- },
123
- {
124
- "ty": "st",
125
- "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
126
- "o": { "a": 0, "k": 100, "ix": 4 },
127
- "w": { "a": 0, "k": 12, "ix": 5 },
128
- "lc": 2,
129
- "lj": 1,
130
- "ml": 4,
131
- "bm": 0,
132
- "nm": "Stroke 1",
133
- "mn": "ADBE Vector Graphic - Stroke",
134
- "hd": false
135
- },
136
- {
137
- "ty": "tr",
138
- "p": { "a": 0, "k": [0, 0], "ix": 2 },
139
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
140
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
141
- "r": { "a": 0, "k": 0, "ix": 6 },
142
- "o": { "a": 0, "k": 100, "ix": 7 },
143
- "sk": { "a": 0, "k": 0, "ix": 4 },
144
- "sa": { "a": 0, "k": 0, "ix": 5 },
145
- "nm": "Transform"
146
- }
147
- ],
148
- "nm": "Shape 1",
149
- "np": 3,
150
- "cix": 2,
151
- "bm": 0,
152
- "ix": 1,
153
- "mn": "ADBE Vector Group",
154
- "hd": false
155
- },
156
- {
157
- "ty": "tm",
158
- "s": { "a": 0, "k": 0, "ix": 1 },
159
- "e": {
160
- "a": 1,
161
- "k": [
162
- {
163
- "i": { "x": [0.667], "y": [1] },
164
- "o": { "x": [0.333], "y": [0] },
165
- "t": 14,
166
- "s": [0]
167
- },
168
- { "t": 27.0000010997325, "s": [100] }
169
- ],
170
- "ix": 2
171
- },
172
- "o": { "a": 0, "k": 0, "ix": 3 },
173
- "m": 1,
174
- "ix": 2,
175
- "nm": "Trim Paths 1",
176
- "mn": "ADBE Vector Filter - Trim",
177
- "hd": false
178
- }
179
- ],
180
- "ip": 0,
181
- "op": 47.0000019143492,
182
- "st": 0,
183
- "bm": 0
184
- },
185
- {
186
- "ddd": 0,
187
- "ind": 3,
188
- "ty": 4,
189
- "nm": "elipse bold",
190
- "sr": 1,
191
- "ks": {
192
- "o": {
193
- "a": 1,
194
- "k": [
195
- {
196
- "i": { "x": [0.667], "y": [1] },
197
- "o": { "x": [0.333], "y": [0] },
198
- "t": 0,
199
- "s": [0]
200
- },
201
- {
202
- "i": { "x": [0.667], "y": [1] },
203
- "o": { "x": [0.333], "y": [0] },
204
- "t": 14,
205
- "s": [81]
206
- },
207
- { "t": 27.0000010997325, "s": [100] }
208
- ],
209
- "ix": 11
210
- },
211
- "r": { "a": 0, "k": 0, "ix": 10 },
212
- "p": { "a": 0, "k": [960, 535.5, 0], "ix": 2 },
213
- "a": { "a": 0, "k": [-62, -4.5, 0], "ix": 1 },
214
- "s": {
215
- "a": 1,
216
- "k": [
217
- {
218
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
219
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
220
- "t": 0,
221
- "s": [41.25, 41.25, 100]
222
- },
223
- {
224
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
225
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
226
- "t": 14,
227
- "s": [532.5, 532.5, 100]
228
- },
229
- {
230
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
231
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
232
- "t": 21,
233
- "s": [413.25, 413.25, 100]
234
- },
235
- { "t": 27.0000010997325, "s": [508.75, 508.75, 100] }
236
- ],
237
- "ix": 6
238
- }
239
- },
240
- "ao": 0,
241
- "shapes": [
242
- {
243
- "ty": "gr",
244
- "it": [
245
- {
246
- "d": 1,
247
- "ty": "el",
248
- "s": { "a": 0, "k": [80, 80], "ix": 2 },
249
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
250
- "nm": "Ellipse Path 1",
251
- "mn": "ADBE Vector Shape - Ellipse",
252
- "hd": false
253
- },
254
- {
255
- "ty": "fl",
256
- "c": { "a": 0, "k": [0, 0.8117647058823529, 0.2, 1], "ix": 4 },
257
- "o": { "a": 0, "k": 100, "ix": 5 },
258
- "r": 1,
259
- "bm": 0,
260
- "nm": "Fill 1",
261
- "mn": "ADBE Vector Graphic - Fill",
262
- "hd": false
263
- },
264
- {
265
- "ty": "tr",
266
- "p": { "a": 0, "k": [-62, -4.5], "ix": 2 },
267
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
268
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
269
- "r": { "a": 0, "k": 0, "ix": 6 },
270
- "o": { "a": 0, "k": 100, "ix": 7 },
271
- "sk": { "a": 0, "k": 0, "ix": 4 },
272
- "sa": { "a": 0, "k": 0, "ix": 5 },
273
- "nm": "Transform"
274
- }
275
- ],
276
- "nm": "Ellipse 1",
277
- "np": 3,
278
- "cix": 2,
279
- "bm": 0,
280
- "ix": 1,
281
- "mn": "ADBE Vector Group",
282
- "hd": false
283
- }
284
- ],
285
- "ip": 0,
286
- "op": 47.0000019143492,
287
- "st": 0,
288
- "bm": 0
289
- },
290
- {
291
- "ddd": 0,
292
- "ind": 4,
293
- "ty": 4,
294
- "nm": "elipse light",
295
- "sr": 1,
296
- "ks": {
297
- "o": {
298
- "a": 1,
299
- "k": [
300
- {
301
- "i": { "x": [0.667], "y": [1] },
302
- "o": { "x": [0.333], "y": [0] },
303
- "t": 0,
304
- "s": [0]
305
- },
306
- {
307
- "i": { "x": [0.667], "y": [1] },
308
- "o": { "x": [0.333], "y": [0] },
309
- "t": 14,
310
- "s": [80]
311
- },
312
- { "t": 27.0000010997325, "s": [0] }
313
- ],
314
- "ix": 11
315
- },
316
- "r": { "a": 0, "k": 0, "ix": 10 },
317
- "p": { "a": 0, "k": [960, 535.5, 0], "ix": 2 },
318
- "a": { "a": 0, "k": [-60.75, -4.5, 0], "ix": 1 },
319
- "s": {
320
- "a": 1,
321
- "k": [
322
- {
323
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
324
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
325
- "t": 0,
326
- "s": [100, 100, 100]
327
- },
328
- {
329
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
330
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
331
- "t": 14,
332
- "s": [530, 530, 100]
333
- },
334
- {
335
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
336
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
337
- "t": 21,
338
- "s": [431, 431, 100]
339
- },
340
- { "t": 27.0000010997325, "s": [535, 535, 100] }
341
- ],
342
- "ix": 6
343
- }
344
- },
345
- "ao": 0,
346
- "shapes": [
347
- {
348
- "ty": "gr",
349
- "it": [
350
- {
351
- "d": 1,
352
- "ty": "el",
353
- "s": { "a": 0, "k": [122.5, 122.5], "ix": 2 },
354
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
355
- "nm": "Ellipse Path 1",
356
- "mn": "ADBE Vector Shape - Ellipse",
357
- "hd": false
358
- },
359
- {
360
- "ty": "fl",
361
- "c": {
362
- "a": 0,
363
- "k": [
364
- 0.22745098039215686, 0.9647058823529412, 0.35294117647058826,
365
- 1
366
- ],
367
- "ix": 4
368
- },
369
- "o": { "a": 0, "k": 100, "ix": 5 },
370
- "r": 1,
371
- "bm": 0,
372
- "nm": "Fill 1",
373
- "mn": "ADBE Vector Graphic - Fill",
374
- "hd": false
375
- },
376
- {
377
- "ty": "tr",
378
- "p": { "a": 0, "k": [-60.75, -4.25], "ix": 2 },
379
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
380
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
381
- "r": { "a": 0, "k": 0, "ix": 6 },
382
- "o": { "a": 0, "k": 100, "ix": 7 },
383
- "sk": { "a": 0, "k": 0, "ix": 4 },
384
- "sa": { "a": 0, "k": 0, "ix": 5 },
385
- "nm": "Transform"
386
- }
387
- ],
388
- "nm": "Ellipse 1",
389
- "np": 3,
390
- "cix": 2,
391
- "bm": 0,
392
- "ix": 1,
393
- "mn": "ADBE Vector Group",
394
- "hd": false
395
- }
396
- ],
397
- "ip": 0,
398
- "op": 47.0000019143492,
399
- "st": 0,
400
- "bm": 0
401
- },
402
- {
403
- "ddd": 0,
404
- "ind": 5,
405
- "ty": 4,
406
- "nm": "stars",
407
- "sr": 1,
408
- "ks": {
409
- "o": {
410
- "a": 1,
411
- "k": [
412
- {
413
- "i": { "x": [0.667], "y": [1] },
414
- "o": { "x": [0.333], "y": [0] },
415
- "t": 9,
416
- "s": [0]
417
- },
418
- {
419
- "i": { "x": [0.667], "y": [1] },
420
- "o": { "x": [0.333], "y": [0] },
421
- "t": 21,
422
- "s": [100]
423
- },
424
- { "t": 33.0000013441176, "s": [0] }
425
- ],
426
- "ix": 11
427
- },
428
- "r": { "a": 0, "k": 0, "ix": 10 },
429
- "p": { "a": 0, "k": [960, 540, 0], "ix": 2 },
430
- "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
431
- "s": {
432
- "a": 1,
433
- "k": [
434
- {
435
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
436
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
437
- "t": 9,
438
- "s": [89.979, 89.979, 100]
439
- },
440
- {
441
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
442
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
443
- "t": 21,
444
- "s": [440.397, 440.397, 100]
445
- },
446
- { "t": 33.0000013441176, "s": [554.944, 554.944, 100] }
447
- ],
448
- "ix": 6
449
- }
450
- },
451
- "ao": 0,
452
- "shapes": [
453
- {
454
- "ty": "gr",
455
- "it": [
456
- {
457
- "ty": "sr",
458
- "sy": 1,
459
- "d": 1,
460
- "pt": { "a": 0, "k": 5, "ix": 3 },
461
- "p": { "a": 0, "k": [0, 0], "ix": 4 },
462
- "r": { "a": 0, "k": 0, "ix": 5 },
463
- "ir": { "a": 0, "k": 4.301, "ix": 6 },
464
- "is": { "a": 0, "k": 0, "ix": 8 },
465
- "or": { "a": 0, "k": 8.602, "ix": 7 },
466
- "os": { "a": 0, "k": 0, "ix": 9 },
467
- "ix": 1,
468
- "nm": "Polystar Path 1",
469
- "mn": "ADBE Vector Shape - Star",
470
- "hd": false
471
- },
472
- {
473
- "ty": "fl",
474
- "c": {
475
- "a": 0,
476
- "k": [1, 0.5372549019607843, 0.011764705882352941, 1],
477
- "ix": 4
478
- },
479
- "o": { "a": 0, "k": 100, "ix": 5 },
480
- "r": 1,
481
- "bm": 0,
482
- "nm": "Fill 1",
483
- "mn": "ADBE Vector Graphic - Fill",
484
- "hd": false
485
- },
486
- {
487
- "ty": "tr",
488
- "p": { "a": 0, "k": [2.5, 81], "ix": 2 },
489
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
490
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
491
- "r": { "a": 0, "k": 0, "ix": 6 },
492
- "o": { "a": 0, "k": 100, "ix": 7 },
493
- "sk": { "a": 0, "k": 0, "ix": 4 },
494
- "sa": { "a": 0, "k": 0, "ix": 5 },
495
- "nm": "Transform"
496
- }
497
- ],
498
- "nm": "Polystar 7",
499
- "np": 3,
500
- "cix": 2,
501
- "bm": 0,
502
- "ix": 1,
503
- "mn": "ADBE Vector Group",
504
- "hd": false
505
- },
506
- {
507
- "ty": "gr",
508
- "it": [
509
- {
510
- "ty": "sr",
511
- "sy": 1,
512
- "d": 1,
513
- "pt": { "a": 0, "k": 5, "ix": 3 },
514
- "p": { "a": 0, "k": [0, 0], "ix": 4 },
515
- "r": { "a": 0, "k": 0, "ix": 5 },
516
- "ir": { "a": 0, "k": 2.761, "ix": 6 },
517
- "is": { "a": 0, "k": 0, "ix": 8 },
518
- "or": { "a": 0, "k": 5.523, "ix": 7 },
519
- "os": { "a": 0, "k": 0, "ix": 9 },
520
- "ix": 1,
521
- "nm": "Polystar Path 1",
522
- "mn": "ADBE Vector Shape - Star",
523
- "hd": false
524
- },
525
- {
526
- "ty": "fl",
527
- "c": {
528
- "a": 0,
529
- "k": [1, 0.5372549019607843, 0.011764705882352941, 1],
530
- "ix": 4
531
- },
532
- "o": { "a": 0, "k": 100, "ix": 5 },
533
- "r": 1,
534
- "bm": 0,
535
- "nm": "Fill 1",
536
- "mn": "ADBE Vector Graphic - Fill",
537
- "hd": false
538
- },
539
- {
540
- "ty": "tr",
541
- "p": { "a": 0, "k": [-3.5, -91.75], "ix": 2 },
542
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
543
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
544
- "r": { "a": 0, "k": 0, "ix": 6 },
545
- "o": { "a": 0, "k": 100, "ix": 7 },
546
- "sk": { "a": 0, "k": 0, "ix": 4 },
547
- "sa": { "a": 0, "k": 0, "ix": 5 },
548
- "nm": "Transform"
549
- }
550
- ],
551
- "nm": "Polystar 6",
552
- "np": 3,
553
- "cix": 2,
554
- "bm": 0,
555
- "ix": 2,
556
- "mn": "ADBE Vector Group",
557
- "hd": false
558
- },
559
- {
560
- "ty": "gr",
561
- "it": [
562
- {
563
- "ty": "sr",
564
- "sy": 1,
565
- "d": 1,
566
- "pt": { "a": 0, "k": 5, "ix": 3 },
567
- "p": { "a": 0, "k": [0, 0], "ix": 4 },
568
- "r": { "a": 0, "k": 0, "ix": 5 },
569
- "ir": { "a": 0, "k": 4.301, "ix": 6 },
570
- "is": { "a": 0, "k": 0, "ix": 8 },
571
- "or": { "a": 0, "k": 8.602, "ix": 7 },
572
- "os": { "a": 0, "k": 0, "ix": 9 },
573
- "ix": 1,
574
- "nm": "Polystar Path 1",
575
- "mn": "ADBE Vector Shape - Star",
576
- "hd": false
577
- },
578
- {
579
- "ty": "fl",
580
- "c": {
581
- "a": 0,
582
- "k": [1, 0.5372549019607843, 0.011764705882352941, 1],
583
- "ix": 4
584
- },
585
- "o": { "a": 0, "k": 100, "ix": 5 },
586
- "r": 1,
587
- "bm": 0,
588
- "nm": "Fill 1",
589
- "mn": "ADBE Vector Graphic - Fill",
590
- "hd": false
591
- },
592
- {
593
- "ty": "tr",
594
- "p": { "a": 0, "k": [-82, -12], "ix": 2 },
595
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
596
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
597
- "r": { "a": 0, "k": 0, "ix": 6 },
598
- "o": { "a": 0, "k": 100, "ix": 7 },
599
- "sk": { "a": 0, "k": 0, "ix": 4 },
600
- "sa": { "a": 0, "k": 0, "ix": 5 },
601
- "nm": "Transform"
602
- }
603
- ],
604
- "nm": "Polystar 4",
605
- "np": 3,
606
- "cix": 2,
607
- "bm": 0,
608
- "ix": 3,
609
- "mn": "ADBE Vector Group",
610
- "hd": false
611
- },
612
- {
613
- "ty": "gr",
614
- "it": [
615
- {
616
- "ty": "sr",
617
- "sy": 1,
618
- "d": 1,
619
- "pt": { "a": 0, "k": 5, "ix": 3 },
620
- "p": { "a": 0, "k": [0, 0], "ix": 4 },
621
- "r": { "a": 0, "k": 0, "ix": 5 },
622
- "ir": { "a": 0, "k": 3.64, "ix": 6 },
623
- "is": { "a": 0, "k": 0, "ix": 8 },
624
- "or": { "a": 0, "k": 7.28, "ix": 7 },
625
- "os": { "a": 0, "k": 0, "ix": 9 },
626
- "ix": 1,
627
- "nm": "Polystar Path 1",
628
- "mn": "ADBE Vector Shape - Star",
629
- "hd": false
630
- },
631
- {
632
- "ty": "fl",
633
- "c": {
634
- "a": 0,
635
- "k": [1, 0.5372549019607843, 0.011764705882352941, 1],
636
- "ix": 4
637
- },
638
- "o": { "a": 0, "k": 100, "ix": 5 },
639
- "r": 1,
640
- "bm": 0,
641
- "nm": "Fill 1",
642
- "mn": "ADBE Vector Graphic - Fill",
643
- "hd": false
644
- },
645
- {
646
- "ty": "tr",
647
- "p": { "a": 0, "k": [89.5, -14.5], "ix": 2 },
648
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
649
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
650
- "r": { "a": 0, "k": 0, "ix": 6 },
651
- "o": { "a": 0, "k": 100, "ix": 7 },
652
- "sk": { "a": 0, "k": 0, "ix": 4 },
653
- "sa": { "a": 0, "k": 0, "ix": 5 },
654
- "nm": "Transform"
655
- }
656
- ],
657
- "nm": "Polystar 2",
658
- "np": 3,
659
- "cix": 2,
660
- "bm": 0,
661
- "ix": 4,
662
- "mn": "ADBE Vector Group",
663
- "hd": false
664
- }
665
- ],
666
- "ip": 0,
667
- "op": 47.0000019143492,
668
- "st": 0,
669
- "bm": 0
670
- },
671
- {
672
- "ddd": 0,
673
- "ind": 6,
674
- "ty": 4,
675
- "nm": "circle",
676
- "sr": 1,
677
- "ks": {
678
- "o": {
679
- "a": 1,
680
- "k": [
681
- {
682
- "i": { "x": [0.667], "y": [1] },
683
- "o": { "x": [0.333], "y": [0] },
684
- "t": 9,
685
- "s": [0]
686
- },
687
- {
688
- "i": { "x": [0.667], "y": [1] },
689
- "o": { "x": [0.333], "y": [0] },
690
- "t": 21,
691
- "s": [100]
692
- },
693
- { "t": 33.0000013441176, "s": [0] }
694
- ],
695
- "ix": 11
696
- },
697
- "r": { "a": 0, "k": 0, "ix": 10 },
698
- "p": { "a": 0, "k": [960, 540, 0], "ix": 2 },
699
- "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
700
- "s": {
701
- "a": 1,
702
- "k": [
703
- {
704
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
705
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
706
- "t": 9,
707
- "s": [139.752, 139.752, 100]
708
- },
709
- {
710
- "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
711
- "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
712
- "t": 21,
713
- "s": [535.117, 535.117, 100]
714
- },
715
- { "t": 33.0000013441176, "s": [785.336, 785.336, 100] }
716
- ],
717
- "ix": 6
718
- }
719
- },
720
- "ao": 0,
721
- "shapes": [
722
- {
723
- "ty": "gr",
724
- "it": [
725
- {
726
- "d": 1,
727
- "ty": "el",
728
- "s": { "a": 0, "k": [7.5, 7.5], "ix": 2 },
729
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
730
- "nm": "Ellipse Path 1",
731
- "mn": "ADBE Vector Shape - Ellipse",
732
- "hd": false
733
- },
734
- {
735
- "ty": "fl",
736
- "c": {
737
- "a": 0,
738
- "k": [0.011764706817, 1, 0.596078431373, 1],
739
- "ix": 4
740
- },
741
- "o": { "a": 0, "k": 100, "ix": 5 },
742
- "r": 1,
743
- "bm": 0,
744
- "nm": "Fill 1",
745
- "mn": "ADBE Vector Graphic - Fill",
746
- "hd": false
747
- },
748
- {
749
- "ty": "tr",
750
- "p": { "a": 0, "k": [-0.25, 58.75], "ix": 2 },
751
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
752
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
753
- "r": { "a": 0, "k": 0, "ix": 6 },
754
- "o": { "a": 0, "k": 100, "ix": 7 },
755
- "sk": { "a": 0, "k": 0, "ix": 4 },
756
- "sa": { "a": 0, "k": 0, "ix": 5 },
757
- "nm": "Transform"
758
- }
759
- ],
760
- "nm": "Ellipse 8",
761
- "np": 3,
762
- "cix": 2,
763
- "bm": 0,
764
- "ix": 1,
765
- "mn": "ADBE Vector Group",
766
- "hd": false
767
- },
768
- {
769
- "ty": "gr",
770
- "it": [
771
- {
772
- "d": 1,
773
- "ty": "el",
774
- "s": { "a": 0, "k": [6.5, 6.5], "ix": 2 },
775
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
776
- "nm": "Ellipse Path 1",
777
- "mn": "ADBE Vector Shape - Ellipse",
778
- "hd": false
779
- },
780
- {
781
- "ty": "fl",
782
- "c": {
783
- "a": 0,
784
- "k": [0.011764706817, 1, 0.596078431373, 1],
785
- "ix": 4
786
- },
787
- "o": { "a": 0, "k": 100, "ix": 5 },
788
- "r": 1,
789
- "bm": 0,
790
- "nm": "Fill 1",
791
- "mn": "ADBE Vector Graphic - Fill",
792
- "hd": false
793
- },
794
- {
795
- "ty": "tr",
796
- "p": { "a": 0, "k": [-4.25, -61.75], "ix": 2 },
797
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
798
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
799
- "r": { "a": 0, "k": 0, "ix": 6 },
800
- "o": { "a": 0, "k": 100, "ix": 7 },
801
- "sk": { "a": 0, "k": 0, "ix": 4 },
802
- "sa": { "a": 0, "k": 0, "ix": 5 },
803
- "nm": "Transform"
804
- }
805
- ],
806
- "nm": "Ellipse 7",
807
- "np": 3,
808
- "cix": 2,
809
- "bm": 0,
810
- "ix": 2,
811
- "mn": "ADBE Vector Group",
812
- "hd": false
813
- },
814
- {
815
- "ty": "gr",
816
- "it": [
817
- {
818
- "d": 1,
819
- "ty": "el",
820
- "s": { "a": 0, "k": [7, 7], "ix": 2 },
821
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
822
- "nm": "Ellipse Path 1",
823
- "mn": "ADBE Vector Shape - Ellipse",
824
- "hd": false
825
- },
826
- {
827
- "ty": "fl",
828
- "c": {
829
- "a": 0,
830
- "k": [0.011764705882352941, 1, 0.596078431372549, 1],
831
- "ix": 4
832
- },
833
- "o": { "a": 0, "k": 100, "ix": 5 },
834
- "r": 1,
835
- "bm": 0,
836
- "nm": "Fill 1",
837
- "mn": "ADBE Vector Graphic - Fill",
838
- "hd": false
839
- },
840
- {
841
- "ty": "tr",
842
- "p": { "a": 0, "k": [55, -14], "ix": 2 },
843
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
844
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
845
- "r": { "a": 0, "k": 0, "ix": 6 },
846
- "o": { "a": 0, "k": 100, "ix": 7 },
847
- "sk": { "a": 0, "k": 0, "ix": 4 },
848
- "sa": { "a": 0, "k": 0, "ix": 5 },
849
- "nm": "Transform"
850
- }
851
- ],
852
- "nm": "Ellipse 6",
853
- "np": 3,
854
- "cix": 2,
855
- "bm": 0,
856
- "ix": 3,
857
- "mn": "ADBE Vector Group",
858
- "hd": false
859
- },
860
- {
861
- "ty": "gr",
862
- "it": [
863
- {
864
- "d": 1,
865
- "ty": "el",
866
- "s": { "a": 0, "k": [6, 6], "ix": 2 },
867
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
868
- "nm": "Ellipse Path 1",
869
- "mn": "ADBE Vector Shape - Ellipse",
870
- "hd": false
871
- },
872
- {
873
- "ty": "fl",
874
- "c": {
875
- "a": 0,
876
- "k": [0.011764706817, 1, 0.596078431373, 1],
877
- "ix": 4
878
- },
879
- "o": { "a": 0, "k": 100, "ix": 5 },
880
- "r": 1,
881
- "bm": 0,
882
- "nm": "Fill 1",
883
- "mn": "ADBE Vector Graphic - Fill",
884
- "hd": false
885
- },
886
- {
887
- "ty": "tr",
888
- "p": { "a": 0, "k": [-56.5, 9.5], "ix": 2 },
889
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
890
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
891
- "r": { "a": 0, "k": 0, "ix": 6 },
892
- "o": { "a": 0, "k": 100, "ix": 7 },
893
- "sk": { "a": 0, "k": 0, "ix": 4 },
894
- "sa": { "a": 0, "k": 0, "ix": 5 },
895
- "nm": "Transform"
896
- }
897
- ],
898
- "nm": "Ellipse 5",
899
- "np": 3,
900
- "cix": 2,
901
- "bm": 0,
902
- "ix": 4,
903
- "mn": "ADBE Vector Group",
904
- "hd": false
905
- },
906
- {
907
- "ty": "gr",
908
- "it": [
909
- {
910
- "d": 1,
911
- "ty": "el",
912
- "s": { "a": 0, "k": [11.5, 11.5], "ix": 2 },
913
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
914
- "nm": "Ellipse Path 1",
915
- "mn": "ADBE Vector Shape - Ellipse",
916
- "hd": false
917
- },
918
- {
919
- "ty": "fl",
920
- "c": {
921
- "a": 0,
922
- "k": [0.011764706817, 1, 0.596078431373, 1],
923
- "ix": 4
924
- },
925
- "o": { "a": 0, "k": 100, "ix": 5 },
926
- "r": 1,
927
- "bm": 0,
928
- "nm": "Fill 1",
929
- "mn": "ADBE Vector Graphic - Fill",
930
- "hd": false
931
- },
932
- {
933
- "ty": "tr",
934
- "p": { "a": 0, "k": [54.25, 32.75], "ix": 2 },
935
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
936
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
937
- "r": { "a": 0, "k": 0, "ix": 6 },
938
- "o": { "a": 0, "k": 100, "ix": 7 },
939
- "sk": { "a": 0, "k": 0, "ix": 4 },
940
- "sa": { "a": 0, "k": 0, "ix": 5 },
941
- "nm": "Transform"
942
- }
943
- ],
944
- "nm": "Ellipse 4",
945
- "np": 3,
946
- "cix": 2,
947
- "bm": 0,
948
- "ix": 5,
949
- "mn": "ADBE Vector Group",
950
- "hd": false
951
- },
952
- {
953
- "ty": "gr",
954
- "it": [
955
- {
956
- "d": 1,
957
- "ty": "el",
958
- "s": { "a": 0, "k": [14.5, 14.5], "ix": 2 },
959
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
960
- "nm": "Ellipse Path 1",
961
- "mn": "ADBE Vector Shape - Ellipse",
962
- "hd": false
963
- },
964
- {
965
- "ty": "fl",
966
- "c": {
967
- "a": 0,
968
- "k": [0.011764706817, 1, 0.596078431373, 1],
969
- "ix": 4
970
- },
971
- "o": { "a": 0, "k": 100, "ix": 5 },
972
- "r": 1,
973
- "bm": 0,
974
- "nm": "Fill 1",
975
- "mn": "ADBE Vector Graphic - Fill",
976
- "hd": false
977
- },
978
- {
979
- "ty": "tr",
980
- "p": { "a": 0, "k": [-50.25, 41.25], "ix": 2 },
981
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
982
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
983
- "r": { "a": 0, "k": 0, "ix": 6 },
984
- "o": { "a": 0, "k": 100, "ix": 7 },
985
- "sk": { "a": 0, "k": 0, "ix": 4 },
986
- "sa": { "a": 0, "k": 0, "ix": 5 },
987
- "nm": "Transform"
988
- }
989
- ],
990
- "nm": "Ellipse 3",
991
- "np": 3,
992
- "cix": 2,
993
- "bm": 0,
994
- "ix": 6,
995
- "mn": "ADBE Vector Group",
996
- "hd": false
997
- },
998
- {
999
- "ty": "gr",
1000
- "it": [
1001
- {
1002
- "d": 1,
1003
- "ty": "el",
1004
- "s": { "a": 0, "k": [12.5, 12.5], "ix": 2 },
1005
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
1006
- "nm": "Ellipse Path 1",
1007
- "mn": "ADBE Vector Shape - Ellipse",
1008
- "hd": false
1009
- },
1010
- {
1011
- "ty": "fl",
1012
- "c": {
1013
- "a": 0,
1014
- "k": [0.011764706817, 1, 0.596078431373, 1],
1015
- "ix": 4
1016
- },
1017
- "o": { "a": 0, "k": 100, "ix": 5 },
1018
- "r": 1,
1019
- "bm": 0,
1020
- "nm": "Fill 1",
1021
- "mn": "ADBE Vector Graphic - Fill",
1022
- "hd": false
1023
- },
1024
- {
1025
- "ty": "tr",
1026
- "p": { "a": 0, "k": [-46.75, -50.25], "ix": 2 },
1027
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1028
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1029
- "r": { "a": 0, "k": 0, "ix": 6 },
1030
- "o": { "a": 0, "k": 100, "ix": 7 },
1031
- "sk": { "a": 0, "k": 0, "ix": 4 },
1032
- "sa": { "a": 0, "k": 0, "ix": 5 },
1033
- "nm": "Transform"
1034
- }
1035
- ],
1036
- "nm": "Ellipse 2",
1037
- "np": 3,
1038
- "cix": 2,
1039
- "bm": 0,
1040
- "ix": 7,
1041
- "mn": "ADBE Vector Group",
1042
- "hd": false
1043
- },
1044
- {
1045
- "ty": "gr",
1046
- "it": [
1047
- {
1048
- "d": 1,
1049
- "ty": "el",
1050
- "s": { "a": 0, "k": [15.5, 15.5], "ix": 2 },
1051
- "p": { "a": 0, "k": [0, 0], "ix": 3 },
1052
- "nm": "Ellipse Path 1",
1053
- "mn": "ADBE Vector Shape - Ellipse",
1054
- "hd": false
1055
- },
1056
- {
1057
- "ty": "fl",
1058
- "c": {
1059
- "a": 0,
1060
- "k": [0.011764706817, 1, 0.596078431373, 1],
1061
- "ix": 4
1062
- },
1063
- "o": { "a": 0, "k": 100, "ix": 5 },
1064
- "r": 1,
1065
- "bm": 0,
1066
- "nm": "Fill 1",
1067
- "mn": "ADBE Vector Graphic - Fill",
1068
- "hd": false
1069
- },
1070
- {
1071
- "ty": "tr",
1072
- "p": { "a": 0, "k": [45.25, -60.75], "ix": 2 },
1073
- "a": { "a": 0, "k": [0, 0], "ix": 1 },
1074
- "s": { "a": 0, "k": [100, 100], "ix": 3 },
1075
- "r": { "a": 0, "k": 0, "ix": 6 },
1076
- "o": { "a": 0, "k": 100, "ix": 7 },
1077
- "sk": { "a": 0, "k": 0, "ix": 4 },
1078
- "sa": { "a": 0, "k": 0, "ix": 5 },
1079
- "nm": "Transform"
1080
- }
1081
- ],
1082
- "nm": "Ellipse 1",
1083
- "np": 3,
1084
- "cix": 2,
1085
- "bm": 0,
1086
- "ix": 8,
1087
- "mn": "ADBE Vector Group",
1088
- "hd": false
1089
- }
1090
- ],
1091
- "ip": 0,
1092
- "op": 47.0000019143492,
1093
- "st": 0,
1094
- "bm": 0
1095
- }
1096
- ],
1097
- "markers": [],
1098
- "chars": [
1099
- {
1100
- "ch": "P",
1101
- "size": 64,
1102
- "style": "Bold",
1103
- "w": 62.5,
1104
- "data": {
1105
- "shapes": [
1106
- {
1107
- "ty": "gr",
1108
- "it": [
1109
- {
1110
- "ind": 0,
1111
- "ty": "sh",
1112
- "ix": 1,
1113
- "ks": {
1114
- "a": 0,
1115
- "k": {
1116
- "i": [
1117
- [0, 0],
1118
- [0, 0],
1119
- [0, 0],
1120
- [0, 0],
1121
- [0, 0],
1122
- [0, 14.453],
1123
- [14.453, 0]
1124
- ],
1125
- "o": [
1126
- [0, 0],
1127
- [0, 0],
1128
- [0, 0],
1129
- [0, 0],
1130
- [14.844, 0],
1131
- [0, -14.502],
1132
- [0, 0]
1133
- ],
1134
- "v": [
1135
- [5.859, -70.459],
1136
- [5.859, 0],
1137
- [20.605, 0],
1138
- [20.605, -22.217],
1139
- [34.521, -22.217],
1140
- [59.668, -46.338],
1141
- [35.254, -70.459]
1142
- ],
1143
- "c": true
1144
- },
1145
- "ix": 2
1146
- },
1147
- "nm": "P",
1148
- "mn": "ADBE Vector Shape - Group",
1149
- "hd": false
1150
- },
1151
- {
1152
- "ind": 1,
1153
- "ty": "sh",
1154
- "ix": 2,
1155
- "ks": {
1156
- "a": 0,
1157
- "k": {
1158
- "i": [
1159
- [0, 0],
1160
- [0, 0],
1161
- [0, -8.008],
1162
- [8.447, 0],
1163
- [0, 0]
1164
- ],
1165
- "o": [
1166
- [0, 0],
1167
- [8.447, 0],
1168
- [0, 8.057],
1169
- [0, 0],
1170
- [0, 0]
1171
- ],
1172
- "v": [
1173
- [20.605, -58.789],
1174
- [31.348, -58.789],
1175
- [44.678, -46.289],
1176
- [31.299, -33.74],
1177
- [20.605, -33.74]
1178
- ],
1179
- "c": true
1180
- },
1181
- "ix": 2
1182
- },
1183
- "nm": "P",
1184
- "mn": "ADBE Vector Shape - Group",
1185
- "hd": false
1186
- }
1187
- ],
1188
- "nm": "P",
1189
- "np": 5,
1190
- "cix": 2,
1191
- "bm": 0,
1192
- "ix": 1,
1193
- "mn": "ADBE Vector Group",
1194
- "hd": false
1195
- }
1196
- ]
1197
- },
1198
- "fFamily": "SF UI Display"
1199
- },
1200
- {
1201
- "ch": "a",
1202
- "size": 64,
1203
- "style": "Bold",
1204
- "w": 56.01,
1205
- "data": {
1206
- "shapes": [
1207
- {
1208
- "ty": "gr",
1209
- "it": [
1210
- {
1211
- "ind": 0,
1212
- "ty": "sh",
1213
- "ix": 1,
1214
- "ks": {
1215
- "a": 0,
1216
- "k": {
1217
- "i": [
1218
- [6.592, 0],
1219
- [0, 3.955],
1220
- [-5.957, 0.391],
1221
- [0, 0],
1222
- [0, 0]
1223
- ],
1224
- "o": [
1225
- [-5.176, 0],
1226
- [0, -3.955],
1227
- [0, 0],
1228
- [0, 0],
1229
- [0, 5.859]
1230
- ],
1231
- "v": [
1232
- [25.391, -9.766],
1233
- [16.846, -16.211],
1234
- [25.977, -22.9],
1235
- [37.256, -23.682],
1236
- [37.256, -19.727]
1237
- ],
1238
- "c": true
1239
- },
1240
- "ix": 2
1241
- },
1242
- "nm": "a",
1243
- "mn": "ADBE Vector Shape - Group",
1244
- "hd": false
1245
- },
1246
- {
1247
- "ind": 1,
1248
- "ty": "sh",
1249
- "ix": 2,
1250
- "ks": {
1251
- "a": 0,
1252
- "k": {
1253
- "i": [
1254
- [-10.352, 0],
1255
- [-2.93, 5.615],
1256
- [0, 0],
1257
- [0, 0],
1258
- [0, 0],
1259
- [0, 0],
1260
- [13.818, 0],
1261
- [0.391, -10.254],
1262
- [0, 0],
1263
- [-5.176, 0],
1264
- [0, -5.176],
1265
- [0, 0],
1266
- [0, 0],
1267
- [0, -9.766]
1268
- ],
1269
- "o": [
1270
- [6.885, 0],
1271
- [0, 0],
1272
- [0, 0],
1273
- [0, 0],
1274
- [0, 0],
1275
- [0, -10.742],
1276
- [-13.428, 0],
1277
- [0, 0],
1278
- [0.684, -3.906],
1279
- [5.859, 0],
1280
- [0, 0],
1281
- [0, 0],
1282
- [-13.721, 0.83],
1283
- [0, 9.619]
1284
- ],
1285
- "v": [
1286
- [20.752, 0.635],
1287
- [37.207, -8.301],
1288
- [37.5, -8.301],
1289
- [37.5, 0],
1290
- [51.27, 0],
1291
- [51.27, -36.865],
1292
- [28.418, -54.688],
1293
- [5.322, -37.354],
1294
- [18.359, -37.354],
1295
- [27.832, -43.994],
1296
- [37.256, -35.986],
1297
- [37.256, -32.422],
1298
- [23.828, -31.592],
1299
- [2.637, -15.479]
1300
- ],
1301
- "c": true
1302
- },
1303
- "ix": 2
1304
- },
1305
- "nm": "a",
1306
- "mn": "ADBE Vector Shape - Group",
1307
- "hd": false
1308
- }
1309
- ],
1310
- "nm": "a",
1311
- "np": 5,
1312
- "cix": 2,
1313
- "bm": 0,
1314
- "ix": 1,
1315
- "mn": "ADBE Vector Group",
1316
- "hd": false
1317
- }
1318
- ]
1319
- },
1320
- "fFamily": "SF UI Display"
1321
- },
1322
- {
1323
- "ch": "y",
1324
- "size": 64,
1325
- "style": "Bold",
1326
- "w": 56.2,
1327
- "data": {
1328
- "shapes": [
1329
- {
1330
- "ty": "gr",
1331
- "it": [
1332
- {
1333
- "ind": 0,
1334
- "ty": "sh",
1335
- "ix": 1,
1336
- "ks": {
1337
- "a": 0,
1338
- "k": {
1339
- "i": [
1340
- [-0.537, 0],
1341
- [-4.59, 13.721],
1342
- [0, 0],
1343
- [0, 0],
1344
- [0, 0],
1345
- [0, 0],
1346
- [0, 0],
1347
- [0, 0],
1348
- [0, 0],
1349
- [0, 0],
1350
- [5.322, 0],
1351
- [0.488, 0.098],
1352
- [0, 0]
1353
- ],
1354
- "o": [
1355
- [13.428, 0],
1356
- [0, 0],
1357
- [0, 0],
1358
- [0, 0],
1359
- [0, 0],
1360
- [0, 0],
1361
- [0, 0],
1362
- [0, 0],
1363
- [0, 0],
1364
- [-1.123, 4.297],
1365
- [-0.586, 0],
1366
- [0, 0],
1367
- [0.537, 0.098]
1368
- ],
1369
- "v": [
1370
- [11.67, 19.629],
1371
- [36.279, 1.074],
1372
- [54.883, -53.76],
1373
- [39.844, -53.76],
1374
- [28.174, -11.572],
1375
- [27.881, -11.572],
1376
- [16.26, -53.76],
1377
- [0.635, -53.76],
1378
- [19.482, 0.342],
1379
- [18.994, 2.393],
1380
- [9.473, 8.545],
1381
- [6.25, 8.398],
1382
- [6.25, 19.434]
1383
- ],
1384
- "c": true
1385
- },
1386
- "ix": 2
1387
- },
1388
- "nm": "y",
1389
- "mn": "ADBE Vector Shape - Group",
1390
- "hd": false
1391
- }
1392
- ],
1393
- "nm": "y",
1394
- "np": 3,
1395
- "cix": 2,
1396
- "bm": 0,
1397
- "ix": 1,
1398
- "mn": "ADBE Vector Group",
1399
- "hd": false
1400
- }
1401
- ]
1402
- },
1403
- "fFamily": "SF UI Display"
1404
- },
1405
- {
1406
- "ch": "m",
1407
- "size": 64,
1408
- "style": "Bold",
1409
- "w": 88.43,
1410
- "data": {
1411
- "shapes": [
1412
- {
1413
- "ty": "gr",
1414
- "it": [
1415
- {
1416
- "ind": 0,
1417
- "ty": "sh",
1418
- "ix": 1,
1419
- "ks": {
1420
- "a": 0,
1421
- "k": {
1422
- "i": [
1423
- [0, 0],
1424
- [0, 0],
1425
- [0, 0],
1426
- [-5.615, 0],
1427
- [0, -5.762],
1428
- [0, 0],
1429
- [0, 0],
1430
- [0, 0],
1431
- [-5.615, 0],
1432
- [0, -6.299],
1433
- [0, 0],
1434
- [0, 0],
1435
- [0, 0],
1436
- [10.547, 0],
1437
- [2.441, -6.738],
1438
- [0, 0],
1439
- [7.715, 0],
1440
- [2.295, -6.494],
1441
- [0, 0],
1442
- [0, 0],
1443
- [0, 0]
1444
- ],
1445
- "o": [
1446
- [0, 0],
1447
- [0, 0],
1448
- [0, -6.104],
1449
- [5.518, 0],
1450
- [0, 0],
1451
- [0, 0],
1452
- [0, 0],
1453
- [0, -6.104],
1454
- [5.811, 0],
1455
- [0, 0],
1456
- [0, 0],
1457
- [0, 0],
1458
- [0, -10.84],
1459
- [-7.813, 0],
1460
- [0, 0],
1461
- [-1.807, -7.031],
1462
- [-7.178, 0],
1463
- [0, 0],
1464
- [0, 0],
1465
- [0, 0],
1466
- [0, 0]
1467
- ],
1468
- "v": [
1469
- [4.834, 0],
1470
- [19.092, 0],
1471
- [19.092, -32.324],
1472
- [28.613, -42.725],
1473
- [37.451, -33.496],
1474
- [37.451, 0],
1475
- [51.221, 0],
1476
- [51.221, -32.52],
1477
- [60.596, -42.725],
1478
- [69.58, -32.959],
1479
- [69.58, 0],
1480
- [83.838, 0],
1481
- [83.838, -36.523],
1482
- [66.211, -54.541],
1483
- [49.512, -43.555],
1484
- [49.219, -43.555],
1485
- [34.229, -54.541],
1486
- [18.896, -43.994],
1487
- [18.604, -43.994],
1488
- [18.604, -53.76],
1489
- [4.834, -53.76]
1490
- ],
1491
- "c": true
1492
- },
1493
- "ix": 2
1494
- },
1495
- "nm": "m",
1496
- "mn": "ADBE Vector Shape - Group",
1497
- "hd": false
1498
- }
1499
- ],
1500
- "nm": "m",
1501
- "np": 3,
1502
- "cix": 2,
1503
- "bm": 0,
1504
- "ix": 1,
1505
- "mn": "ADBE Vector Group",
1506
- "hd": false
1507
- }
1508
- ]
1509
- },
1510
- "fFamily": "SF UI Display"
1511
- },
1512
- {
1513
- "ch": "e",
1514
- "size": 64,
1515
- "style": "Bold",
1516
- "w": 56.84,
1517
- "data": {
1518
- "shapes": [
1519
- {
1520
- "ty": "gr",
1521
- "it": [
1522
- {
1523
- "ind": 0,
1524
- "ty": "sh",
1525
- "ix": 1,
1526
- "ks": {
1527
- "a": 0,
1528
- "k": {
1529
- "i": [
1530
- [-6.494, 0],
1531
- [-0.244, -7.031],
1532
- [0, 0]
1533
- ],
1534
- "o": [
1535
- [6.592, 0],
1536
- [0, 0],
1537
- [0.488, -6.885]
1538
- ],
1539
- "v": [
1540
- [28.809, -44.043],
1541
- [40.234, -32.422],
1542
- [17.041, -32.422]
1543
- ],
1544
- "c": true
1545
- },
1546
- "ix": 2
1547
- },
1548
- "nm": "e",
1549
- "mn": "ADBE Vector Shape - Group",
1550
- "hd": false
1551
- },
1552
- {
1553
- "ind": 1,
1554
- "ty": "sh",
1555
- "ix": 2,
1556
- "ks": {
1557
- "a": 0,
1558
- "k": {
1559
- "i": [
1560
- [0, 0],
1561
- [5.371, 0],
1562
- [0, 7.764],
1563
- [0, 0],
1564
- [0, 0],
1565
- [0, 0],
1566
- [15.479, 0],
1567
- [0, -17.09],
1568
- [-16.357, 0],
1569
- [-1.563, 10.4]
1570
- ],
1571
- "o": [
1572
- [-1.367, 4.15],
1573
- [-7.52, 0],
1574
- [0, 0],
1575
- [0, 0],
1576
- [0, 0],
1577
- [0, -16.357],
1578
- [-15.771, 0],
1579
- [0, 17.09],
1580
- [13.086, 0],
1581
- [0, 0]
1582
- ],
1583
- "v": [
1584
- [40.43, -16.406],
1585
- [29.443, -9.717],
1586
- [16.895, -22.705],
1587
- [16.895, -23.584],
1588
- [54.004, -23.584],
1589
- [54.004, -27.979],
1590
- [28.662, -54.688],
1591
- [2.832, -26.66],
1592
- [29.199, 0.928],
1593
- [53.564, -16.406]
1594
- ],
1595
- "c": true
1596
- },
1597
- "ix": 2
1598
- },
1599
- "nm": "e",
1600
- "mn": "ADBE Vector Shape - Group",
1601
- "hd": false
1602
- }
1603
- ],
1604
- "nm": "e",
1605
- "np": 5,
1606
- "cix": 2,
1607
- "bm": 0,
1608
- "ix": 1,
1609
- "mn": "ADBE Vector Group",
1610
- "hd": false
1611
- }
1612
- ]
1613
- },
1614
- "fFamily": "SF UI Display"
1615
- },
1616
- {
1617
- "ch": "n",
1618
- "size": 64,
1619
- "style": "Bold",
1620
- "w": 58.94,
1621
- "data": {
1622
- "shapes": [
1623
- {
1624
- "ty": "gr",
1625
- "it": [
1626
- {
1627
- "ind": 0,
1628
- "ty": "sh",
1629
- "ix": 1,
1630
- "ks": {
1631
- "a": 0,
1632
- "k": {
1633
- "i": [
1634
- [0, 0],
1635
- [0, 0],
1636
- [0, 0],
1637
- [-6.836, 0],
1638
- [0, -7.129],
1639
- [0, 0],
1640
- [0, 0],
1641
- [0, 0],
1642
- [11.914, 0],
1643
- [3.076, -6.787],
1644
- [0, 0],
1645
- [0, 0],
1646
- [0, 0]
1647
- ],
1648
- "o": [
1649
- [0, 0],
1650
- [0, 0],
1651
- [0, -7.129],
1652
- [6.738, 0],
1653
- [0, 0],
1654
- [0, 0],
1655
- [0, 0],
1656
- [0, -12.549],
1657
- [-8.252, 0],
1658
- [0, 0],
1659
- [0, 0],
1660
- [0, 0],
1661
- [0, 0]
1662
- ],
1663
- "v": [
1664
- [4.834, 0],
1665
- [19.092, 0],
1666
- [19.092, -30.664],
1667
- [30.029, -42.676],
1668
- [40.088, -31.494],
1669
- [40.088, 0],
1670
- [54.346, 0],
1671
- [54.346, -34.473],
1672
- [35.693, -54.541],
1673
- [18.896, -44.141],
1674
- [18.604, -44.141],
1675
- [18.604, -53.76],
1676
- [4.834, -53.76]
1677
- ],
1678
- "c": true
1679
- },
1680
- "ix": 2
1681
- },
1682
- "nm": "n",
1683
- "mn": "ADBE Vector Shape - Group",
1684
- "hd": false
1685
- }
1686
- ],
1687
- "nm": "n",
1688
- "np": 3,
1689
- "cix": 2,
1690
- "bm": 0,
1691
- "ix": 1,
1692
- "mn": "ADBE Vector Group",
1693
- "hd": false
1694
- }
1695
- ]
1696
- },
1697
- "fFamily": "SF UI Display"
1698
- },
1699
- {
1700
- "ch": "t",
1701
- "size": 64,
1702
- "style": "Bold",
1703
- "w": 36.18,
1704
- "data": {
1705
- "shapes": [
1706
- {
1707
- "ty": "gr",
1708
- "it": [
1709
- {
1710
- "ind": 0,
1711
- "ty": "sh",
1712
- "ix": 1,
1713
- "ks": {
1714
- "a": 0,
1715
- "k": {
1716
- "i": [
1717
- [0, 0],
1718
- [0, 0],
1719
- [0, 0],
1720
- [0, 0],
1721
- [0, 0],
1722
- [0, 0],
1723
- [-12.451, 0],
1724
- [-1.465, 0.293],
1725
- [0, 0],
1726
- [1.27, 0],
1727
- [0, 4.15],
1728
- [0, 0],
1729
- [0, 0],
1730
- [0, 0],
1731
- [0, 0],
1732
- [0, 0]
1733
- ],
1734
- "o": [
1735
- [0, 0],
1736
- [0, 0],
1737
- [0, 0],
1738
- [0, 0],
1739
- [0, 0],
1740
- [0, 10.498],
1741
- [2.881, 0],
1742
- [0, 0],
1743
- [-0.879, 0.146],
1744
- [-4.346, 0],
1745
- [0, 0],
1746
- [0, 0],
1747
- [0, 0],
1748
- [0, 0],
1749
- [0, 0],
1750
- [0, 0]
1751
- ],
1752
- "v": [
1753
- [8.643, -65.723],
1754
- [8.643, -53.76],
1755
- [1.367, -53.76],
1756
- [1.367, -42.969],
1757
- [8.643, -42.969],
1758
- [8.643, -14.502],
1759
- [25.977, 0.195],
1760
- [32.861, -0.391],
1761
- [32.861, -10.938],
1762
- [29.297, -10.693],
1763
- [22.9, -16.846],
1764
- [22.9, -42.969],
1765
- [32.861, -42.969],
1766
- [32.861, -53.76],
1767
- [22.9, -53.76],
1768
- [22.9, -65.723]
1769
- ],
1770
- "c": true
1771
- },
1772
- "ix": 2
1773
- },
1774
- "nm": "t",
1775
- "mn": "ADBE Vector Shape - Group",
1776
- "hd": false
1777
- }
1778
- ],
1779
- "nm": "t",
1780
- "np": 3,
1781
- "cix": 2,
1782
- "bm": 0,
1783
- "ix": 1,
1784
- "mn": "ADBE Vector Group",
1785
- "hd": false
1786
- }
1787
- ]
1788
- },
1789
- "fFamily": "SF UI Display"
1790
- },
1791
- {
1792
- "ch": " ",
1793
- "size": 64,
1794
- "style": "Bold",
1795
- "w": 21.48,
1796
- "data": {},
1797
- "fFamily": "SF UI Display"
1798
- },
1799
- {
1800
- "ch": "S",
1801
- "size": 64,
1802
- "style": "Bold",
1803
- "w": 63.13,
1804
- "data": {
1805
- "shapes": [
1806
- {
1807
- "ty": "gr",
1808
- "it": [
1809
- {
1810
- "ind": 0,
1811
- "ty": "sh",
1812
- "ix": 1,
1813
- "ks": {
1814
- "a": 0,
1815
- "k": {
1816
- "i": [
1817
- [0, 0],
1818
- [-16.943, 0],
1819
- [0, 13.672],
1820
- [14.111, 3.027],
1821
- [0, 0],
1822
- [0, 4.346],
1823
- [-7.275, 0],
1824
- [-0.488, -5.957],
1825
- [0, 0],
1826
- [16.406, 0],
1827
- [0, -12.988],
1828
- [-12.988, -2.783],
1829
- [0, 0],
1830
- [0, -4.59],
1831
- [7.861, 0],
1832
- [0.684, 5.811]
1833
- ],
1834
- "o": [
1835
- [0.439, 13.232],
1836
- [17.48, 0],
1837
- [0, -10.742],
1838
- [0, 0],
1839
- [-8.105, -1.855],
1840
- [0, -5.225],
1841
- [7.373, 0],
1842
- [0, 0],
1843
- [-0.244, -12.744],
1844
- [-15.723, 0],
1845
- [0, 10.303],
1846
- [0, 0],
1847
- [8.496, 1.904],
1848
- [0, 5.176],
1849
- [-7.813, 0],
1850
- [0, 0]
1851
- ],
1852
- "v": [
1853
- [3.223, -20.068],
1854
- [31.396, 1.221],
1855
- [59.961, -21.094],
1856
- [39.697, -40.918],
1857
- [31.152, -42.725],
1858
- [19.629, -51.367],
1859
- [31.787, -60.059],
1860
- [44.873, -50.488],
1861
- [58.691, -50.488],
1862
- [31.738, -71.68],
1863
- [4.785, -50.098],
1864
- [24.17, -30.42],
1865
- [33.35, -28.418],
1866
- [45.215, -19.385],
1867
- [31.982, -10.449],
1868
- [17.432, -20.068]
1869
- ],
1870
- "c": true
1871
- },
1872
- "ix": 2
1873
- },
1874
- "nm": "S",
1875
- "mn": "ADBE Vector Shape - Group",
1876
- "hd": false
1877
- }
1878
- ],
1879
- "nm": "S",
1880
- "np": 3,
1881
- "cix": 2,
1882
- "bm": 0,
1883
- "ix": 1,
1884
- "mn": "ADBE Vector Group",
1885
- "hd": false
1886
- }
1887
- ]
1888
- },
1889
- "fFamily": "SF UI Display"
1890
- },
1891
- {
1892
- "ch": "u",
1893
- "size": 64,
1894
- "style": "Bold",
1895
- "w": 58.94,
1896
- "data": {
1897
- "shapes": [
1898
- {
1899
- "ty": "gr",
1900
- "it": [
1901
- {
1902
- "ind": 0,
1903
- "ty": "sh",
1904
- "ix": 1,
1905
- "ks": {
1906
- "a": 0,
1907
- "k": {
1908
- "i": [
1909
- [0, 0],
1910
- [0, 0],
1911
- [0, 0],
1912
- [6.641, 0],
1913
- [0, 7.275],
1914
- [0, 0],
1915
- [0, 0],
1916
- [0, 0],
1917
- [-11.621, 0],
1918
- [-2.734, 6.738],
1919
- [0, 0],
1920
- [0, 0],
1921
- [0, 0]
1922
- ],
1923
- "o": [
1924
- [0, 0],
1925
- [0, 0],
1926
- [0, 7.275],
1927
- [-6.592, 0],
1928
- [0, 0],
1929
- [0, 0],
1930
- [0, 0],
1931
- [0, 12.5],
1932
- [8.154, 0],
1933
- [0, 0],
1934
- [0, 0],
1935
- [0, 0],
1936
- [0, 0]
1937
- ],
1938
- "v": [
1939
- [54.102, -53.76],
1940
- [39.844, -53.76],
1941
- [39.844, -23.145],
1942
- [29.053, -11.084],
1943
- [18.848, -22.266],
1944
- [18.848, -53.76],
1945
- [4.59, -53.76],
1946
- [4.59, -19.287],
1947
- [23.877, 0.781],
1948
- [40.039, -9.717],
1949
- [40.332, -9.717],
1950
- [40.332, 0],
1951
- [54.102, 0]
1952
- ],
1953
- "c": true
1954
- },
1955
- "ix": 2
1956
- },
1957
- "nm": "u",
1958
- "mn": "ADBE Vector Shape - Group",
1959
- "hd": false
1960
- }
1961
- ],
1962
- "nm": "u",
1963
- "np": 3,
1964
- "cix": 2,
1965
- "bm": 0,
1966
- "ix": 1,
1967
- "mn": "ADBE Vector Group",
1968
- "hd": false
1969
- }
1970
- ]
1971
- },
1972
- "fFamily": "SF UI Display"
1973
- },
1974
- {
1975
- "ch": "c",
1976
- "size": 64,
1977
- "style": "Bold",
1978
- "w": 55.76,
1979
- "data": {
1980
- "shapes": [
1981
- {
1982
- "ty": "gr",
1983
- "it": [
1984
- {
1985
- "ind": 0,
1986
- "ty": "sh",
1987
- "ix": 1,
1988
- "ks": {
1989
- "a": 0,
1990
- "k": {
1991
- "i": [
1992
- [0, 0],
1993
- [14.453, 0],
1994
- [0, -17.041],
1995
- [-16.064, 0],
1996
- [-0.83, 12.5],
1997
- [0, 0],
1998
- [6.006, 0],
1999
- [0, 10.498],
2000
- [-7.324, 0],
2001
- [-0.781, -5.566]
2002
- ],
2003
- "o": [
2004
- [-0.684, -11.963],
2005
- [-15.967, 0],
2006
- [0, 17.285],
2007
- [14.111, 0],
2008
- [0, 0],
2009
- [-0.928, 5.908],
2010
- [-7.373, 0],
2011
- [0, -10.303],
2012
- [6.201, 0],
2013
- [0, 0]
2014
- ],
2015
- "v": [
2016
- [53.418, -33.936],
2017
- [29.053, -54.688],
2018
- [2.832, -26.904],
2019
- [29.15, 0.928],
2020
- [53.467, -19.531],
2021
- [40.186, -19.531],
2022
- [29.297, -10.352],
2023
- [17.285, -26.904],
2024
- [29.248, -43.457],
2025
- [40.137, -33.936]
2026
- ],
2027
- "c": true
2028
- },
2029
- "ix": 2
2030
- },
2031
- "nm": "c",
2032
- "mn": "ADBE Vector Shape - Group",
2033
- "hd": false
2034
- }
2035
- ],
2036
- "nm": "c",
2037
- "np": 3,
2038
- "cix": 2,
2039
- "bm": 0,
2040
- "ix": 1,
2041
- "mn": "ADBE Vector Group",
2042
- "hd": false
2043
- }
2044
- ]
2045
- },
2046
- "fFamily": "SF UI Display"
2047
- },
2048
- {
2049
- "ch": "s",
2050
- "size": 64,
2051
- "style": "Bold",
2052
- "w": 52.64,
2053
- "data": {
2054
- "shapes": [
2055
- {
2056
- "ty": "gr",
2057
- "it": [
2058
- {
2059
- "ind": 0,
2060
- "ty": "sh",
2061
- "ix": 1,
2062
- "ks": {
2063
- "a": 0,
2064
- "k": {
2065
- "i": [
2066
- [0, -10.107],
2067
- [-10.107, -2.295],
2068
- [0, 0],
2069
- [0, -2.783],
2070
- [5.664, 0],
2071
- [0.684, 4.541],
2072
- [0, 0],
2073
- [-14.16, 0],
2074
- [0, 10.449],
2075
- [10.791, 2.441],
2076
- [0, 0],
2077
- [0, 2.686],
2078
- [-5.127, 0],
2079
- [-0.293, -4.248],
2080
- [0, 0],
2081
- [13.281, 0]
2082
- ],
2083
- "o": [
2084
- [0, 7.861],
2085
- [0, 0],
2086
- [4.883, 1.172],
2087
- [0, 3.516],
2088
- [-5.908, 0],
2089
- [0, 0],
2090
- [0.732, 10.352],
2091
- [14.063, 0],
2092
- [0, -8.008],
2093
- [0, 0],
2094
- [-4.834, -1.123],
2095
- [0, -3.467],
2096
- [5.469, 0],
2097
- [0, 0],
2098
- [-0.195, -10.254],
2099
- [-13.623, 0]
2100
- ],
2101
- "v": [
2102
- [3.906, -37.939],
2103
- [19.238, -22.559],
2104
- [29.15, -20.313],
2105
- [35.889, -14.893],
2106
- [26.758, -9.18],
2107
- [16.504, -16.26],
2108
- [2.588, -16.26],
2109
- [26.367, 0.928],
2110
- [50.049, -16.406],
2111
- [34.961, -31.006],
2112
- [24.854, -33.203],
2113
- [17.676, -38.818],
2114
- [26.221, -44.58],
2115
- [35.547, -37.646],
2116
- [48.73, -37.646],
2117
- [26.416, -54.688]
2118
- ],
2119
- "c": true
2120
- },
2121
- "ix": 2
2122
- },
2123
- "nm": "s",
2124
- "mn": "ADBE Vector Shape - Group",
2125
- "hd": false
2126
- }
2127
- ],
2128
- "nm": "s",
2129
- "np": 3,
2130
- "cix": 2,
2131
- "bm": 0,
2132
- "ix": 1,
2133
- "mn": "ADBE Vector Group",
2134
- "hd": false
2135
- }
2136
- ]
2137
- },
2138
- "fFamily": "SF UI Display"
2139
- },
2140
- {
2141
- "ch": "f",
2142
- "size": 64,
2143
- "style": "Bold",
2144
- "w": 35.84,
2145
- "data": {
2146
- "shapes": [
2147
- {
2148
- "ty": "gr",
2149
- "it": [
2150
- {
2151
- "ind": 0,
2152
- "ty": "sh",
2153
- "ix": 1,
2154
- "ks": {
2155
- "a": 0,
2156
- "k": {
2157
- "i": [
2158
- [0, 0],
2159
- [0, 0],
2160
- [0, 0],
2161
- [0, 0],
2162
- [0, 0],
2163
- [0, 0],
2164
- [0, 0],
2165
- [-4.297, 0],
2166
- [-1.025, -0.195],
2167
- [0, 0],
2168
- [2.441, 0],
2169
- [0, -10.352],
2170
- [0, 0],
2171
- [0, 0],
2172
- [0, 0],
2173
- [0, 0]
2174
- ],
2175
- "o": [
2176
- [0, 0],
2177
- [0, 0],
2178
- [0, 0],
2179
- [0, 0],
2180
- [0, 0],
2181
- [0, 0],
2182
- [0.049, -3.76],
2183
- [1.563, 0],
2184
- [0, 0],
2185
- [-1.953, -0.293],
2186
- [-12.451, 0],
2187
- [0, 0],
2188
- [0, 0],
2189
- [0, 0],
2190
- [0, 0],
2191
- [0, 0]
2192
- ],
2193
- "v": [
2194
- [8.643, 0],
2195
- [22.9, 0],
2196
- [22.9, -42.969],
2197
- [32.666, -42.969],
2198
- [32.666, -53.76],
2199
- [22.607, -53.76],
2200
- [22.607, -57.715],
2201
- [28.711, -63.086],
2202
- [32.617, -62.744],
2203
- [32.617, -72.656],
2204
- [26.025, -73.145],
2205
- [8.643, -58.545],
2206
- [8.643, -53.76],
2207
- [1.367, -53.76],
2208
- [1.367, -42.969],
2209
- [8.643, -42.969]
2210
- ],
2211
- "c": true
2212
- },
2213
- "ix": 2
2214
- },
2215
- "nm": "f",
2216
- "mn": "ADBE Vector Shape - Group",
2217
- "hd": false
2218
- }
2219
- ],
2220
- "nm": "f",
2221
- "np": 3,
2222
- "cix": 2,
2223
- "bm": 0,
2224
- "ix": 1,
2225
- "mn": "ADBE Vector Group",
2226
- "hd": false
2227
- }
2228
- ]
2229
- },
2230
- "fFamily": "SF UI Display"
2231
- },
2232
- {
2233
- "ch": "l",
2234
- "size": 64,
2235
- "style": "Bold",
2236
- "w": 24.66,
2237
- "data": {
2238
- "shapes": [
2239
- {
2240
- "ty": "gr",
2241
- "it": [
2242
- {
2243
- "ind": 0,
2244
- "ty": "sh",
2245
- "ix": 1,
2246
- "ks": {
2247
- "a": 0,
2248
- "k": {
2249
- "i": [
2250
- [0, 0],
2251
- [0, 0],
2252
- [0, 0],
2253
- [0, 0]
2254
- ],
2255
- "o": [
2256
- [0, 0],
2257
- [0, 0],
2258
- [0, 0],
2259
- [0, 0]
2260
- ],
2261
- "v": [
2262
- [5.225, 0],
2263
- [19.482, 0],
2264
- [19.482, -73.828],
2265
- [5.225, -73.828]
2266
- ],
2267
- "c": true
2268
- },
2269
- "ix": 2
2270
- },
2271
- "nm": "l",
2272
- "mn": "ADBE Vector Shape - Group",
2273
- "hd": false
2274
- }
2275
- ],
2276
- "nm": "l",
2277
- "np": 3,
2278
- "cix": 2,
2279
- "bm": 0,
2280
- "ix": 1,
2281
- "mn": "ADBE Vector Group",
2282
- "hd": false
2283
- }
2284
- ]
2285
- },
2286
- "fFamily": "SF UI Display"
2287
- }
2288
- ]
2289
- }