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