@cuemath/leap 2.8.25 → 2.8.27

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 (238) 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/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +81 -79
  4. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/game-launcher.js +61 -65
  6. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  7. package/dist/features/circle-games/leaderboard/comps/banner/banner.js +35 -53
  8. package/dist/features/circle-games/leaderboard/comps/banner/banner.js.map +1 -1
  9. package/dist/features/circle-games/leaderboard/leaderboard.js +56 -55
  10. package/dist/features/circle-games/leaderboard/leaderboard.js.map +1 -1
  11. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js +40 -41
  12. package/dist/features/circle-games/sign-up/comp/circular-steps/circular-steps.js.map +1 -1
  13. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js +4 -8
  14. package/dist/features/circle-games/sign-up/comp/spinner/spinner-styled.js.map +1 -1
  15. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js +6 -23
  16. package/dist/features/circle-games/sign-up/comp/spinner/spinner.js.map +1 -1
  17. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js +40 -35
  18. package/dist/features/circle-games/sign-up/comp/splash-screen/splash-screen.js.map +1 -1
  19. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/difficulty-and-duration-selection.js +2 -2
  20. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-card-lottie-animation.js +8 -23
  21. 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
  22. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js +11 -11
  23. package/dist/features/milestone/milestone-tests/tests-creation/test-stages/difficulty-and-duration-selection/test-radio-card/test-radio-card.js.map +1 -1
  24. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js +37 -43
  25. package/dist/features/milestone/milestone-tests/tests-creation/utils/index.js.map +1 -1
  26. package/dist/features/post-game-stats/accuracy/accuracy.js +38 -34
  27. package/dist/features/post-game-stats/accuracy/accuracy.js.map +1 -1
  28. package/dist/features/post-game-stats/clock/clock.js +43 -39
  29. package/dist/features/post-game-stats/clock/clock.js.map +1 -1
  30. package/dist/features/post-game-stats/points/points.js +43 -44
  31. package/dist/features/post-game-stats/points/points.js.map +1 -1
  32. package/dist/features/post-game-stats/streak/streak.js +30 -28
  33. package/dist/features/post-game-stats/streak/streak.js.map +1 -1
  34. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js +56 -54
  35. package/dist/features/trial-session/comps/av-panels/teacher-av-panel/teacher-av-panel.js.map +1 -1
  36. package/dist/features/trial-session/comps/parent-app/parent-app.js +25 -20
  37. package/dist/features/trial-session/comps/parent-app/parent-app.js.map +1 -1
  38. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +4 -4
  39. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  40. package/dist/features/trial-session/comps/session-insights/session-insights.js +40 -39
  41. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  42. package/dist/features/trial-session/trial-session-view.js +95 -79
  43. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  44. package/dist/features/ui/loader/circular-loader/circular-loader.js +16 -20
  45. package/dist/features/ui/loader/circular-loader/circular-loader.js.map +1 -1
  46. package/dist/features/ui/lottie-animation/helper.js +13 -0
  47. package/dist/features/ui/lottie-animation/helper.js.map +1 -0
  48. package/dist/features/ui/lottie-animation/lottie-animation.js +37 -0
  49. package/dist/features/ui/lottie-animation/lottie-animation.js.map +1 -0
  50. package/dist/features/ui/nudge/nudge-styled.js +4 -8
  51. package/dist/features/ui/nudge/nudge-styled.js.map +1 -1
  52. package/dist/features/ui/nudge/nudge.js +13 -30
  53. package/dist/features/ui/nudge/nudge.js.map +1 -1
  54. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js +22 -20
  55. package/dist/features/ui/perfect-hits/perfect-hits-helpers.js.map +1 -1
  56. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js +25 -48
  57. package/dist/features/worksheet/worksheet/worksheet-permissions/error.js.map +1 -1
  58. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js +12 -26
  59. package/dist/features/worksheet/worksheet/worksheet-question/header/validated-animation.js.map +1 -1
  60. package/dist/index.d.ts +58 -0
  61. package/dist/index.js +466 -464
  62. package/dist/index.js.map +1 -1
  63. package/dist/static/accuracy-meter.99585cba.json +4218 -0
  64. package/dist/static/accuracy-needle.cd6e63ac.json +618 -0
  65. package/dist/static/beginner1x.489908a7.json +3508 -0
  66. package/dist/static/bronze-1.da4e4b5f.json +4176 -0
  67. package/dist/static/bronze-2.97f9c639.json +4433 -0
  68. package/dist/static/bronze-3.6a433ebd.json +4786 -0
  69. package/dist/static/circular-loader.a5a1a0a6.json +238 -0
  70. package/dist/static/clock-30min.eae818b8.json +1197 -0
  71. package/dist/static/clock-45min.df8adf51.json +1197 -0
  72. package/dist/static/clock-60min.2b48d875.json +1197 -0
  73. package/dist/static/clock-90min.3e557ed7.json +1407 -0
  74. package/dist/static/color-1.45101b9a.json +4545 -0
  75. package/dist/static/color-2.ccdc7d0a.json +4828 -0
  76. package/dist/static/color-3.5e8e1422.json +5273 -0
  77. package/dist/static/difficult.6846c064.json +2755 -0
  78. package/dist/static/easy-rescheduling-lottie.28026af9.json +9301 -0
  79. package/dist/static/easy.68242ddd.json +2658 -0
  80. package/dist/static/elite-circle.3df58972.json +6876 -0
  81. package/dist/static/error-lottie.b3507a4b.json +5255 -0
  82. package/dist/static/familiar1x.7c9c7f15.json +3046 -0
  83. package/dist/static/fifteen-min-clock.0af4e303.json +715 -0
  84. package/dist/static/five-min-clock.6be5cc41.json +721 -0
  85. package/dist/static/gold-1.ab2489fe.json +4176 -0
  86. package/dist/static/gold-2.34045826.json +4441 -0
  87. package/dist/static/gold-3.d704698b.json +4810 -0
  88. package/dist/static/levelup-rings.b1055283.json +549 -0
  89. package/dist/static/medium.94c3829b.json +2289 -0
  90. package/dist/static/nudge-tap.5cb30093.json +1057 -0
  91. package/dist/static/point1.b53831de.json +2942 -0
  92. package/dist/static/point10.7b5e536d.json +3179 -0
  93. package/dist/static/point100.1df16f82.json +3196 -0
  94. package/dist/static/point15.fea00c32.json +3179 -0
  95. package/dist/static/point20.c88d776d.json +3178 -0
  96. package/dist/static/point25.a18c346a.json +3178 -0
  97. package/dist/static/point30.c5224b0b.json +3202 -0
  98. package/dist/static/point35.fad343dd.json +3058 -0
  99. package/dist/static/point40.10a16f72.json +3082 -0
  100. package/dist/static/point45.2ad7561f.json +3082 -0
  101. package/dist/static/point5.da40ed1f.json +2948 -0
  102. package/dist/static/point50.5718cb3d.json +3046 -0
  103. package/dist/static/point60.17380d9f.json +3076 -0
  104. package/dist/static/proficient1x.fa6e7b80.json +3430 -0
  105. package/dist/static/silver-1.0396328a.json +4168 -0
  106. package/dist/static/silver-2.bf50615f.json +4433 -0
  107. package/dist/static/silver-3.13d66b84.json +4810 -0
  108. package/dist/static/sleepy-boi.031a1165.json +1008 -0
  109. package/dist/static/spinner-white.639e0d87.json +122 -0
  110. package/dist/static/splash-screen.bbf567ce.json +2411 -0
  111. package/dist/static/stay-connected-lottie.111439b3.json +3547 -0
  112. package/dist/static/teacher-validation.7577ecdc.json +245 -0
  113. package/dist/static/total-streak.d5ce7669.json +842 -0
  114. package/dist/static/total-time-spent.434005d3.json +200 -0
  115. package/dist/static/total-time.d979cbb9.json +24383 -0
  116. package/dist/static/tournament-ripple.e5c239a5.json +1047 -0
  117. package/dist/static/track-progress-lottie.422108cf.json +2972 -0
  118. package/package.json +1 -1
  119. package/dist/assets/lotties/circle/100pts.json.js +0 -7957
  120. package/dist/assets/lotties/circle/100pts.json.js.map +0 -1
  121. package/dist/assets/lotties/circle/10pts.json.js +0 -7753
  122. package/dist/assets/lotties/circle/10pts.json.js.map +0 -1
  123. package/dist/assets/lotties/circle/15pts.json.js +0 -7879
  124. package/dist/assets/lotties/circle/15pts.json.js.map +0 -1
  125. package/dist/assets/lotties/circle/1pts.json.js +0 -7257
  126. package/dist/assets/lotties/circle/1pts.json.js.map +0 -1
  127. package/dist/assets/lotties/circle/20pts.json.js +0 -7845
  128. package/dist/assets/lotties/circle/20pts.json.js.map +0 -1
  129. package/dist/assets/lotties/circle/25pts.json.js +0 -7971
  130. package/dist/assets/lotties/circle/25pts.json.js.map +0 -1
  131. package/dist/assets/lotties/circle/30pts.json.js +0 -7941
  132. package/dist/assets/lotties/circle/30pts.json.js.map +0 -1
  133. package/dist/assets/lotties/circle/35pts.json.js +0 -7881
  134. package/dist/assets/lotties/circle/35pts.json.js.map +0 -1
  135. package/dist/assets/lotties/circle/40pts.json.js +0 -7725
  136. package/dist/assets/lotties/circle/40pts.json.js.map +0 -1
  137. package/dist/assets/lotties/circle/45pts.json.js +0 -7851
  138. package/dist/assets/lotties/circle/45pts.json.js.map +0 -1
  139. package/dist/assets/lotties/circle/50pts.json.js +0 -7707
  140. package/dist/assets/lotties/circle/50pts.json.js.map +0 -1
  141. package/dist/assets/lotties/circle/5pts.json.js +0 -7420
  142. package/dist/assets/lotties/circle/5pts.json.js.map +0 -1
  143. package/dist/assets/lotties/circle/60pts.json.js +0 -7701
  144. package/dist/assets/lotties/circle/60pts.json.js.map +0 -1
  145. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js +0 -6811
  146. package/dist/assets/lotties/circle/accuracy-meter-lottie.json.js.map +0 -1
  147. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js +0 -1503
  148. package/dist/assets/lotties/circle/accuracy-needle-lottie.json.js.map +0 -1
  149. package/dist/assets/lotties/circle/circular-loader.json.js +0 -635
  150. package/dist/assets/lotties/circle/circular-loader.json.js.map +0 -1
  151. package/dist/assets/lotties/circle/elite-circle-lottie.json.js +0 -12079
  152. package/dist/assets/lotties/circle/elite-circle-lottie.json.js.map +0 -1
  153. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js +0 -1412
  154. package/dist/assets/lotties/circle/levelup-rings-lottie.json.js.map +0 -1
  155. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js +0 -2632
  156. package/dist/assets/lotties/circle/sleepy-boi-lottie.json.js.map +0 -1
  157. package/dist/assets/lotties/circle/spinner-white.json.js +0 -316
  158. package/dist/assets/lotties/circle/spinner-white.json.js.map +0 -1
  159. package/dist/assets/lotties/circle/splash-screen.json.js +0 -5864
  160. package/dist/assets/lotties/circle/splash-screen.json.js.map +0 -1
  161. package/dist/assets/lotties/circle/total-streak-lottie.json.js +0 -2103
  162. package/dist/assets/lotties/circle/total-streak-lottie.json.js.map +0 -1
  163. package/dist/assets/lotties/circle/total-time-lottie.json.js +0 -33016
  164. package/dist/assets/lotties/circle/total-time-lottie.json.js.map +0 -1
  165. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js +0 -260
  166. package/dist/assets/lotties/circle/total-time-spent-lottie.json.js.map +0 -1
  167. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js +0 -1563
  168. package/dist/assets/lotties/circle/tournament-ripple-lottie.json.js.map +0 -1
  169. package/dist/assets/lotties/common/nudge-tap.json.js +0 -3597
  170. package/dist/assets/lotties/common/nudge-tap.json.js.map +0 -1
  171. package/dist/assets/lotties/error-lottie.json.js +0 -12755
  172. package/dist/assets/lotties/error-lottie.json.js.map +0 -1
  173. package/dist/assets/lotties/perfect-hits/bronze-1.json.js +0 -10871
  174. package/dist/assets/lotties/perfect-hits/bronze-1.json.js.map +0 -1
  175. package/dist/assets/lotties/perfect-hits/bronze-2.json.js +0 -11389
  176. package/dist/assets/lotties/perfect-hits/bronze-2.json.js.map +0 -1
  177. package/dist/assets/lotties/perfect-hits/bronze-3.json.js +0 -12169
  178. package/dist/assets/lotties/perfect-hits/bronze-3.json.js.map +0 -1
  179. package/dist/assets/lotties/perfect-hits/color-1.json.js +0 -12348
  180. package/dist/assets/lotties/perfect-hits/color-1.json.js.map +0 -1
  181. package/dist/assets/lotties/perfect-hits/color-2.json.js +0 -12941
  182. package/dist/assets/lotties/perfect-hits/color-2.json.js.map +0 -1
  183. package/dist/assets/lotties/perfect-hits/color-3.json.js +0 -14034
  184. package/dist/assets/lotties/perfect-hits/color-3.json.js.map +0 -1
  185. package/dist/assets/lotties/perfect-hits/gold-1.json.js +0 -10871
  186. package/dist/assets/lotties/perfect-hits/gold-1.json.js.map +0 -1
  187. package/dist/assets/lotties/perfect-hits/gold-2.json.js +0 -11389
  188. package/dist/assets/lotties/perfect-hits/gold-2.json.js.map +0 -1
  189. package/dist/assets/lotties/perfect-hits/gold-3.json.js +0 -12169
  190. package/dist/assets/lotties/perfect-hits/gold-3.json.js.map +0 -1
  191. package/dist/assets/lotties/perfect-hits/silver-1.json.js +0 -10871
  192. package/dist/assets/lotties/perfect-hits/silver-1.json.js.map +0 -1
  193. package/dist/assets/lotties/perfect-hits/silver-2.json.js +0 -11389
  194. package/dist/assets/lotties/perfect-hits/silver-2.json.js.map +0 -1
  195. package/dist/assets/lotties/perfect-hits/silver-3.json.js +0 -12169
  196. package/dist/assets/lotties/perfect-hits/silver-3.json.js.map +0 -1
  197. package/dist/assets/lotties/teacher-validation.json.js +0 -649
  198. package/dist/assets/lotties/teacher-validation.json.js.map +0 -1
  199. package/dist/assets/lotties/tests-creation/clock_30_min.json.js +0 -2857
  200. package/dist/assets/lotties/tests-creation/clock_30_min.json.js.map +0 -1
  201. package/dist/assets/lotties/tests-creation/clock_45_min.json.js +0 -2857
  202. package/dist/assets/lotties/tests-creation/clock_45_min.json.js.map +0 -1
  203. package/dist/assets/lotties/tests-creation/clock_60_min.json.js +0 -2857
  204. package/dist/assets/lotties/tests-creation/clock_60_min.json.js.map +0 -1
  205. package/dist/assets/lotties/tests-creation/clock_90_min.json.js +0 -3345
  206. package/dist/assets/lotties/tests-creation/clock_90_min.json.js.map +0 -1
  207. package/dist/assets/lotties/tests-creation/difficult.json.js +0 -6713
  208. package/dist/assets/lotties/tests-creation/difficult.json.js.map +0 -1
  209. package/dist/assets/lotties/tests-creation/easy.json.js +0 -6525
  210. package/dist/assets/lotties/tests-creation/easy.json.js.map +0 -1
  211. package/dist/assets/lotties/tests-creation/medium.json.js +0 -5603
  212. package/dist/assets/lotties/tests-creation/medium.json.js.map +0 -1
  213. package/dist/assets/lotties/trial-v3/15min-clock.json.js +0 -2037
  214. package/dist/assets/lotties/trial-v3/15min-clock.json.js.map +0 -1
  215. package/dist/assets/lotties/trial-v3/5min-clock.json.js +0 -2062
  216. package/dist/assets/lotties/trial-v3/5min-clock.json.js.map +0 -1
  217. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js +0 -8517
  218. package/dist/assets/lotties/trial-v3/insight/beginner1x.json.js.map +0 -1
  219. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js +0 -7396
  220. package/dist/assets/lotties/trial-v3/insight/familiar1x.json.js.map +0 -1
  221. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js +0 -8559
  222. package/dist/assets/lotties/trial-v3/insight/proficient1x.json.js.map +0 -1
  223. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js +0 -23284
  224. package/dist/assets/lotties/trial-v3/parent-app/easy-rescheduling-lottie.json.js.map +0 -1
  225. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js +0 -9090
  226. package/dist/assets/lotties/trial-v3/parent-app/stay-connected-lottie.json.js.map +0 -1
  227. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js +0 -8675
  228. package/dist/assets/lotties/trial-v3/parent-app/track-progress-lottie.json.js.map +0 -1
  229. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js +0 -13
  230. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/fetch-lottie.js.map +0 -1
  231. package/dist/features/circle-games/game-launcher/game-launcher-styled.js +0 -10
  232. package/dist/features/circle-games/game-launcher/game-launcher-styled.js.map +0 -1
  233. package/dist/features/post-game-stats/points/points-styled.js +0 -10
  234. package/dist/features/post-game-stats/points/points-styled.js.map +0 -1
  235. package/dist/features/trial-session/comps/render-lottie/index.js +0 -26
  236. package/dist/features/trial-session/comps/render-lottie/index.js.map +0 -1
  237. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js +0 -17
  238. package/dist/features/ui/loader/circular-loader/circular-loader-styled.js.map +0 -1
@@ -1,2062 +0,0 @@
1
- const i = "4.8.0", x = {
2
- g: "LottieFiles AE ",
3
- a: "",
4
- k: "",
5
- d: "",
6
- tc: ""
7
- }, a = 30, t = 0, s = 75, o = 450, k = 450, y = "5min-clock-lottie", r = 0, m = [], e = [
8
- {
9
- ddd: 0,
10
- ind: 1,
11
- ty: 3,
12
- nm: "Null 9",
13
- sr: 1,
14
- ks: {
15
- o: {
16
- a: 0,
17
- k: 0,
18
- ix: 11
19
- },
20
- r: {
21
- a: 1,
22
- k: [
23
- {
24
- i: {
25
- x: [
26
- 0.667
27
- ],
28
- y: [
29
- 1
30
- ]
31
- },
32
- o: {
33
- x: [
34
- 0.333
35
- ],
36
- y: [
37
- 0
38
- ]
39
- },
40
- t: 32,
41
- s: [
42
- 0
43
- ]
44
- },
45
- {
46
- i: {
47
- x: [
48
- 0.667
49
- ],
50
- y: [
51
- 1
52
- ]
53
- },
54
- o: {
55
- x: [
56
- 0.333
57
- ],
58
- y: [
59
- 0
60
- ]
61
- },
62
- t: 34,
63
- s: [
64
- -9
65
- ]
66
- },
67
- {
68
- i: {
69
- x: [
70
- 0.667
71
- ],
72
- y: [
73
- 1
74
- ]
75
- },
76
- o: {
77
- x: [
78
- 0.333
79
- ],
80
- y: [
81
- 0
82
- ]
83
- },
84
- t: 39.5,
85
- s: [
86
- 7
87
- ]
88
- },
89
- {
90
- t: 42,
91
- s: [
92
- 0
93
- ]
94
- }
95
- ],
96
- ix: 10
97
- },
98
- p: {
99
- a: 1,
100
- k: [
101
- {
102
- i: {
103
- x: 0.667,
104
- y: 1
105
- },
106
- o: {
107
- x: 0.333,
108
- y: 0
109
- },
110
- t: 32,
111
- s: [
112
- 225,
113
- 225,
114
- 0
115
- ],
116
- to: [
117
- 0,
118
- -6.667,
119
- 0
120
- ],
121
- ti: [
122
- 0,
123
- 0,
124
- 0
125
- ]
126
- },
127
- {
128
- i: {
129
- x: 0.667,
130
- y: 1
131
- },
132
- o: {
133
- x: 0.333,
134
- y: 0
135
- },
136
- t: 37,
137
- s: [
138
- 225,
139
- 185,
140
- 0
141
- ],
142
- to: [
143
- 0,
144
- 0,
145
- 0
146
- ],
147
- ti: [
148
- 0,
149
- -6.667,
150
- 0
151
- ]
152
- },
153
- {
154
- t: 42,
155
- s: [
156
- 225,
157
- 225,
158
- 0
159
- ]
160
- }
161
- ],
162
- ix: 2
163
- },
164
- a: {
165
- a: 0,
166
- k: [
167
- 0,
168
- 0,
169
- 0
170
- ],
171
- ix: 1
172
- },
173
- s: {
174
- a: 1,
175
- k: [
176
- {
177
- i: {
178
- x: [
179
- 0,
180
- 0,
181
- 0.667
182
- ],
183
- y: [
184
- 1,
185
- 1,
186
- 1
187
- ]
188
- },
189
- o: {
190
- x: [
191
- 0.137,
192
- 0.137,
193
- 0.333
194
- ],
195
- y: [
196
- 0,
197
- 0,
198
- 0
199
- ]
200
- },
201
- t: 0,
202
- s: [
203
- 0,
204
- 0,
205
- 100
206
- ]
207
- },
208
- {
209
- i: {
210
- x: [
211
- 0.266,
212
- 0.266,
213
- 0.667
214
- ],
215
- y: [
216
- 1,
217
- 1,
218
- 1
219
- ]
220
- },
221
- o: {
222
- x: [
223
- 0.627,
224
- 0.627,
225
- 0.333
226
- ],
227
- y: [
228
- 0,
229
- 0,
230
- 0
231
- ]
232
- },
233
- t: 5.5,
234
- s: [
235
- 105,
236
- 105,
237
- 100
238
- ]
239
- },
240
- {
241
- i: {
242
- x: [
243
- 0.667,
244
- 0.667,
245
- 0.667
246
- ],
247
- y: [
248
- 1,
249
- 1,
250
- 1
251
- ]
252
- },
253
- o: {
254
- x: [
255
- 0.333,
256
- 0.333,
257
- 0.333
258
- ],
259
- y: [
260
- 0,
261
- 0,
262
- 0
263
- ]
264
- },
265
- t: 7.5,
266
- s: [
267
- 100,
268
- 100,
269
- 100
270
- ]
271
- },
272
- {
273
- i: {
274
- x: [
275
- 0.415,
276
- 0.415,
277
- 0.667
278
- ],
279
- y: [
280
- 1,
281
- 1,
282
- 1
283
- ]
284
- },
285
- o: {
286
- x: [
287
- 0.821,
288
- 0.821,
289
- 0.333
290
- ],
291
- y: [
292
- 0,
293
- 0,
294
- 0
295
- ]
296
- },
297
- t: 66,
298
- s: [
299
- 100,
300
- 100,
301
- 100
302
- ]
303
- },
304
- {
305
- i: {
306
- x: [
307
- 0.644,
308
- 0.644,
309
- 0.667
310
- ],
311
- y: [
312
- 1,
313
- 1,
314
- 1
315
- ]
316
- },
317
- o: {
318
- x: [
319
- 1,
320
- 1,
321
- 0.333
322
- ],
323
- y: [
324
- 0,
325
- 0,
326
- 0
327
- ]
328
- },
329
- t: 68,
330
- s: [
331
- 105,
332
- 105,
333
- 100
334
- ]
335
- },
336
- {
337
- t: 73.5,
338
- s: [
339
- 0,
340
- 0,
341
- 100
342
- ]
343
- }
344
- ],
345
- ix: 6
346
- }
347
- },
348
- ao: 0,
349
- ip: 0,
350
- op: 367.5,
351
- st: 7.5,
352
- bm: 0
353
- },
354
- {
355
- ddd: 0,
356
- ind: 2,
357
- ty: 4,
358
- nm: "2",
359
- parent: 1,
360
- sr: 1,
361
- ks: {
362
- o: {
363
- a: 0,
364
- k: 100,
365
- ix: 11
366
- },
367
- r: {
368
- a: 1,
369
- k: [
370
- {
371
- i: {
372
- x: [
373
- 0.507
374
- ],
375
- y: [
376
- 1
377
- ]
378
- },
379
- o: {
380
- x: [
381
- 0.511
382
- ],
383
- y: [
384
- 0
385
- ]
386
- },
387
- t: 7.5,
388
- s: [
389
- 0
390
- ]
391
- },
392
- {
393
- t: 34,
394
- s: [
395
- 330
396
- ]
397
- }
398
- ],
399
- ix: 10
400
- },
401
- p: {
402
- a: 0,
403
- k: [
404
- 0,
405
- 0,
406
- 0
407
- ],
408
- ix: 2
409
- },
410
- a: {
411
- a: 0,
412
- k: [
413
- 0,
414
- -16,
415
- 0
416
- ],
417
- ix: 1
418
- },
419
- s: {
420
- a: 0,
421
- k: [
422
- 100,
423
- 100,
424
- 100
425
- ],
426
- ix: 6
427
- }
428
- },
429
- ao: 0,
430
- shapes: [
431
- {
432
- ty: "gr",
433
- it: [
434
- {
435
- ind: 0,
436
- ty: "sh",
437
- ix: 1,
438
- ks: {
439
- a: 0,
440
- k: {
441
- i: [
442
- [
443
- 0,
444
- 0
445
- ],
446
- [
447
- 0,
448
- 0
449
- ]
450
- ],
451
- o: [
452
- [
453
- 0,
454
- 0
455
- ],
456
- [
457
- 0,
458
- 0
459
- ]
460
- ],
461
- v: [
462
- [
463
- 0,
464
- -117.179
465
- ],
466
- [
467
- 0,
468
- -16
469
- ]
470
- ],
471
- c: !1
472
- },
473
- ix: 2
474
- },
475
- nm: "Path 1",
476
- mn: "ADBE Vector Shape - Group",
477
- hd: !1
478
- },
479
- {
480
- ty: "st",
481
- c: {
482
- a: 0,
483
- k: [
484
- 0,
485
- 0,
486
- 0,
487
- 1
488
- ],
489
- ix: 3
490
- },
491
- o: {
492
- a: 0,
493
- k: 100,
494
- ix: 4
495
- },
496
- w: {
497
- a: 0,
498
- k: 15,
499
- ix: 5
500
- },
501
- lc: 2,
502
- lj: 1,
503
- ml: 4,
504
- bm: 0,
505
- nm: "Stroke 1",
506
- mn: "ADBE Vector Graphic - Stroke",
507
- hd: !1
508
- },
509
- {
510
- ty: "fl",
511
- c: {
512
- a: 0,
513
- k: [
514
- 0,
515
- 0,
516
- 0,
517
- 1
518
- ],
519
- ix: 4
520
- },
521
- o: {
522
- a: 0,
523
- k: 100,
524
- ix: 5
525
- },
526
- r: 1,
527
- bm: 0,
528
- nm: "Fill 1",
529
- mn: "ADBE Vector Graphic - Fill",
530
- hd: !1
531
- },
532
- {
533
- ty: "tr",
534
- p: {
535
- a: 0,
536
- k: [
537
- 0,
538
- 0
539
- ],
540
- ix: 2
541
- },
542
- a: {
543
- a: 0,
544
- k: [
545
- 0,
546
- 0
547
- ],
548
- ix: 1
549
- },
550
- s: {
551
- a: 0,
552
- k: [
553
- 100,
554
- 100
555
- ],
556
- ix: 3
557
- },
558
- r: {
559
- a: 0,
560
- k: 0,
561
- ix: 6
562
- },
563
- o: {
564
- a: 0,
565
- k: 100,
566
- ix: 7
567
- },
568
- sk: {
569
- a: 0,
570
- k: 0,
571
- ix: 4
572
- },
573
- sa: {
574
- a: 0,
575
- k: 0,
576
- ix: 5
577
- },
578
- nm: "Transform"
579
- }
580
- ],
581
- nm: "Shape 1",
582
- np: 3,
583
- cix: 2,
584
- bm: 0,
585
- ix: 1,
586
- mn: "ADBE Vector Group",
587
- hd: !1
588
- }
589
- ],
590
- ip: 0,
591
- op: 73,
592
- st: 7.5,
593
- bm: 0
594
- },
595
- {
596
- ddd: 0,
597
- ind: 3,
598
- ty: 4,
599
- nm: "Trim",
600
- parent: 1,
601
- sr: 1,
602
- ks: {
603
- o: {
604
- a: 0,
605
- k: 100,
606
- ix: 11
607
- },
608
- r: {
609
- a: 0,
610
- k: 0,
611
- ix: 10
612
- },
613
- p: {
614
- a: 0,
615
- k: [
616
- 0,
617
- 0,
618
- 0
619
- ],
620
- ix: 2
621
- },
622
- a: {
623
- a: 0,
624
- k: [
625
- 278.231,
626
- -216.097,
627
- 0
628
- ],
629
- ix: 1
630
- },
631
- s: {
632
- a: 0,
633
- k: [
634
- 89,
635
- 89,
636
- 100
637
- ],
638
- ix: 6
639
- }
640
- },
641
- ao: 0,
642
- shapes: [
643
- {
644
- ty: "gr",
645
- it: [
646
- {
647
- d: 1,
648
- ty: "el",
649
- s: {
650
- a: 0,
651
- k: [
652
- 126,
653
- 126
654
- ],
655
- ix: 2
656
- },
657
- p: {
658
- a: 0,
659
- k: [
660
- 0,
661
- 0
662
- ],
663
- ix: 3
664
- },
665
- nm: "Ellipse Path 1",
666
- mn: "ADBE Vector Shape - Ellipse",
667
- hd: !1
668
- },
669
- {
670
- ty: "tm",
671
- s: {
672
- a: 1,
673
- k: [
674
- {
675
- i: {
676
- x: [
677
- 0.507
678
- ],
679
- y: [
680
- 1
681
- ]
682
- },
683
- o: {
684
- x: [
685
- 0.511
686
- ],
687
- y: [
688
- 0
689
- ]
690
- },
691
- t: 7.5,
692
- s: [
693
- 0
694
- ]
695
- },
696
- {
697
- t: 34,
698
- s: [
699
- 91.667
700
- ]
701
- }
702
- ],
703
- ix: 1
704
- },
705
- e: {
706
- a: 0,
707
- k: 100,
708
- ix: 2
709
- },
710
- o: {
711
- a: 0,
712
- k: 0,
713
- ix: 3
714
- },
715
- m: 1,
716
- ix: 2,
717
- nm: "Trim Paths 1",
718
- mn: "ADBE Vector Filter - Trim",
719
- hd: !1
720
- },
721
- {
722
- ty: "st",
723
- c: {
724
- a: 1,
725
- k: [
726
- {
727
- i: {
728
- x: [
729
- 0.833
730
- ],
731
- y: [
732
- 0.833
733
- ]
734
- },
735
- o: {
736
- x: [
737
- 0.167
738
- ],
739
- y: [
740
- 0.167
741
- ]
742
- },
743
- t: 25,
744
- s: [
745
- 0.239215686917,
746
- 0.843137264252,
747
- 0.443137258291,
748
- 1
749
- ]
750
- },
751
- {
752
- i: {
753
- x: [
754
- 0.833
755
- ],
756
- y: [
757
- 0.833
758
- ]
759
- },
760
- o: {
761
- x: [
762
- 0.167
763
- ],
764
- y: [
765
- 0.167
766
- ]
767
- },
768
- t: 26,
769
- s: [
770
- 1,
771
- 0.494117647409,
772
- 0.23137255013,
773
- 1
774
- ]
775
- },
776
- {
777
- i: {
778
- x: [
779
- 0.833
780
- ],
781
- y: [
782
- 0.833
783
- ]
784
- },
785
- o: {
786
- x: [
787
- 0.167
788
- ],
789
- y: [
790
- 0.167
791
- ]
792
- },
793
- t: 32,
794
- s: [
795
- 1,
796
- 0.494117647409,
797
- 0.23137255013,
798
- 1
799
- ]
800
- },
801
- {
802
- t: 33,
803
- s: [
804
- 1,
805
- 0.019607843831,
806
- 0.019607843831,
807
- 1
808
- ]
809
- }
810
- ],
811
- ix: 3
812
- },
813
- o: {
814
- a: 0,
815
- k: 100,
816
- ix: 4
817
- },
818
- w: {
819
- a: 0,
820
- k: 119,
821
- ix: 5
822
- },
823
- lc: 1,
824
- lj: 1,
825
- ml: 4,
826
- bm: 0,
827
- nm: "Stroke 1",
828
- mn: "ADBE Vector Graphic - Stroke",
829
- hd: !1
830
- },
831
- {
832
- ty: "tr",
833
- p: {
834
- a: 0,
835
- k: [
836
- 278.231,
837
- -216.097
838
- ],
839
- ix: 2
840
- },
841
- a: {
842
- a: 0,
843
- k: [
844
- 0,
845
- 0
846
- ],
847
- ix: 1
848
- },
849
- s: {
850
- a: 0,
851
- k: [
852
- 100,
853
- 100
854
- ],
855
- ix: 3
856
- },
857
- r: {
858
- a: 0,
859
- k: 0,
860
- ix: 6
861
- },
862
- o: {
863
- a: 0,
864
- k: 100,
865
- ix: 7
866
- },
867
- sk: {
868
- a: 0,
869
- k: 0,
870
- ix: 4
871
- },
872
- sa: {
873
- a: 0,
874
- k: 0,
875
- ix: 5
876
- },
877
- nm: "Transform"
878
- }
879
- ],
880
- nm: "Ellipse 1",
881
- np: 3,
882
- cix: 2,
883
- bm: 0,
884
- ix: 1,
885
- mn: "ADBE Vector Group",
886
- hd: !1
887
- }
888
- ],
889
- ip: 0,
890
- op: 73,
891
- st: 7.5,
892
- bm: 0
893
- },
894
- {
895
- ddd: 0,
896
- ind: 4,
897
- ty: 4,
898
- nm: "Dial",
899
- parent: 1,
900
- sr: 1,
901
- ks: {
902
- o: {
903
- a: 0,
904
- k: 100,
905
- ix: 11
906
- },
907
- r: {
908
- a: 0,
909
- k: 0,
910
- ix: 10
911
- },
912
- p: {
913
- a: 0,
914
- k: [
915
- 0,
916
- 0,
917
- 0
918
- ],
919
- ix: 2
920
- },
921
- a: {
922
- a: 0,
923
- k: [
924
- 278.231,
925
- -216.097,
926
- 0
927
- ],
928
- ix: 1
929
- },
930
- s: {
931
- a: 0,
932
- k: [
933
- 89,
934
- 89,
935
- 100
936
- ],
937
- ix: 6
938
- }
939
- },
940
- ao: 0,
941
- shapes: [
942
- {
943
- ty: "gr",
944
- it: [
945
- {
946
- d: 1,
947
- ty: "el",
948
- s: {
949
- a: 0,
950
- k: [
951
- 278.548,
952
- 278.548
953
- ],
954
- ix: 2
955
- },
956
- p: {
957
- a: 0,
958
- k: [
959
- 0,
960
- 0
961
- ],
962
- ix: 3
963
- },
964
- nm: "Ellipse Path 1",
965
- mn: "ADBE Vector Shape - Ellipse",
966
- hd: !1
967
- },
968
- {
969
- ty: "fl",
970
- c: {
971
- a: 0,
972
- k: [
973
- 1,
974
- 1,
975
- 1,
976
- 1
977
- ],
978
- ix: 4
979
- },
980
- o: {
981
- a: 0,
982
- k: 100,
983
- ix: 5
984
- },
985
- r: 1,
986
- bm: 0,
987
- nm: "Fill 1",
988
- mn: "ADBE Vector Graphic - Fill",
989
- hd: !1
990
- },
991
- {
992
- ty: "tr",
993
- p: {
994
- a: 0,
995
- k: [
996
- 278.231,
997
- -216.097
998
- ],
999
- ix: 2
1000
- },
1001
- a: {
1002
- a: 0,
1003
- k: [
1004
- 0,
1005
- 0
1006
- ],
1007
- ix: 1
1008
- },
1009
- s: {
1010
- a: 0,
1011
- k: [
1012
- 100,
1013
- 100
1014
- ],
1015
- ix: 3
1016
- },
1017
- r: {
1018
- a: 0,
1019
- k: 0,
1020
- ix: 6
1021
- },
1022
- o: {
1023
- a: 0,
1024
- k: 100,
1025
- ix: 7
1026
- },
1027
- sk: {
1028
- a: 0,
1029
- k: 0,
1030
- ix: 4
1031
- },
1032
- sa: {
1033
- a: 0,
1034
- k: 0,
1035
- ix: 5
1036
- },
1037
- nm: "Transform"
1038
- }
1039
- ],
1040
- nm: "Ellipse 1",
1041
- np: 3,
1042
- cix: 2,
1043
- bm: 0,
1044
- ix: 1,
1045
- mn: "ADBE Vector Group",
1046
- hd: !1
1047
- }
1048
- ],
1049
- ip: 0,
1050
- op: 73,
1051
- st: 7.5,
1052
- bm: 0
1053
- },
1054
- {
1055
- ddd: 0,
1056
- ind: 5,
1057
- ty: 4,
1058
- nm: "Ring",
1059
- parent: 1,
1060
- sr: 1,
1061
- ks: {
1062
- o: {
1063
- a: 0,
1064
- k: 100,
1065
- ix: 11
1066
- },
1067
- r: {
1068
- a: 1,
1069
- k: [
1070
- {
1071
- i: {
1072
- x: [
1073
- 0.833
1074
- ],
1075
- y: [
1076
- 0.833
1077
- ]
1078
- },
1079
- o: {
1080
- x: [
1081
- 0.167
1082
- ],
1083
- y: [
1084
- 0.167
1085
- ]
1086
- },
1087
- t: 33.5,
1088
- s: [
1089
- 0
1090
- ]
1091
- },
1092
- {
1093
- i: {
1094
- x: [
1095
- 0.833
1096
- ],
1097
- y: [
1098
- 0.833
1099
- ]
1100
- },
1101
- o: {
1102
- x: [
1103
- 0.167
1104
- ],
1105
- y: [
1106
- 0.167
1107
- ]
1108
- },
1109
- t: 35,
1110
- s: [
1111
- 5
1112
- ]
1113
- },
1114
- {
1115
- i: {
1116
- x: [
1117
- 0.833
1118
- ],
1119
- y: [
1120
- 0.833
1121
- ]
1122
- },
1123
- o: {
1124
- x: [
1125
- 0.167
1126
- ],
1127
- y: [
1128
- 0.167
1129
- ]
1130
- },
1131
- t: 36.5,
1132
- s: [
1133
- -5
1134
- ]
1135
- },
1136
- {
1137
- i: {
1138
- x: [
1139
- 0.833
1140
- ],
1141
- y: [
1142
- 0.833
1143
- ]
1144
- },
1145
- o: {
1146
- x: [
1147
- 0.167
1148
- ],
1149
- y: [
1150
- 0.167
1151
- ]
1152
- },
1153
- t: 38,
1154
- s: [
1155
- 5
1156
- ]
1157
- },
1158
- {
1159
- i: {
1160
- x: [
1161
- 0.833
1162
- ],
1163
- y: [
1164
- 0.833
1165
- ]
1166
- },
1167
- o: {
1168
- x: [
1169
- 0.167
1170
- ],
1171
- y: [
1172
- 0.167
1173
- ]
1174
- },
1175
- t: 39.5,
1176
- s: [
1177
- -5
1178
- ]
1179
- },
1180
- {
1181
- i: {
1182
- x: [
1183
- 0.833
1184
- ],
1185
- y: [
1186
- 0.833
1187
- ]
1188
- },
1189
- o: {
1190
- x: [
1191
- 0.167
1192
- ],
1193
- y: [
1194
- 0.167
1195
- ]
1196
- },
1197
- t: 41,
1198
- s: [
1199
- 5
1200
- ]
1201
- },
1202
- {
1203
- i: {
1204
- x: [
1205
- 0.833
1206
- ],
1207
- y: [
1208
- 0.833
1209
- ]
1210
- },
1211
- o: {
1212
- x: [
1213
- 0.167
1214
- ],
1215
- y: [
1216
- 0.167
1217
- ]
1218
- },
1219
- t: 42,
1220
- s: [
1221
- -5
1222
- ]
1223
- },
1224
- {
1225
- i: {
1226
- x: [
1227
- 0.833
1228
- ],
1229
- y: [
1230
- 0.833
1231
- ]
1232
- },
1233
- o: {
1234
- x: [
1235
- 0.167
1236
- ],
1237
- y: [
1238
- 0.167
1239
- ]
1240
- },
1241
- t: 44,
1242
- s: [
1243
- 5
1244
- ]
1245
- },
1246
- {
1247
- i: {
1248
- x: [
1249
- 0.833
1250
- ],
1251
- y: [
1252
- 0.833
1253
- ]
1254
- },
1255
- o: {
1256
- x: [
1257
- 0.167
1258
- ],
1259
- y: [
1260
- 0.167
1261
- ]
1262
- },
1263
- t: 45.5,
1264
- s: [
1265
- -5
1266
- ]
1267
- },
1268
- {
1269
- i: {
1270
- x: [
1271
- 0.833
1272
- ],
1273
- y: [
1274
- 0.833
1275
- ]
1276
- },
1277
- o: {
1278
- x: [
1279
- 0.167
1280
- ],
1281
- y: [
1282
- 0.167
1283
- ]
1284
- },
1285
- t: 47,
1286
- s: [
1287
- 5
1288
- ]
1289
- },
1290
- {
1291
- i: {
1292
- x: [
1293
- 0.833
1294
- ],
1295
- y: [
1296
- 0.833
1297
- ]
1298
- },
1299
- o: {
1300
- x: [
1301
- 0.167
1302
- ],
1303
- y: [
1304
- 0.167
1305
- ]
1306
- },
1307
- t: 48.5,
1308
- s: [
1309
- -5
1310
- ]
1311
- },
1312
- {
1313
- i: {
1314
- x: [
1315
- 0.833
1316
- ],
1317
- y: [
1318
- 0.833
1319
- ]
1320
- },
1321
- o: {
1322
- x: [
1323
- 0.167
1324
- ],
1325
- y: [
1326
- 0.167
1327
- ]
1328
- },
1329
- t: 50,
1330
- s: [
1331
- 5
1332
- ]
1333
- },
1334
- {
1335
- i: {
1336
- x: [
1337
- 0.833
1338
- ],
1339
- y: [
1340
- 0.833
1341
- ]
1342
- },
1343
- o: {
1344
- x: [
1345
- 0.167
1346
- ],
1347
- y: [
1348
- 0.167
1349
- ]
1350
- },
1351
- t: 51.5,
1352
- s: [
1353
- -5
1354
- ]
1355
- },
1356
- {
1357
- i: {
1358
- x: [
1359
- 0.833
1360
- ],
1361
- y: [
1362
- 0.833
1363
- ]
1364
- },
1365
- o: {
1366
- x: [
1367
- 0.167
1368
- ],
1369
- y: [
1370
- 0.167
1371
- ]
1372
- },
1373
- t: 53,
1374
- s: [
1375
- 5
1376
- ]
1377
- },
1378
- {
1379
- i: {
1380
- x: [
1381
- 0.833
1382
- ],
1383
- y: [
1384
- 0.833
1385
- ]
1386
- },
1387
- o: {
1388
- x: [
1389
- 0.167
1390
- ],
1391
- y: [
1392
- 0.167
1393
- ]
1394
- },
1395
- t: 54.5,
1396
- s: [
1397
- -5
1398
- ]
1399
- },
1400
- {
1401
- i: {
1402
- x: [
1403
- 0.833
1404
- ],
1405
- y: [
1406
- 0.833
1407
- ]
1408
- },
1409
- o: {
1410
- x: [
1411
- 0.167
1412
- ],
1413
- y: [
1414
- 0.167
1415
- ]
1416
- },
1417
- t: 56,
1418
- s: [
1419
- 5
1420
- ]
1421
- },
1422
- {
1423
- i: {
1424
- x: [
1425
- 0.833
1426
- ],
1427
- y: [
1428
- 0.833
1429
- ]
1430
- },
1431
- o: {
1432
- x: [
1433
- 0.167
1434
- ],
1435
- y: [
1436
- 0.167
1437
- ]
1438
- },
1439
- t: 57.5,
1440
- s: [
1441
- -5
1442
- ]
1443
- },
1444
- {
1445
- i: {
1446
- x: [
1447
- 0.833
1448
- ],
1449
- y: [
1450
- 0.833
1451
- ]
1452
- },
1453
- o: {
1454
- x: [
1455
- 0.167
1456
- ],
1457
- y: [
1458
- 0.167
1459
- ]
1460
- },
1461
- t: 59,
1462
- s: [
1463
- 5
1464
- ]
1465
- },
1466
- {
1467
- i: {
1468
- x: [
1469
- 0.833
1470
- ],
1471
- y: [
1472
- 0.833
1473
- ]
1474
- },
1475
- o: {
1476
- x: [
1477
- 0.167
1478
- ],
1479
- y: [
1480
- 0.167
1481
- ]
1482
- },
1483
- t: 60.5,
1484
- s: [
1485
- -5
1486
- ]
1487
- },
1488
- {
1489
- i: {
1490
- x: [
1491
- 0.833
1492
- ],
1493
- y: [
1494
- 0.833
1495
- ]
1496
- },
1497
- o: {
1498
- x: [
1499
- 0.167
1500
- ],
1501
- y: [
1502
- 0.167
1503
- ]
1504
- },
1505
- t: 62,
1506
- s: [
1507
- 5
1508
- ]
1509
- },
1510
- {
1511
- i: {
1512
- x: [
1513
- 0.833
1514
- ],
1515
- y: [
1516
- 0.833
1517
- ]
1518
- },
1519
- o: {
1520
- x: [
1521
- 0.167
1522
- ],
1523
- y: [
1524
- 0.167
1525
- ]
1526
- },
1527
- t: 63.5,
1528
- s: [
1529
- -5
1530
- ]
1531
- },
1532
- {
1533
- i: {
1534
- x: [
1535
- 0.833
1536
- ],
1537
- y: [
1538
- 0.833
1539
- ]
1540
- },
1541
- o: {
1542
- x: [
1543
- 0.167
1544
- ],
1545
- y: [
1546
- 0.167
1547
- ]
1548
- },
1549
- t: 65,
1550
- s: [
1551
- 5
1552
- ]
1553
- },
1554
- {
1555
- i: {
1556
- x: [
1557
- 0.833
1558
- ],
1559
- y: [
1560
- 0.833
1561
- ]
1562
- },
1563
- o: {
1564
- x: [
1565
- 0.167
1566
- ],
1567
- y: [
1568
- 0.167
1569
- ]
1570
- },
1571
- t: 66,
1572
- s: [
1573
- 0
1574
- ]
1575
- },
1576
- {
1577
- t: 71.5,
1578
- s: [
1579
- 0
1580
- ]
1581
- }
1582
- ],
1583
- ix: 10
1584
- },
1585
- p: {
1586
- a: 0,
1587
- k: [
1588
- 0,
1589
- 0,
1590
- 0
1591
- ],
1592
- ix: 2
1593
- },
1594
- a: {
1595
- a: 0,
1596
- k: [
1597
- 0,
1598
- 0,
1599
- 0
1600
- ],
1601
- ix: 1
1602
- },
1603
- s: {
1604
- a: 1,
1605
- k: [
1606
- {
1607
- i: {
1608
- x: [
1609
- 0,
1610
- 0,
1611
- 0.667
1612
- ],
1613
- y: [
1614
- 1,
1615
- 1,
1616
- 1
1617
- ]
1618
- },
1619
- o: {
1620
- x: [
1621
- 0.333,
1622
- 0.333,
1623
- 0.333
1624
- ],
1625
- y: [
1626
- 0,
1627
- 0,
1628
- 0
1629
- ]
1630
- },
1631
- t: 28.5,
1632
- s: [
1633
- 66,
1634
- 66,
1635
- 100
1636
- ]
1637
- },
1638
- {
1639
- i: {
1640
- x: [
1641
- 0.667,
1642
- 0.667,
1643
- 0.667
1644
- ],
1645
- y: [
1646
- 1,
1647
- 1,
1648
- 1
1649
- ]
1650
- },
1651
- o: {
1652
- x: [
1653
- 0.333,
1654
- 0.333,
1655
- 0.333
1656
- ],
1657
- y: [
1658
- 0,
1659
- 0,
1660
- 0
1661
- ]
1662
- },
1663
- t: 33.5,
1664
- s: [
1665
- 103,
1666
- 103,
1667
- 100
1668
- ]
1669
- },
1670
- {
1671
- i: {
1672
- x: [
1673
- 0.152,
1674
- 0.152,
1675
- 0.667
1676
- ],
1677
- y: [
1678
- 1,
1679
- 1,
1680
- 1
1681
- ]
1682
- },
1683
- o: {
1684
- x: [
1685
- 0.175,
1686
- 0.175,
1687
- 0.333
1688
- ],
1689
- y: [
1690
- 0,
1691
- 0,
1692
- 0
1693
- ]
1694
- },
1695
- t: 66,
1696
- s: [
1697
- 103,
1698
- 103,
1699
- 100
1700
- ]
1701
- },
1702
- {
1703
- t: 71.5,
1704
- s: [
1705
- 66,
1706
- 66,
1707
- 100
1708
- ]
1709
- }
1710
- ],
1711
- ix: 6
1712
- }
1713
- },
1714
- ao: 0,
1715
- shapes: [
1716
- {
1717
- ty: "gr",
1718
- it: [
1719
- {
1720
- ind: 0,
1721
- ty: "sh",
1722
- ix: 1,
1723
- ks: {
1724
- a: 0,
1725
- k: {
1726
- i: [
1727
- [
1728
- 0,
1729
- 0
1730
- ],
1731
- [
1732
- 0,
1733
- 0
1734
- ]
1735
- ],
1736
- o: [
1737
- [
1738
- 0,
1739
- 0
1740
- ],
1741
- [
1742
- 0,
1743
- 0
1744
- ]
1745
- ],
1746
- v: [
1747
- [
1748
- -67,
1749
- -135
1750
- ],
1751
- [
1752
- -109,
1753
- -103
1754
- ]
1755
- ],
1756
- c: !1
1757
- },
1758
- ix: 2
1759
- },
1760
- nm: "Path 1",
1761
- mn: "ADBE Vector Shape - Group",
1762
- hd: !1
1763
- },
1764
- {
1765
- ty: "st",
1766
- c: {
1767
- a: 0,
1768
- k: [
1769
- 1,
1770
- 1,
1771
- 1,
1772
- 1
1773
- ],
1774
- ix: 3
1775
- },
1776
- o: {
1777
- a: 0,
1778
- k: 100,
1779
- ix: 4
1780
- },
1781
- w: {
1782
- a: 0,
1783
- k: 37,
1784
- ix: 5
1785
- },
1786
- lc: 2,
1787
- lj: 1,
1788
- ml: 4,
1789
- bm: 0,
1790
- nm: "Stroke 1",
1791
- mn: "ADBE Vector Graphic - Stroke",
1792
- hd: !1
1793
- },
1794
- {
1795
- ty: "tr",
1796
- p: {
1797
- a: 0,
1798
- k: [
1799
- 0,
1800
- 0
1801
- ],
1802
- ix: 2
1803
- },
1804
- a: {
1805
- a: 0,
1806
- k: [
1807
- 0,
1808
- 0
1809
- ],
1810
- ix: 1
1811
- },
1812
- s: {
1813
- a: 0,
1814
- k: [
1815
- 100,
1816
- 100
1817
- ],
1818
- ix: 3
1819
- },
1820
- r: {
1821
- a: 0,
1822
- k: 0,
1823
- ix: 6
1824
- },
1825
- o: {
1826
- a: 0,
1827
- k: 100,
1828
- ix: 7
1829
- },
1830
- sk: {
1831
- a: 0,
1832
- k: 0,
1833
- ix: 4
1834
- },
1835
- sa: {
1836
- a: 0,
1837
- k: 0,
1838
- ix: 5
1839
- },
1840
- nm: "Transform"
1841
- }
1842
- ],
1843
- nm: "Shape 2",
1844
- np: 3,
1845
- cix: 2,
1846
- bm: 0,
1847
- ix: 1,
1848
- mn: "ADBE Vector Group",
1849
- hd: !1
1850
- },
1851
- {
1852
- ty: "gr",
1853
- it: [
1854
- {
1855
- ind: 0,
1856
- ty: "sh",
1857
- ix: 1,
1858
- ks: {
1859
- a: 0,
1860
- k: {
1861
- i: [
1862
- [
1863
- 0,
1864
- 0
1865
- ],
1866
- [
1867
- 0,
1868
- 0
1869
- ]
1870
- ],
1871
- o: [
1872
- [
1873
- 0,
1874
- 0
1875
- ],
1876
- [
1877
- 0,
1878
- 0
1879
- ]
1880
- ],
1881
- v: [
1882
- [
1883
- 68,
1884
- -135
1885
- ],
1886
- [
1887
- 112,
1888
- -103
1889
- ]
1890
- ],
1891
- c: !1
1892
- },
1893
- ix: 2
1894
- },
1895
- nm: "Path 1",
1896
- mn: "ADBE Vector Shape - Group",
1897
- hd: !1
1898
- },
1899
- {
1900
- ty: "st",
1901
- c: {
1902
- a: 0,
1903
- k: [
1904
- 1,
1905
- 1,
1906
- 1,
1907
- 1
1908
- ],
1909
- ix: 3
1910
- },
1911
- o: {
1912
- a: 0,
1913
- k: 100,
1914
- ix: 4
1915
- },
1916
- w: {
1917
- a: 0,
1918
- k: 37,
1919
- ix: 5
1920
- },
1921
- lc: 2,
1922
- lj: 1,
1923
- ml: 4,
1924
- bm: 0,
1925
- nm: "Stroke 1",
1926
- mn: "ADBE Vector Graphic - Stroke",
1927
- hd: !1
1928
- },
1929
- {
1930
- ty: "tr",
1931
- p: {
1932
- a: 0,
1933
- k: [
1934
- 0,
1935
- 0
1936
- ],
1937
- ix: 2
1938
- },
1939
- a: {
1940
- a: 0,
1941
- k: [
1942
- 0,
1943
- 0
1944
- ],
1945
- ix: 1
1946
- },
1947
- s: {
1948
- a: 0,
1949
- k: [
1950
- 100,
1951
- 100
1952
- ],
1953
- ix: 3
1954
- },
1955
- r: {
1956
- a: 0,
1957
- k: 0,
1958
- ix: 6
1959
- },
1960
- o: {
1961
- a: 0,
1962
- k: 100,
1963
- ix: 7
1964
- },
1965
- sk: {
1966
- a: 0,
1967
- k: 0,
1968
- ix: 4
1969
- },
1970
- sa: {
1971
- a: 0,
1972
- k: 0,
1973
- ix: 5
1974
- },
1975
- nm: "Transform"
1976
- }
1977
- ],
1978
- nm: "Shape 1",
1979
- np: 3,
1980
- cix: 2,
1981
- bm: 0,
1982
- ix: 2,
1983
- mn: "ADBE Vector Group",
1984
- hd: !1
1985
- }
1986
- ],
1987
- ip: 28.5,
1988
- op: 69,
1989
- st: 7.5,
1990
- bm: 0
1991
- }
1992
- ], n = [
1993
- {
1994
- tm: 10,
1995
- cm: "1",
1996
- dr: 0
1997
- },
1998
- {
1999
- tm: 15,
2000
- cm: "3",
2001
- dr: 0
2002
- },
2003
- {
2004
- tm: 22.5,
2005
- cm: "5",
2006
- dr: 0
2007
- },
2008
- {
2009
- tm: 30,
2010
- cm: "4",
2011
- dr: 0
2012
- },
2013
- {
2014
- tm: 33,
2015
- cm: "6",
2016
- dr: 0
2017
- },
2018
- {
2019
- tm: 41.5,
2020
- cm: "7",
2021
- dr: 0
2022
- },
2023
- {
2024
- tm: 46.5,
2025
- cm: "8",
2026
- dr: 0
2027
- },
2028
- {
2029
- tm: 95.5,
2030
- cm: "2",
2031
- dr: 0
2032
- }
2033
- ], p = {
2034
- v: i,
2035
- meta: x,
2036
- fr: a,
2037
- ip: t,
2038
- op: s,
2039
- w: o,
2040
- h: k,
2041
- nm: y,
2042
- ddd: r,
2043
- assets: m,
2044
- layers: e,
2045
- markers: n
2046
- };
2047
- export {
2048
- m as assets,
2049
- r as ddd,
2050
- p as default,
2051
- a as fr,
2052
- k as h,
2053
- t as ip,
2054
- e as layers,
2055
- n as markers,
2056
- x as meta,
2057
- y as nm,
2058
- s as op,
2059
- i as v,
2060
- o as w
2061
- };
2062
- //# sourceMappingURL=5min-clock.json.js.map