@cuemath/leap 2.8.25 → 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 (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,2037 +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 = "15min-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: 33.5,
394
- s: [
395
- 270
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.107,
464
- -118
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: 33.5,
698
- s: [
699
- 75
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: 31,
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: 32,
769
- s: [
770
- 1,
771
- 0.494117647409,
772
- 0.23137255013,
773
- 1
774
- ]
775
- },
776
- {
777
- t: 37,
778
- s: [
779
- 1,
780
- 0.494117647409,
781
- 0.23137255013,
782
- 1
783
- ]
784
- }
785
- ],
786
- ix: 3
787
- },
788
- o: {
789
- a: 0,
790
- k: 100,
791
- ix: 4
792
- },
793
- w: {
794
- a: 0,
795
- k: 119,
796
- ix: 5
797
- },
798
- lc: 1,
799
- lj: 1,
800
- ml: 4,
801
- bm: 0,
802
- nm: "Stroke 1",
803
- mn: "ADBE Vector Graphic - Stroke",
804
- hd: !1
805
- },
806
- {
807
- ty: "tr",
808
- p: {
809
- a: 0,
810
- k: [
811
- 278.231,
812
- -216.097
813
- ],
814
- ix: 2
815
- },
816
- a: {
817
- a: 0,
818
- k: [
819
- 0,
820
- 0
821
- ],
822
- ix: 1
823
- },
824
- s: {
825
- a: 0,
826
- k: [
827
- 100,
828
- 100
829
- ],
830
- ix: 3
831
- },
832
- r: {
833
- a: 0,
834
- k: 0,
835
- ix: 6
836
- },
837
- o: {
838
- a: 0,
839
- k: 100,
840
- ix: 7
841
- },
842
- sk: {
843
- a: 0,
844
- k: 0,
845
- ix: 4
846
- },
847
- sa: {
848
- a: 0,
849
- k: 0,
850
- ix: 5
851
- },
852
- nm: "Transform"
853
- }
854
- ],
855
- nm: "Ellipse 1",
856
- np: 3,
857
- cix: 2,
858
- bm: 0,
859
- ix: 1,
860
- mn: "ADBE Vector Group",
861
- hd: !1
862
- }
863
- ],
864
- ip: 0,
865
- op: 73,
866
- st: 7.5,
867
- bm: 0
868
- },
869
- {
870
- ddd: 0,
871
- ind: 4,
872
- ty: 4,
873
- nm: "Dial",
874
- parent: 1,
875
- sr: 1,
876
- ks: {
877
- o: {
878
- a: 0,
879
- k: 100,
880
- ix: 11
881
- },
882
- r: {
883
- a: 0,
884
- k: 0,
885
- ix: 10
886
- },
887
- p: {
888
- a: 0,
889
- k: [
890
- 0,
891
- 0,
892
- 0
893
- ],
894
- ix: 2
895
- },
896
- a: {
897
- a: 0,
898
- k: [
899
- 278.231,
900
- -216.097,
901
- 0
902
- ],
903
- ix: 1
904
- },
905
- s: {
906
- a: 0,
907
- k: [
908
- 89,
909
- 89,
910
- 100
911
- ],
912
- ix: 6
913
- }
914
- },
915
- ao: 0,
916
- shapes: [
917
- {
918
- ty: "gr",
919
- it: [
920
- {
921
- d: 1,
922
- ty: "el",
923
- s: {
924
- a: 0,
925
- k: [
926
- 278.548,
927
- 278.548
928
- ],
929
- ix: 2
930
- },
931
- p: {
932
- a: 0,
933
- k: [
934
- 0,
935
- 0
936
- ],
937
- ix: 3
938
- },
939
- nm: "Ellipse Path 1",
940
- mn: "ADBE Vector Shape - Ellipse",
941
- hd: !1
942
- },
943
- {
944
- ty: "fl",
945
- c: {
946
- a: 0,
947
- k: [
948
- 1,
949
- 1,
950
- 1,
951
- 1
952
- ],
953
- ix: 4
954
- },
955
- o: {
956
- a: 0,
957
- k: 100,
958
- ix: 5
959
- },
960
- r: 1,
961
- bm: 0,
962
- nm: "Fill 1",
963
- mn: "ADBE Vector Graphic - Fill",
964
- hd: !1
965
- },
966
- {
967
- ty: "tr",
968
- p: {
969
- a: 0,
970
- k: [
971
- 278.231,
972
- -216.097
973
- ],
974
- ix: 2
975
- },
976
- a: {
977
- a: 0,
978
- k: [
979
- 0,
980
- 0
981
- ],
982
- ix: 1
983
- },
984
- s: {
985
- a: 0,
986
- k: [
987
- 100,
988
- 100
989
- ],
990
- ix: 3
991
- },
992
- r: {
993
- a: 0,
994
- k: 0,
995
- ix: 6
996
- },
997
- o: {
998
- a: 0,
999
- k: 100,
1000
- ix: 7
1001
- },
1002
- sk: {
1003
- a: 0,
1004
- k: 0,
1005
- ix: 4
1006
- },
1007
- sa: {
1008
- a: 0,
1009
- k: 0,
1010
- ix: 5
1011
- },
1012
- nm: "Transform"
1013
- }
1014
- ],
1015
- nm: "Ellipse 1",
1016
- np: 3,
1017
- cix: 2,
1018
- bm: 0,
1019
- ix: 1,
1020
- mn: "ADBE Vector Group",
1021
- hd: !1
1022
- }
1023
- ],
1024
- ip: 0,
1025
- op: 73,
1026
- st: 7.5,
1027
- bm: 0
1028
- },
1029
- {
1030
- ddd: 0,
1031
- ind: 5,
1032
- ty: 4,
1033
- nm: "Ring",
1034
- parent: 1,
1035
- sr: 1,
1036
- ks: {
1037
- o: {
1038
- a: 0,
1039
- k: 100,
1040
- ix: 11
1041
- },
1042
- r: {
1043
- a: 1,
1044
- k: [
1045
- {
1046
- i: {
1047
- x: [
1048
- 0.833
1049
- ],
1050
- y: [
1051
- 0.833
1052
- ]
1053
- },
1054
- o: {
1055
- x: [
1056
- 0.167
1057
- ],
1058
- y: [
1059
- 0.167
1060
- ]
1061
- },
1062
- t: 33.5,
1063
- s: [
1064
- 0
1065
- ]
1066
- },
1067
- {
1068
- i: {
1069
- x: [
1070
- 0.833
1071
- ],
1072
- y: [
1073
- 0.833
1074
- ]
1075
- },
1076
- o: {
1077
- x: [
1078
- 0.167
1079
- ],
1080
- y: [
1081
- 0.167
1082
- ]
1083
- },
1084
- t: 35,
1085
- s: [
1086
- 5
1087
- ]
1088
- },
1089
- {
1090
- i: {
1091
- x: [
1092
- 0.833
1093
- ],
1094
- y: [
1095
- 0.833
1096
- ]
1097
- },
1098
- o: {
1099
- x: [
1100
- 0.167
1101
- ],
1102
- y: [
1103
- 0.167
1104
- ]
1105
- },
1106
- t: 36.5,
1107
- s: [
1108
- -5
1109
- ]
1110
- },
1111
- {
1112
- i: {
1113
- x: [
1114
- 0.833
1115
- ],
1116
- y: [
1117
- 0.833
1118
- ]
1119
- },
1120
- o: {
1121
- x: [
1122
- 0.167
1123
- ],
1124
- y: [
1125
- 0.167
1126
- ]
1127
- },
1128
- t: 38,
1129
- s: [
1130
- 5
1131
- ]
1132
- },
1133
- {
1134
- i: {
1135
- x: [
1136
- 0.833
1137
- ],
1138
- y: [
1139
- 0.833
1140
- ]
1141
- },
1142
- o: {
1143
- x: [
1144
- 0.167
1145
- ],
1146
- y: [
1147
- 0.167
1148
- ]
1149
- },
1150
- t: 39.5,
1151
- s: [
1152
- -5
1153
- ]
1154
- },
1155
- {
1156
- i: {
1157
- x: [
1158
- 0.833
1159
- ],
1160
- y: [
1161
- 0.833
1162
- ]
1163
- },
1164
- o: {
1165
- x: [
1166
- 0.167
1167
- ],
1168
- y: [
1169
- 0.167
1170
- ]
1171
- },
1172
- t: 41,
1173
- s: [
1174
- 5
1175
- ]
1176
- },
1177
- {
1178
- i: {
1179
- x: [
1180
- 0.833
1181
- ],
1182
- y: [
1183
- 0.833
1184
- ]
1185
- },
1186
- o: {
1187
- x: [
1188
- 0.167
1189
- ],
1190
- y: [
1191
- 0.167
1192
- ]
1193
- },
1194
- t: 42,
1195
- s: [
1196
- -5
1197
- ]
1198
- },
1199
- {
1200
- i: {
1201
- x: [
1202
- 0.833
1203
- ],
1204
- y: [
1205
- 0.833
1206
- ]
1207
- },
1208
- o: {
1209
- x: [
1210
- 0.167
1211
- ],
1212
- y: [
1213
- 0.167
1214
- ]
1215
- },
1216
- t: 44,
1217
- s: [
1218
- 5
1219
- ]
1220
- },
1221
- {
1222
- i: {
1223
- x: [
1224
- 0.833
1225
- ],
1226
- y: [
1227
- 0.833
1228
- ]
1229
- },
1230
- o: {
1231
- x: [
1232
- 0.167
1233
- ],
1234
- y: [
1235
- 0.167
1236
- ]
1237
- },
1238
- t: 45.5,
1239
- s: [
1240
- -5
1241
- ]
1242
- },
1243
- {
1244
- i: {
1245
- x: [
1246
- 0.833
1247
- ],
1248
- y: [
1249
- 0.833
1250
- ]
1251
- },
1252
- o: {
1253
- x: [
1254
- 0.167
1255
- ],
1256
- y: [
1257
- 0.167
1258
- ]
1259
- },
1260
- t: 47,
1261
- s: [
1262
- 5
1263
- ]
1264
- },
1265
- {
1266
- i: {
1267
- x: [
1268
- 0.833
1269
- ],
1270
- y: [
1271
- 0.833
1272
- ]
1273
- },
1274
- o: {
1275
- x: [
1276
- 0.167
1277
- ],
1278
- y: [
1279
- 0.167
1280
- ]
1281
- },
1282
- t: 48.5,
1283
- s: [
1284
- -5
1285
- ]
1286
- },
1287
- {
1288
- i: {
1289
- x: [
1290
- 0.833
1291
- ],
1292
- y: [
1293
- 0.833
1294
- ]
1295
- },
1296
- o: {
1297
- x: [
1298
- 0.167
1299
- ],
1300
- y: [
1301
- 0.167
1302
- ]
1303
- },
1304
- t: 50,
1305
- s: [
1306
- 5
1307
- ]
1308
- },
1309
- {
1310
- i: {
1311
- x: [
1312
- 0.833
1313
- ],
1314
- y: [
1315
- 0.833
1316
- ]
1317
- },
1318
- o: {
1319
- x: [
1320
- 0.167
1321
- ],
1322
- y: [
1323
- 0.167
1324
- ]
1325
- },
1326
- t: 51.5,
1327
- s: [
1328
- -5
1329
- ]
1330
- },
1331
- {
1332
- i: {
1333
- x: [
1334
- 0.833
1335
- ],
1336
- y: [
1337
- 0.833
1338
- ]
1339
- },
1340
- o: {
1341
- x: [
1342
- 0.167
1343
- ],
1344
- y: [
1345
- 0.167
1346
- ]
1347
- },
1348
- t: 53,
1349
- s: [
1350
- 5
1351
- ]
1352
- },
1353
- {
1354
- i: {
1355
- x: [
1356
- 0.833
1357
- ],
1358
- y: [
1359
- 0.833
1360
- ]
1361
- },
1362
- o: {
1363
- x: [
1364
- 0.167
1365
- ],
1366
- y: [
1367
- 0.167
1368
- ]
1369
- },
1370
- t: 54.5,
1371
- s: [
1372
- -5
1373
- ]
1374
- },
1375
- {
1376
- i: {
1377
- x: [
1378
- 0.833
1379
- ],
1380
- y: [
1381
- 0.833
1382
- ]
1383
- },
1384
- o: {
1385
- x: [
1386
- 0.167
1387
- ],
1388
- y: [
1389
- 0.167
1390
- ]
1391
- },
1392
- t: 56,
1393
- s: [
1394
- 5
1395
- ]
1396
- },
1397
- {
1398
- i: {
1399
- x: [
1400
- 0.833
1401
- ],
1402
- y: [
1403
- 0.833
1404
- ]
1405
- },
1406
- o: {
1407
- x: [
1408
- 0.167
1409
- ],
1410
- y: [
1411
- 0.167
1412
- ]
1413
- },
1414
- t: 57.5,
1415
- s: [
1416
- -5
1417
- ]
1418
- },
1419
- {
1420
- i: {
1421
- x: [
1422
- 0.833
1423
- ],
1424
- y: [
1425
- 0.833
1426
- ]
1427
- },
1428
- o: {
1429
- x: [
1430
- 0.167
1431
- ],
1432
- y: [
1433
- 0.167
1434
- ]
1435
- },
1436
- t: 59,
1437
- s: [
1438
- 5
1439
- ]
1440
- },
1441
- {
1442
- i: {
1443
- x: [
1444
- 0.833
1445
- ],
1446
- y: [
1447
- 0.833
1448
- ]
1449
- },
1450
- o: {
1451
- x: [
1452
- 0.167
1453
- ],
1454
- y: [
1455
- 0.167
1456
- ]
1457
- },
1458
- t: 60.5,
1459
- s: [
1460
- -5
1461
- ]
1462
- },
1463
- {
1464
- i: {
1465
- x: [
1466
- 0.833
1467
- ],
1468
- y: [
1469
- 0.833
1470
- ]
1471
- },
1472
- o: {
1473
- x: [
1474
- 0.167
1475
- ],
1476
- y: [
1477
- 0.167
1478
- ]
1479
- },
1480
- t: 62,
1481
- s: [
1482
- 5
1483
- ]
1484
- },
1485
- {
1486
- i: {
1487
- x: [
1488
- 0.833
1489
- ],
1490
- y: [
1491
- 0.833
1492
- ]
1493
- },
1494
- o: {
1495
- x: [
1496
- 0.167
1497
- ],
1498
- y: [
1499
- 0.167
1500
- ]
1501
- },
1502
- t: 63.5,
1503
- s: [
1504
- -5
1505
- ]
1506
- },
1507
- {
1508
- i: {
1509
- x: [
1510
- 0.833
1511
- ],
1512
- y: [
1513
- 0.833
1514
- ]
1515
- },
1516
- o: {
1517
- x: [
1518
- 0.167
1519
- ],
1520
- y: [
1521
- 0.167
1522
- ]
1523
- },
1524
- t: 65,
1525
- s: [
1526
- 5
1527
- ]
1528
- },
1529
- {
1530
- i: {
1531
- x: [
1532
- 0.833
1533
- ],
1534
- y: [
1535
- 0.833
1536
- ]
1537
- },
1538
- o: {
1539
- x: [
1540
- 0.167
1541
- ],
1542
- y: [
1543
- 0.167
1544
- ]
1545
- },
1546
- t: 66,
1547
- s: [
1548
- 0
1549
- ]
1550
- },
1551
- {
1552
- t: 71.5,
1553
- s: [
1554
- 0
1555
- ]
1556
- }
1557
- ],
1558
- ix: 10
1559
- },
1560
- p: {
1561
- a: 0,
1562
- k: [
1563
- 0,
1564
- 0,
1565
- 0
1566
- ],
1567
- ix: 2
1568
- },
1569
- a: {
1570
- a: 0,
1571
- k: [
1572
- 0,
1573
- 0,
1574
- 0
1575
- ],
1576
- ix: 1
1577
- },
1578
- s: {
1579
- a: 1,
1580
- k: [
1581
- {
1582
- i: {
1583
- x: [
1584
- 0,
1585
- 0,
1586
- 0.667
1587
- ],
1588
- y: [
1589
- 1,
1590
- 1,
1591
- 1
1592
- ]
1593
- },
1594
- o: {
1595
- x: [
1596
- 0.333,
1597
- 0.333,
1598
- 0.333
1599
- ],
1600
- y: [
1601
- 0,
1602
- 0,
1603
- 0
1604
- ]
1605
- },
1606
- t: 28.5,
1607
- s: [
1608
- 66,
1609
- 66,
1610
- 100
1611
- ]
1612
- },
1613
- {
1614
- i: {
1615
- x: [
1616
- 0.667,
1617
- 0.667,
1618
- 0.667
1619
- ],
1620
- y: [
1621
- 1,
1622
- 1,
1623
- 1
1624
- ]
1625
- },
1626
- o: {
1627
- x: [
1628
- 0.333,
1629
- 0.333,
1630
- 0.333
1631
- ],
1632
- y: [
1633
- 0,
1634
- 0,
1635
- 0
1636
- ]
1637
- },
1638
- t: 33.5,
1639
- s: [
1640
- 103,
1641
- 103,
1642
- 100
1643
- ]
1644
- },
1645
- {
1646
- i: {
1647
- x: [
1648
- 0.152,
1649
- 0.152,
1650
- 0.667
1651
- ],
1652
- y: [
1653
- 1,
1654
- 1,
1655
- 1
1656
- ]
1657
- },
1658
- o: {
1659
- x: [
1660
- 0.175,
1661
- 0.175,
1662
- 0.333
1663
- ],
1664
- y: [
1665
- 0,
1666
- 0,
1667
- 0
1668
- ]
1669
- },
1670
- t: 66,
1671
- s: [
1672
- 103,
1673
- 103,
1674
- 100
1675
- ]
1676
- },
1677
- {
1678
- t: 71.5,
1679
- s: [
1680
- 66,
1681
- 66,
1682
- 100
1683
- ]
1684
- }
1685
- ],
1686
- ix: 6
1687
- }
1688
- },
1689
- ao: 0,
1690
- shapes: [
1691
- {
1692
- ty: "gr",
1693
- it: [
1694
- {
1695
- ind: 0,
1696
- ty: "sh",
1697
- ix: 1,
1698
- ks: {
1699
- a: 0,
1700
- k: {
1701
- i: [
1702
- [
1703
- 0,
1704
- 0
1705
- ],
1706
- [
1707
- 0,
1708
- 0
1709
- ]
1710
- ],
1711
- o: [
1712
- [
1713
- 0,
1714
- 0
1715
- ],
1716
- [
1717
- 0,
1718
- 0
1719
- ]
1720
- ],
1721
- v: [
1722
- [
1723
- -67,
1724
- -135
1725
- ],
1726
- [
1727
- -109,
1728
- -103
1729
- ]
1730
- ],
1731
- c: !1
1732
- },
1733
- ix: 2
1734
- },
1735
- nm: "Path 1",
1736
- mn: "ADBE Vector Shape - Group",
1737
- hd: !1
1738
- },
1739
- {
1740
- ty: "st",
1741
- c: {
1742
- a: 0,
1743
- k: [
1744
- 1,
1745
- 1,
1746
- 1,
1747
- 1
1748
- ],
1749
- ix: 3
1750
- },
1751
- o: {
1752
- a: 0,
1753
- k: 100,
1754
- ix: 4
1755
- },
1756
- w: {
1757
- a: 0,
1758
- k: 37,
1759
- ix: 5
1760
- },
1761
- lc: 2,
1762
- lj: 1,
1763
- ml: 4,
1764
- bm: 0,
1765
- nm: "Stroke 1",
1766
- mn: "ADBE Vector Graphic - Stroke",
1767
- hd: !1
1768
- },
1769
- {
1770
- ty: "tr",
1771
- p: {
1772
- a: 0,
1773
- k: [
1774
- 0,
1775
- 0
1776
- ],
1777
- ix: 2
1778
- },
1779
- a: {
1780
- a: 0,
1781
- k: [
1782
- 0,
1783
- 0
1784
- ],
1785
- ix: 1
1786
- },
1787
- s: {
1788
- a: 0,
1789
- k: [
1790
- 100,
1791
- 100
1792
- ],
1793
- ix: 3
1794
- },
1795
- r: {
1796
- a: 0,
1797
- k: 0,
1798
- ix: 6
1799
- },
1800
- o: {
1801
- a: 0,
1802
- k: 100,
1803
- ix: 7
1804
- },
1805
- sk: {
1806
- a: 0,
1807
- k: 0,
1808
- ix: 4
1809
- },
1810
- sa: {
1811
- a: 0,
1812
- k: 0,
1813
- ix: 5
1814
- },
1815
- nm: "Transform"
1816
- }
1817
- ],
1818
- nm: "Shape 2",
1819
- np: 3,
1820
- cix: 2,
1821
- bm: 0,
1822
- ix: 1,
1823
- mn: "ADBE Vector Group",
1824
- hd: !1
1825
- },
1826
- {
1827
- ty: "gr",
1828
- it: [
1829
- {
1830
- ind: 0,
1831
- ty: "sh",
1832
- ix: 1,
1833
- ks: {
1834
- a: 0,
1835
- k: {
1836
- i: [
1837
- [
1838
- 0,
1839
- 0
1840
- ],
1841
- [
1842
- 0,
1843
- 0
1844
- ]
1845
- ],
1846
- o: [
1847
- [
1848
- 0,
1849
- 0
1850
- ],
1851
- [
1852
- 0,
1853
- 0
1854
- ]
1855
- ],
1856
- v: [
1857
- [
1858
- 68,
1859
- -135
1860
- ],
1861
- [
1862
- 112,
1863
- -103
1864
- ]
1865
- ],
1866
- c: !1
1867
- },
1868
- ix: 2
1869
- },
1870
- nm: "Path 1",
1871
- mn: "ADBE Vector Shape - Group",
1872
- hd: !1
1873
- },
1874
- {
1875
- ty: "st",
1876
- c: {
1877
- a: 0,
1878
- k: [
1879
- 1,
1880
- 1,
1881
- 1,
1882
- 1
1883
- ],
1884
- ix: 3
1885
- },
1886
- o: {
1887
- a: 0,
1888
- k: 100,
1889
- ix: 4
1890
- },
1891
- w: {
1892
- a: 0,
1893
- k: 37,
1894
- ix: 5
1895
- },
1896
- lc: 2,
1897
- lj: 1,
1898
- ml: 4,
1899
- bm: 0,
1900
- nm: "Stroke 1",
1901
- mn: "ADBE Vector Graphic - Stroke",
1902
- hd: !1
1903
- },
1904
- {
1905
- ty: "tr",
1906
- p: {
1907
- a: 0,
1908
- k: [
1909
- 0,
1910
- 0
1911
- ],
1912
- ix: 2
1913
- },
1914
- a: {
1915
- a: 0,
1916
- k: [
1917
- 0,
1918
- 0
1919
- ],
1920
- ix: 1
1921
- },
1922
- s: {
1923
- a: 0,
1924
- k: [
1925
- 100,
1926
- 100
1927
- ],
1928
- ix: 3
1929
- },
1930
- r: {
1931
- a: 0,
1932
- k: 0,
1933
- ix: 6
1934
- },
1935
- o: {
1936
- a: 0,
1937
- k: 100,
1938
- ix: 7
1939
- },
1940
- sk: {
1941
- a: 0,
1942
- k: 0,
1943
- ix: 4
1944
- },
1945
- sa: {
1946
- a: 0,
1947
- k: 0,
1948
- ix: 5
1949
- },
1950
- nm: "Transform"
1951
- }
1952
- ],
1953
- nm: "Shape 1",
1954
- np: 3,
1955
- cix: 2,
1956
- bm: 0,
1957
- ix: 2,
1958
- mn: "ADBE Vector Group",
1959
- hd: !1
1960
- }
1961
- ],
1962
- ip: 28.5,
1963
- op: 69,
1964
- st: 7.5,
1965
- bm: 0
1966
- }
1967
- ], n = [
1968
- {
1969
- tm: 10,
1970
- cm: "1",
1971
- dr: 0
1972
- },
1973
- {
1974
- tm: 15,
1975
- cm: "3",
1976
- dr: 0
1977
- },
1978
- {
1979
- tm: 22.5,
1980
- cm: "5",
1981
- dr: 0
1982
- },
1983
- {
1984
- tm: 30,
1985
- cm: "4",
1986
- dr: 0
1987
- },
1988
- {
1989
- tm: 33,
1990
- cm: "6",
1991
- dr: 0
1992
- },
1993
- {
1994
- tm: 41.5,
1995
- cm: "7",
1996
- dr: 0
1997
- },
1998
- {
1999
- tm: 46.5,
2000
- cm: "8",
2001
- dr: 0
2002
- },
2003
- {
2004
- tm: 95.5,
2005
- cm: "2",
2006
- dr: 0
2007
- }
2008
- ], p = {
2009
- v: i,
2010
- meta: x,
2011
- fr: a,
2012
- ip: t,
2013
- op: s,
2014
- w: o,
2015
- h: k,
2016
- nm: y,
2017
- ddd: r,
2018
- assets: m,
2019
- layers: e,
2020
- markers: n
2021
- };
2022
- export {
2023
- m as assets,
2024
- r as ddd,
2025
- p as default,
2026
- a as fr,
2027
- k as h,
2028
- t as ip,
2029
- e as layers,
2030
- n as markers,
2031
- x as meta,
2032
- y as nm,
2033
- s as op,
2034
- i as v,
2035
- o as w
2036
- };
2037
- //# sourceMappingURL=15min-clock.json.js.map