@cuemath/leap 2.8.25-rj-5 → 2.8.26

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 (263) hide show
  1. package/dist/assets/lottie/lottie.js +61 -0
  2. package/dist/assets/lottie/lottie.js.map +1 -0
  3. package/dist/features/analytics-events/platform-events-student.js +5 -6
  4. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  6. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  7. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +16 -17
  8. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
  9. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  10. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  11. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  12. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  13. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  14. package/dist/features/circle-games/leaderboard/leaderboard-styled.js +16 -20
  15. package/dist/features/circle-games/leaderboard/leaderboard-styled.js.map +1 -1
  16. package/dist/features/circle-games/leaderboard/leaderboard.js +77 -131
  17. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  18. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  19. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  20. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  21. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  22. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  23. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  24. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  25. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  26. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  27. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  28. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  29. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  30. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js.map +1 -1
  31. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  32. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  33. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  34. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  35. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  36. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  37. package/dist/features/post-game-stats/clock/clock.js +43 -39
  38. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  39. package/dist/features/post-game-stats/points/points.js +43 -44
  40. package/dist/features/post-game-stats/points/points.js.map +1 -1
  41. package/dist/features/post-game-stats/streak/streak.js +30 -28
  42. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  43. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  44. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  45. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  46. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  47. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  48. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  49. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  50. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  51. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js +38 -39
  52. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
  53. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  54. package/dist/features/trial-session/trial-session-view.js +95 -81
  55. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  56. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  57. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  58. package/dist/features/ui/lottie-animation/helper.js +13 -0
  59. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  60. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  61. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  62. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  63. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  64. package/dist/features/ui/nudge/nudge.js +13 -30
  65. package/dist/features/ui/nudge/nudge.js.map +1 -1
  66. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  67. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  68. package/dist/features/worksheet/constants/events.js +2 -1
  69. package/dist/features/worksheet/constants/events.js.map +1 -1
  70. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  71. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  72. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  73. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  74. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js +4 -0
  75. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question-styled.js.map +1 -1
  76. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js +250 -219
  77. package/dist/features/worksheet/worksheet/worksheet-question/worksheet-question.js.map +1 -1
  78. package/dist/features/worksheet/worksheet/worksheet.js +33 -32
  79. package/dist/features/worksheet/worksheet/worksheet.js.map +1 -1
  80. package/dist/index.d.ts +62 -17
  81. package/dist/index.js +313 -313
  82. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  83. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  84. package/dist/static/beginner1x.489908a7.json +3508 -0
  85. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  86. package/dist/static/bronze-2.97f9c639.json +4433 -0
  87. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  88. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  89. package/dist/static/clock-30min.eae818b8.json +1197 -0
  90. package/dist/static/clock-45min.df8adf51.json +1197 -0
  91. package/dist/static/clock-60min.2b48d875.json +1197 -0
  92. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  93. package/dist/static/color-1.45101b9a.json +4545 -0
  94. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  95. package/dist/static/color-3.5e8e1422.json +5273 -0
  96. package/dist/static/difficult.6846c064.json +2755 -0
  97. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  98. package/dist/static/easy.68242ddd.json +2658 -0
  99. package/dist/static/elite-circle.3df58972.json +6876 -0
  100. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  101. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  102. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  103. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  104. package/dist/static/gold-1.ab2489fe.json +4176 -0
  105. package/dist/static/gold-2.34045826.json +4441 -0
  106. package/dist/static/gold-3.d704698b.json +4810 -0
  107. package/dist/static/levelup-rings.b1055283.json +549 -0
  108. package/dist/static/medium.94c3829b.json +2289 -0
  109. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  110. package/dist/static/point1.b53831de.json +2942 -0
  111. package/dist/static/point10.7b5e536d.json +3179 -0
  112. package/dist/static/point100.1df16f82.json +3196 -0
  113. package/dist/static/point15.fea00c32.json +3179 -0
  114. package/dist/static/point20.c88d776d.json +3178 -0
  115. package/dist/static/point25.a18c346a.json +3178 -0
  116. package/dist/static/point30.c5224b0b.json +3202 -0
  117. package/dist/static/point35.fad343dd.json +3058 -0
  118. package/dist/static/point40.10a16f72.json +3082 -0
  119. package/dist/static/point45.2ad7561f.json +3082 -0
  120. package/dist/static/point5.da40ed1f.json +2948 -0
  121. package/dist/static/point50.5718cb3d.json +3046 -0
  122. package/dist/static/point60.17380d9f.json +3076 -0
  123. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  124. package/dist/static/silver-1.0396328a.json +4168 -0
  125. package/dist/static/silver-2.bf50615f.json +4433 -0
  126. package/dist/static/silver-3.13d66b84.json +4810 -0
  127. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  128. package/dist/static/spinner-white.639e0d87.json +122 -0
  129. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  130. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  131. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  132. package/dist/static/total-streak.d5ce7669.json +842 -0
  133. package/dist/static/total-time-spent.434005d3.json +200 -0
  134. package/dist/static/total-time.d979cbb9.json +24383 -0
  135. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  136. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  137. package/package.json +1 -1
  138. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  139. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  140. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  141. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  142. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  143. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  144. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  145. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  146. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  147. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  148. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  149. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  150. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  151. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  152. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  153. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  154. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  155. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  156. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  157. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  158. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  159. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  160. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  161. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  162. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  163. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  164. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  165. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  166. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  167. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  168. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  169. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  170. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  171. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  172. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  173. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  174. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  175. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  176. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  177. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  178. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  179. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  180. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  181. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  182. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  183. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  184. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  185. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  186. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  187. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  188. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  189. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  190. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  191. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  192. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  193. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  194. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  195. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  196. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  197. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  198. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  199. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  200. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  201. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  202. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  203. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  204. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  205. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  206. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  207. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  208. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  209. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  210. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  211. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  212. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  213. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  214. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  215. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  216. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  217. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  218. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  219. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  220. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  221. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  222. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  223. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  224. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  225. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  226. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  227. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  228. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  229. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  230. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  231. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  232. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  233. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  234. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  235. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  236. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  237. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  238. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  239. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  240. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  241. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  242. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  243. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  244. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  245. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  246. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  247. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  248. package/dist/features/circle-games/enum/circle-action-ids.js +0 -5
  249. package/dist/features/circle-games/enum/circle-action-ids.js.map +0 -1
  250. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  251. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  252. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  253. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  254. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js +0 -12
  255. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar-styled.js.map +0 -1
  256. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js +0 -30
  257. package/dist/features/circle-games/leaderboard/comps/info-bar/info-bar.js.map +0 -1
  258. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  259. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  260. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  261. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  262. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  263. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -0,0 +1,721 @@
1
+ {
2
+ "v": "4.8.0",
3
+ "meta": { "g": "LottieFiles AE ", "a": "", "k": "", "d": "", "tc": "" },
4
+ "fr": 30,
5
+ "ip": 0,
6
+ "op": 75,
7
+ "w": 450,
8
+ "h": 450,
9
+ "nm": "5min-clock-lottie",
10
+ "ddd": 0,
11
+ "assets": [],
12
+ "layers": [
13
+ {
14
+ "ddd": 0,
15
+ "ind": 1,
16
+ "ty": 3,
17
+ "nm": "Null 9",
18
+ "sr": 1,
19
+ "ks": {
20
+ "o": { "a": 0, "k": 0, "ix": 11 },
21
+ "r": {
22
+ "a": 1,
23
+ "k": [
24
+ { "i": { "x": [0.667], "y": [1] }, "o": { "x": [0.333], "y": [0] }, "t": 32, "s": [0] },
25
+ {
26
+ "i": { "x": [0.667], "y": [1] },
27
+ "o": { "x": [0.333], "y": [0] },
28
+ "t": 34,
29
+ "s": [-9]
30
+ },
31
+ {
32
+ "i": { "x": [0.667], "y": [1] },
33
+ "o": { "x": [0.333], "y": [0] },
34
+ "t": 39.5,
35
+ "s": [7]
36
+ },
37
+ { "t": 42, "s": [0] }
38
+ ],
39
+ "ix": 10
40
+ },
41
+ "p": {
42
+ "a": 1,
43
+ "k": [
44
+ {
45
+ "i": { "x": 0.667, "y": 1 },
46
+ "o": { "x": 0.333, "y": 0 },
47
+ "t": 32,
48
+ "s": [225, 225, 0],
49
+ "to": [0, -6.667, 0],
50
+ "ti": [0, 0, 0]
51
+ },
52
+ {
53
+ "i": { "x": 0.667, "y": 1 },
54
+ "o": { "x": 0.333, "y": 0 },
55
+ "t": 37,
56
+ "s": [225, 185, 0],
57
+ "to": [0, 0, 0],
58
+ "ti": [0, -6.667, 0]
59
+ },
60
+ { "t": 42, "s": [225, 225, 0] }
61
+ ],
62
+ "ix": 2
63
+ },
64
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
65
+ "s": {
66
+ "a": 1,
67
+ "k": [
68
+ {
69
+ "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] },
70
+ "o": { "x": [0.137, 0.137, 0.333], "y": [0, 0, 0] },
71
+ "t": 0,
72
+ "s": [0, 0, 100]
73
+ },
74
+ {
75
+ "i": { "x": [0.266, 0.266, 0.667], "y": [1, 1, 1] },
76
+ "o": { "x": [0.627, 0.627, 0.333], "y": [0, 0, 0] },
77
+ "t": 5.5,
78
+ "s": [105, 105, 100]
79
+ },
80
+ {
81
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
82
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
83
+ "t": 7.5,
84
+ "s": [100, 100, 100]
85
+ },
86
+ {
87
+ "i": { "x": [0.415, 0.415, 0.667], "y": [1, 1, 1] },
88
+ "o": { "x": [0.821, 0.821, 0.333], "y": [0, 0, 0] },
89
+ "t": 66,
90
+ "s": [100, 100, 100]
91
+ },
92
+ {
93
+ "i": { "x": [0.644, 0.644, 0.667], "y": [1, 1, 1] },
94
+ "o": { "x": [1, 1, 0.333], "y": [0, 0, 0] },
95
+ "t": 68,
96
+ "s": [105, 105, 100]
97
+ },
98
+ { "t": 73.5, "s": [0, 0, 100] }
99
+ ],
100
+ "ix": 6
101
+ }
102
+ },
103
+ "ao": 0,
104
+ "ip": 0,
105
+ "op": 367.5,
106
+ "st": 7.5,
107
+ "bm": 0
108
+ },
109
+ {
110
+ "ddd": 0,
111
+ "ind": 2,
112
+ "ty": 4,
113
+ "nm": "2",
114
+ "parent": 1,
115
+ "sr": 1,
116
+ "ks": {
117
+ "o": { "a": 0, "k": 100, "ix": 11 },
118
+ "r": {
119
+ "a": 1,
120
+ "k": [
121
+ {
122
+ "i": { "x": [0.507], "y": [1] },
123
+ "o": { "x": [0.511], "y": [0] },
124
+ "t": 7.5,
125
+ "s": [0]
126
+ },
127
+ { "t": 34, "s": [330] }
128
+ ],
129
+ "ix": 10
130
+ },
131
+ "p": { "a": 0, "k": [0, 0, 0], "ix": 2 },
132
+ "a": { "a": 0, "k": [0, -16, 0], "ix": 1 },
133
+ "s": { "a": 0, "k": [100, 100, 100], "ix": 6 }
134
+ },
135
+ "ao": 0,
136
+ "shapes": [
137
+ {
138
+ "ty": "gr",
139
+ "it": [
140
+ {
141
+ "ind": 0,
142
+ "ty": "sh",
143
+ "ix": 1,
144
+ "ks": {
145
+ "a": 0,
146
+ "k": {
147
+ "i": [
148
+ [0, 0],
149
+ [0, 0]
150
+ ],
151
+ "o": [
152
+ [0, 0],
153
+ [0, 0]
154
+ ],
155
+ "v": [
156
+ [0, -117.179],
157
+ [0, -16]
158
+ ],
159
+ "c": false
160
+ },
161
+ "ix": 2
162
+ },
163
+ "nm": "Path 1",
164
+ "mn": "ADBE Vector Shape - Group",
165
+ "hd": false
166
+ },
167
+ {
168
+ "ty": "st",
169
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 3 },
170
+ "o": { "a": 0, "k": 100, "ix": 4 },
171
+ "w": { "a": 0, "k": 15, "ix": 5 },
172
+ "lc": 2,
173
+ "lj": 1,
174
+ "ml": 4,
175
+ "bm": 0,
176
+ "nm": "Stroke 1",
177
+ "mn": "ADBE Vector Graphic - Stroke",
178
+ "hd": false
179
+ },
180
+ {
181
+ "ty": "fl",
182
+ "c": { "a": 0, "k": [0, 0, 0, 1], "ix": 4 },
183
+ "o": { "a": 0, "k": 100, "ix": 5 },
184
+ "r": 1,
185
+ "bm": 0,
186
+ "nm": "Fill 1",
187
+ "mn": "ADBE Vector Graphic - Fill",
188
+ "hd": false
189
+ },
190
+ {
191
+ "ty": "tr",
192
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
193
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
194
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
195
+ "r": { "a": 0, "k": 0, "ix": 6 },
196
+ "o": { "a": 0, "k": 100, "ix": 7 },
197
+ "sk": { "a": 0, "k": 0, "ix": 4 },
198
+ "sa": { "a": 0, "k": 0, "ix": 5 },
199
+ "nm": "Transform"
200
+ }
201
+ ],
202
+ "nm": "Shape 1",
203
+ "np": 3,
204
+ "cix": 2,
205
+ "bm": 0,
206
+ "ix": 1,
207
+ "mn": "ADBE Vector Group",
208
+ "hd": false
209
+ }
210
+ ],
211
+ "ip": 0,
212
+ "op": 73,
213
+ "st": 7.5,
214
+ "bm": 0
215
+ },
216
+ {
217
+ "ddd": 0,
218
+ "ind": 3,
219
+ "ty": 4,
220
+ "nm": "Trim",
221
+ "parent": 1,
222
+ "sr": 1,
223
+ "ks": {
224
+ "o": { "a": 0, "k": 100, "ix": 11 },
225
+ "r": { "a": 0, "k": 0, "ix": 10 },
226
+ "p": { "a": 0, "k": [0, 0, 0], "ix": 2 },
227
+ "a": { "a": 0, "k": [278.231, -216.097, 0], "ix": 1 },
228
+ "s": { "a": 0, "k": [89, 89, 100], "ix": 6 }
229
+ },
230
+ "ao": 0,
231
+ "shapes": [
232
+ {
233
+ "ty": "gr",
234
+ "it": [
235
+ {
236
+ "d": 1,
237
+ "ty": "el",
238
+ "s": { "a": 0, "k": [126, 126], "ix": 2 },
239
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
240
+ "nm": "Ellipse Path 1",
241
+ "mn": "ADBE Vector Shape - Ellipse",
242
+ "hd": false
243
+ },
244
+ {
245
+ "ty": "tm",
246
+ "s": {
247
+ "a": 1,
248
+ "k": [
249
+ {
250
+ "i": { "x": [0.507], "y": [1] },
251
+ "o": { "x": [0.511], "y": [0] },
252
+ "t": 7.5,
253
+ "s": [0]
254
+ },
255
+ { "t": 34, "s": [91.667] }
256
+ ],
257
+ "ix": 1
258
+ },
259
+ "e": { "a": 0, "k": 100, "ix": 2 },
260
+ "o": { "a": 0, "k": 0, "ix": 3 },
261
+ "m": 1,
262
+ "ix": 2,
263
+ "nm": "Trim Paths 1",
264
+ "mn": "ADBE Vector Filter - Trim",
265
+ "hd": false
266
+ },
267
+ {
268
+ "ty": "st",
269
+ "c": {
270
+ "a": 1,
271
+ "k": [
272
+ {
273
+ "i": { "x": [0.833], "y": [0.833] },
274
+ "o": { "x": [0.167], "y": [0.167] },
275
+ "t": 25,
276
+ "s": [0.239215686917, 0.843137264252, 0.443137258291, 1]
277
+ },
278
+ {
279
+ "i": { "x": [0.833], "y": [0.833] },
280
+ "o": { "x": [0.167], "y": [0.167] },
281
+ "t": 26,
282
+ "s": [1, 0.494117647409, 0.23137255013, 1]
283
+ },
284
+ {
285
+ "i": { "x": [0.833], "y": [0.833] },
286
+ "o": { "x": [0.167], "y": [0.167] },
287
+ "t": 32,
288
+ "s": [1, 0.494117647409, 0.23137255013, 1]
289
+ },
290
+ { "t": 33, "s": [1, 0.019607843831, 0.019607843831, 1] }
291
+ ],
292
+ "ix": 3
293
+ },
294
+ "o": { "a": 0, "k": 100, "ix": 4 },
295
+ "w": { "a": 0, "k": 119, "ix": 5 },
296
+ "lc": 1,
297
+ "lj": 1,
298
+ "ml": 4,
299
+ "bm": 0,
300
+ "nm": "Stroke 1",
301
+ "mn": "ADBE Vector Graphic - Stroke",
302
+ "hd": false
303
+ },
304
+ {
305
+ "ty": "tr",
306
+ "p": { "a": 0, "k": [278.231, -216.097], "ix": 2 },
307
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
308
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
309
+ "r": { "a": 0, "k": 0, "ix": 6 },
310
+ "o": { "a": 0, "k": 100, "ix": 7 },
311
+ "sk": { "a": 0, "k": 0, "ix": 4 },
312
+ "sa": { "a": 0, "k": 0, "ix": 5 },
313
+ "nm": "Transform"
314
+ }
315
+ ],
316
+ "nm": "Ellipse 1",
317
+ "np": 3,
318
+ "cix": 2,
319
+ "bm": 0,
320
+ "ix": 1,
321
+ "mn": "ADBE Vector Group",
322
+ "hd": false
323
+ }
324
+ ],
325
+ "ip": 0,
326
+ "op": 73,
327
+ "st": 7.5,
328
+ "bm": 0
329
+ },
330
+ {
331
+ "ddd": 0,
332
+ "ind": 4,
333
+ "ty": 4,
334
+ "nm": "Dial",
335
+ "parent": 1,
336
+ "sr": 1,
337
+ "ks": {
338
+ "o": { "a": 0, "k": 100, "ix": 11 },
339
+ "r": { "a": 0, "k": 0, "ix": 10 },
340
+ "p": { "a": 0, "k": [0, 0, 0], "ix": 2 },
341
+ "a": { "a": 0, "k": [278.231, -216.097, 0], "ix": 1 },
342
+ "s": { "a": 0, "k": [89, 89, 100], "ix": 6 }
343
+ },
344
+ "ao": 0,
345
+ "shapes": [
346
+ {
347
+ "ty": "gr",
348
+ "it": [
349
+ {
350
+ "d": 1,
351
+ "ty": "el",
352
+ "s": { "a": 0, "k": [278.548, 278.548], "ix": 2 },
353
+ "p": { "a": 0, "k": [0, 0], "ix": 3 },
354
+ "nm": "Ellipse Path 1",
355
+ "mn": "ADBE Vector Shape - Ellipse",
356
+ "hd": false
357
+ },
358
+ {
359
+ "ty": "fl",
360
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 4 },
361
+ "o": { "a": 0, "k": 100, "ix": 5 },
362
+ "r": 1,
363
+ "bm": 0,
364
+ "nm": "Fill 1",
365
+ "mn": "ADBE Vector Graphic - Fill",
366
+ "hd": false
367
+ },
368
+ {
369
+ "ty": "tr",
370
+ "p": { "a": 0, "k": [278.231, -216.097], "ix": 2 },
371
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
372
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
373
+ "r": { "a": 0, "k": 0, "ix": 6 },
374
+ "o": { "a": 0, "k": 100, "ix": 7 },
375
+ "sk": { "a": 0, "k": 0, "ix": 4 },
376
+ "sa": { "a": 0, "k": 0, "ix": 5 },
377
+ "nm": "Transform"
378
+ }
379
+ ],
380
+ "nm": "Ellipse 1",
381
+ "np": 3,
382
+ "cix": 2,
383
+ "bm": 0,
384
+ "ix": 1,
385
+ "mn": "ADBE Vector Group",
386
+ "hd": false
387
+ }
388
+ ],
389
+ "ip": 0,
390
+ "op": 73,
391
+ "st": 7.5,
392
+ "bm": 0
393
+ },
394
+ {
395
+ "ddd": 0,
396
+ "ind": 5,
397
+ "ty": 4,
398
+ "nm": "Ring",
399
+ "parent": 1,
400
+ "sr": 1,
401
+ "ks": {
402
+ "o": { "a": 0, "k": 100, "ix": 11 },
403
+ "r": {
404
+ "a": 1,
405
+ "k": [
406
+ {
407
+ "i": { "x": [0.833], "y": [0.833] },
408
+ "o": { "x": [0.167], "y": [0.167] },
409
+ "t": 33.5,
410
+ "s": [0]
411
+ },
412
+ {
413
+ "i": { "x": [0.833], "y": [0.833] },
414
+ "o": { "x": [0.167], "y": [0.167] },
415
+ "t": 35,
416
+ "s": [5]
417
+ },
418
+ {
419
+ "i": { "x": [0.833], "y": [0.833] },
420
+ "o": { "x": [0.167], "y": [0.167] },
421
+ "t": 36.5,
422
+ "s": [-5]
423
+ },
424
+ {
425
+ "i": { "x": [0.833], "y": [0.833] },
426
+ "o": { "x": [0.167], "y": [0.167] },
427
+ "t": 38,
428
+ "s": [5]
429
+ },
430
+ {
431
+ "i": { "x": [0.833], "y": [0.833] },
432
+ "o": { "x": [0.167], "y": [0.167] },
433
+ "t": 39.5,
434
+ "s": [-5]
435
+ },
436
+ {
437
+ "i": { "x": [0.833], "y": [0.833] },
438
+ "o": { "x": [0.167], "y": [0.167] },
439
+ "t": 41,
440
+ "s": [5]
441
+ },
442
+ {
443
+ "i": { "x": [0.833], "y": [0.833] },
444
+ "o": { "x": [0.167], "y": [0.167] },
445
+ "t": 42,
446
+ "s": [-5]
447
+ },
448
+ {
449
+ "i": { "x": [0.833], "y": [0.833] },
450
+ "o": { "x": [0.167], "y": [0.167] },
451
+ "t": 44,
452
+ "s": [5]
453
+ },
454
+ {
455
+ "i": { "x": [0.833], "y": [0.833] },
456
+ "o": { "x": [0.167], "y": [0.167] },
457
+ "t": 45.5,
458
+ "s": [-5]
459
+ },
460
+ {
461
+ "i": { "x": [0.833], "y": [0.833] },
462
+ "o": { "x": [0.167], "y": [0.167] },
463
+ "t": 47,
464
+ "s": [5]
465
+ },
466
+ {
467
+ "i": { "x": [0.833], "y": [0.833] },
468
+ "o": { "x": [0.167], "y": [0.167] },
469
+ "t": 48.5,
470
+ "s": [-5]
471
+ },
472
+ {
473
+ "i": { "x": [0.833], "y": [0.833] },
474
+ "o": { "x": [0.167], "y": [0.167] },
475
+ "t": 50,
476
+ "s": [5]
477
+ },
478
+ {
479
+ "i": { "x": [0.833], "y": [0.833] },
480
+ "o": { "x": [0.167], "y": [0.167] },
481
+ "t": 51.5,
482
+ "s": [-5]
483
+ },
484
+ {
485
+ "i": { "x": [0.833], "y": [0.833] },
486
+ "o": { "x": [0.167], "y": [0.167] },
487
+ "t": 53,
488
+ "s": [5]
489
+ },
490
+ {
491
+ "i": { "x": [0.833], "y": [0.833] },
492
+ "o": { "x": [0.167], "y": [0.167] },
493
+ "t": 54.5,
494
+ "s": [-5]
495
+ },
496
+ {
497
+ "i": { "x": [0.833], "y": [0.833] },
498
+ "o": { "x": [0.167], "y": [0.167] },
499
+ "t": 56,
500
+ "s": [5]
501
+ },
502
+ {
503
+ "i": { "x": [0.833], "y": [0.833] },
504
+ "o": { "x": [0.167], "y": [0.167] },
505
+ "t": 57.5,
506
+ "s": [-5]
507
+ },
508
+ {
509
+ "i": { "x": [0.833], "y": [0.833] },
510
+ "o": { "x": [0.167], "y": [0.167] },
511
+ "t": 59,
512
+ "s": [5]
513
+ },
514
+ {
515
+ "i": { "x": [0.833], "y": [0.833] },
516
+ "o": { "x": [0.167], "y": [0.167] },
517
+ "t": 60.5,
518
+ "s": [-5]
519
+ },
520
+ {
521
+ "i": { "x": [0.833], "y": [0.833] },
522
+ "o": { "x": [0.167], "y": [0.167] },
523
+ "t": 62,
524
+ "s": [5]
525
+ },
526
+ {
527
+ "i": { "x": [0.833], "y": [0.833] },
528
+ "o": { "x": [0.167], "y": [0.167] },
529
+ "t": 63.5,
530
+ "s": [-5]
531
+ },
532
+ {
533
+ "i": { "x": [0.833], "y": [0.833] },
534
+ "o": { "x": [0.167], "y": [0.167] },
535
+ "t": 65,
536
+ "s": [5]
537
+ },
538
+ {
539
+ "i": { "x": [0.833], "y": [0.833] },
540
+ "o": { "x": [0.167], "y": [0.167] },
541
+ "t": 66,
542
+ "s": [0]
543
+ },
544
+ { "t": 71.5, "s": [0] }
545
+ ],
546
+ "ix": 10
547
+ },
548
+ "p": { "a": 0, "k": [0, 0, 0], "ix": 2 },
549
+ "a": { "a": 0, "k": [0, 0, 0], "ix": 1 },
550
+ "s": {
551
+ "a": 1,
552
+ "k": [
553
+ {
554
+ "i": { "x": [0, 0, 0.667], "y": [1, 1, 1] },
555
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
556
+ "t": 28.5,
557
+ "s": [66, 66, 100]
558
+ },
559
+ {
560
+ "i": { "x": [0.667, 0.667, 0.667], "y": [1, 1, 1] },
561
+ "o": { "x": [0.333, 0.333, 0.333], "y": [0, 0, 0] },
562
+ "t": 33.5,
563
+ "s": [103, 103, 100]
564
+ },
565
+ {
566
+ "i": { "x": [0.152, 0.152, 0.667], "y": [1, 1, 1] },
567
+ "o": { "x": [0.175, 0.175, 0.333], "y": [0, 0, 0] },
568
+ "t": 66,
569
+ "s": [103, 103, 100]
570
+ },
571
+ { "t": 71.5, "s": [66, 66, 100] }
572
+ ],
573
+ "ix": 6
574
+ }
575
+ },
576
+ "ao": 0,
577
+ "shapes": [
578
+ {
579
+ "ty": "gr",
580
+ "it": [
581
+ {
582
+ "ind": 0,
583
+ "ty": "sh",
584
+ "ix": 1,
585
+ "ks": {
586
+ "a": 0,
587
+ "k": {
588
+ "i": [
589
+ [0, 0],
590
+ [0, 0]
591
+ ],
592
+ "o": [
593
+ [0, 0],
594
+ [0, 0]
595
+ ],
596
+ "v": [
597
+ [-67, -135],
598
+ [-109, -103]
599
+ ],
600
+ "c": false
601
+ },
602
+ "ix": 2
603
+ },
604
+ "nm": "Path 1",
605
+ "mn": "ADBE Vector Shape - Group",
606
+ "hd": false
607
+ },
608
+ {
609
+ "ty": "st",
610
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
611
+ "o": { "a": 0, "k": 100, "ix": 4 },
612
+ "w": { "a": 0, "k": 37, "ix": 5 },
613
+ "lc": 2,
614
+ "lj": 1,
615
+ "ml": 4,
616
+ "bm": 0,
617
+ "nm": "Stroke 1",
618
+ "mn": "ADBE Vector Graphic - Stroke",
619
+ "hd": false
620
+ },
621
+ {
622
+ "ty": "tr",
623
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
624
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
625
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
626
+ "r": { "a": 0, "k": 0, "ix": 6 },
627
+ "o": { "a": 0, "k": 100, "ix": 7 },
628
+ "sk": { "a": 0, "k": 0, "ix": 4 },
629
+ "sa": { "a": 0, "k": 0, "ix": 5 },
630
+ "nm": "Transform"
631
+ }
632
+ ],
633
+ "nm": "Shape 2",
634
+ "np": 3,
635
+ "cix": 2,
636
+ "bm": 0,
637
+ "ix": 1,
638
+ "mn": "ADBE Vector Group",
639
+ "hd": false
640
+ },
641
+ {
642
+ "ty": "gr",
643
+ "it": [
644
+ {
645
+ "ind": 0,
646
+ "ty": "sh",
647
+ "ix": 1,
648
+ "ks": {
649
+ "a": 0,
650
+ "k": {
651
+ "i": [
652
+ [0, 0],
653
+ [0, 0]
654
+ ],
655
+ "o": [
656
+ [0, 0],
657
+ [0, 0]
658
+ ],
659
+ "v": [
660
+ [68, -135],
661
+ [112, -103]
662
+ ],
663
+ "c": false
664
+ },
665
+ "ix": 2
666
+ },
667
+ "nm": "Path 1",
668
+ "mn": "ADBE Vector Shape - Group",
669
+ "hd": false
670
+ },
671
+ {
672
+ "ty": "st",
673
+ "c": { "a": 0, "k": [1, 1, 1, 1], "ix": 3 },
674
+ "o": { "a": 0, "k": 100, "ix": 4 },
675
+ "w": { "a": 0, "k": 37, "ix": 5 },
676
+ "lc": 2,
677
+ "lj": 1,
678
+ "ml": 4,
679
+ "bm": 0,
680
+ "nm": "Stroke 1",
681
+ "mn": "ADBE Vector Graphic - Stroke",
682
+ "hd": false
683
+ },
684
+ {
685
+ "ty": "tr",
686
+ "p": { "a": 0, "k": [0, 0], "ix": 2 },
687
+ "a": { "a": 0, "k": [0, 0], "ix": 1 },
688
+ "s": { "a": 0, "k": [100, 100], "ix": 3 },
689
+ "r": { "a": 0, "k": 0, "ix": 6 },
690
+ "o": { "a": 0, "k": 100, "ix": 7 },
691
+ "sk": { "a": 0, "k": 0, "ix": 4 },
692
+ "sa": { "a": 0, "k": 0, "ix": 5 },
693
+ "nm": "Transform"
694
+ }
695
+ ],
696
+ "nm": "Shape 1",
697
+ "np": 3,
698
+ "cix": 2,
699
+ "bm": 0,
700
+ "ix": 2,
701
+ "mn": "ADBE Vector Group",
702
+ "hd": false
703
+ }
704
+ ],
705
+ "ip": 28.5,
706
+ "op": 69,
707
+ "st": 7.5,
708
+ "bm": 0
709
+ }
710
+ ],
711
+ "markers": [
712
+ { "tm": 10, "cm": "1", "dr": 0 },
713
+ { "tm": 15, "cm": "3", "dr": 0 },
714
+ { "tm": 22.5, "cm": "5", "dr": 0 },
715
+ { "tm": 30, "cm": "4", "dr": 0 },
716
+ { "tm": 33, "cm": "6", "dr": 0 },
717
+ { "tm": 41.5, "cm": "7", "dr": 0 },
718
+ { "tm": 46.5, "cm": "8", "dr": 0 },
719
+ { "tm": 95.5, "cm": "2", "dr": 0 }
720
+ ]
721
+ }