@magmamath/students-features 0.5.4-rc.1 → 0.5.4

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 (186) hide show
  1. package/dist/commonjs/features/celebrations/components/Spark.js.map +1 -1
  2. package/dist/commonjs/features/celebrations/helpers.js.map +1 -1
  3. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +1 -1
  4. package/dist/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  5. package/dist/commonjs/features/endOfAssignment/components/EOAModal.js +6 -0
  6. package/dist/commonjs/features/endOfAssignment/components/EOAModal.js.map +1 -1
  7. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +2 -4
  8. package/dist/commonjs/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  9. package/dist/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.js.map +1 -1
  10. package/dist/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.js.map +1 -1
  11. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -5
  12. package/dist/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  13. package/dist/commonjs/features/endOfAssignment/model/model.js +3 -1
  14. package/dist/commonjs/features/endOfAssignment/model/model.js.map +1 -1
  15. package/dist/commonjs/features/endOfAssignment/ui/SparkIcon.js.map +1 -1
  16. package/dist/commonjs/index.js +0 -12
  17. package/dist/commonjs/index.js.map +1 -1
  18. package/dist/commonjs/shared/icons/Halloween.js.map +1 -1
  19. package/dist/commonjs/shared/icons/HighlighterIcon.js.map +1 -1
  20. package/dist/commonjs/shared/icons/Pi.js.map +1 -1
  21. package/dist/commonjs/shared/icons/Star.js.map +1 -1
  22. package/dist/commonjs/shared/icons/Valentine.js.map +1 -1
  23. package/dist/commonjs/shared/icons/Winter.js.map +1 -1
  24. package/dist/module/features/celebrations/components/Spark.js.map +1 -1
  25. package/dist/module/features/celebrations/helpers.js.map +1 -1
  26. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js +1 -1
  27. package/dist/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.js.map +1 -1
  28. package/dist/module/features/endOfAssignment/components/EOAModal.js +6 -0
  29. package/dist/module/features/endOfAssignment/components/EOAModal.js.map +1 -1
  30. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js +2 -4
  31. package/dist/module/features/endOfAssignment/components/ExamSubmit/ExamSubmit.js.map +1 -1
  32. package/dist/module/features/endOfAssignment/components/Modal/assets/SunrisingIcon.js.map +1 -1
  33. package/dist/module/features/endOfAssignment/components/Modal/assets/TrophyIcon.js.map +1 -1
  34. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js +3 -5
  35. package/dist/module/features/endOfAssignment/components/NoAnswer/NoAnswer.js.map +1 -1
  36. package/dist/module/features/endOfAssignment/model/model.js +3 -1
  37. package/dist/module/features/endOfAssignment/model/model.js.map +1 -1
  38. package/dist/module/features/endOfAssignment/ui/SparkIcon.js.map +1 -1
  39. package/dist/module/index.js +0 -1
  40. package/dist/module/index.js.map +1 -1
  41. package/dist/module/shared/icons/Halloween.js.map +1 -1
  42. package/dist/module/shared/icons/HighlighterIcon.js.map +1 -1
  43. package/dist/module/shared/icons/Pi.js.map +1 -1
  44. package/dist/module/shared/icons/Star.js.map +1 -1
  45. package/dist/module/shared/icons/Valentine.js.map +1 -1
  46. package/dist/module/shared/icons/Winter.js.map +1 -1
  47. package/dist/typescript/commonjs/features/celebrations/components/Spark.d.ts +1 -1
  48. package/dist/typescript/commonjs/features/celebrations/components/Spark.d.ts.map +1 -1
  49. package/dist/typescript/commonjs/features/celebrations/helpers.d.ts.map +1 -1
  50. package/dist/typescript/commonjs/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  51. package/dist/typescript/commonjs/features/endOfAssignment/components/EOAModal.d.ts +6 -0
  52. package/dist/typescript/commonjs/features/endOfAssignment/components/EOAModal.d.ts.map +1 -1
  53. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts +1 -1
  54. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts.map +1 -1
  55. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts +1 -1
  56. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts.map +1 -1
  57. package/dist/typescript/commonjs/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  58. package/dist/typescript/commonjs/features/endOfAssignment/model/model.d.ts.map +1 -1
  59. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts +2 -1
  60. package/dist/typescript/commonjs/features/endOfAssignment/types.d.ts.map +1 -1
  61. package/dist/typescript/commonjs/features/endOfAssignment/ui/SparkIcon.d.ts +1 -1
  62. package/dist/typescript/commonjs/features/endOfAssignment/ui/SparkIcon.d.ts.map +1 -1
  63. package/dist/typescript/commonjs/index.d.ts +0 -1
  64. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  65. package/dist/typescript/commonjs/shared/icons/Halloween.d.ts +1 -1
  66. package/dist/typescript/commonjs/shared/icons/Halloween.d.ts.map +1 -1
  67. package/dist/typescript/commonjs/shared/icons/HighlighterIcon.d.ts.map +1 -1
  68. package/dist/typescript/commonjs/shared/icons/Pi.d.ts +1 -1
  69. package/dist/typescript/commonjs/shared/icons/Pi.d.ts.map +1 -1
  70. package/dist/typescript/commonjs/shared/icons/Star.d.ts +1 -1
  71. package/dist/typescript/commonjs/shared/icons/Star.d.ts.map +1 -1
  72. package/dist/typescript/commonjs/shared/icons/Valentine.d.ts +1 -1
  73. package/dist/typescript/commonjs/shared/icons/Valentine.d.ts.map +1 -1
  74. package/dist/typescript/commonjs/shared/icons/Winter.d.ts +1 -1
  75. package/dist/typescript/commonjs/shared/icons/Winter.d.ts.map +1 -1
  76. package/dist/typescript/module/features/celebrations/components/Spark.d.ts +1 -1
  77. package/dist/typescript/module/features/celebrations/components/Spark.d.ts.map +1 -1
  78. package/dist/typescript/module/features/celebrations/helpers.d.ts.map +1 -1
  79. package/dist/typescript/module/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.d.ts.map +1 -1
  80. package/dist/typescript/module/features/endOfAssignment/components/EOAModal.d.ts +6 -0
  81. package/dist/typescript/module/features/endOfAssignment/components/EOAModal.d.ts.map +1 -1
  82. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts +1 -1
  83. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts.map +1 -1
  84. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts +1 -1
  85. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts.map +1 -1
  86. package/dist/typescript/module/features/endOfAssignment/components/NoAnswer/NoAnswer.d.ts.map +1 -1
  87. package/dist/typescript/module/features/endOfAssignment/model/model.d.ts.map +1 -1
  88. package/dist/typescript/module/features/endOfAssignment/types.d.ts +2 -1
  89. package/dist/typescript/module/features/endOfAssignment/types.d.ts.map +1 -1
  90. package/dist/typescript/module/features/endOfAssignment/ui/SparkIcon.d.ts +1 -1
  91. package/dist/typescript/module/features/endOfAssignment/ui/SparkIcon.d.ts.map +1 -1
  92. package/dist/typescript/module/index.d.ts +0 -1
  93. package/dist/typescript/module/index.d.ts.map +1 -1
  94. package/dist/typescript/module/shared/icons/Halloween.d.ts +1 -1
  95. package/dist/typescript/module/shared/icons/Halloween.d.ts.map +1 -1
  96. package/dist/typescript/module/shared/icons/HighlighterIcon.d.ts.map +1 -1
  97. package/dist/typescript/module/shared/icons/Pi.d.ts +1 -1
  98. package/dist/typescript/module/shared/icons/Pi.d.ts.map +1 -1
  99. package/dist/typescript/module/shared/icons/Star.d.ts +1 -1
  100. package/dist/typescript/module/shared/icons/Star.d.ts.map +1 -1
  101. package/dist/typescript/module/shared/icons/Valentine.d.ts +1 -1
  102. package/dist/typescript/module/shared/icons/Valentine.d.ts.map +1 -1
  103. package/dist/typescript/module/shared/icons/Winter.d.ts +1 -1
  104. package/dist/typescript/module/shared/icons/Winter.d.ts.map +1 -1
  105. package/package.json +2 -2
  106. package/src/features/celebrations/components/Spark.tsx +4 -4
  107. package/src/features/celebrations/helpers.ts +35 -34
  108. package/src/features/endOfAssignment/components/CorrectAnswer/CorrectAnswer.tsx +1 -0
  109. package/src/features/endOfAssignment/components/EOAModal.tsx +6 -0
  110. package/src/features/endOfAssignment/components/ExamSubmit/ExamSubmit.tsx +5 -5
  111. package/src/features/endOfAssignment/components/Modal/assets/SunrisingIcon.tsx +74 -74
  112. package/src/features/endOfAssignment/components/Modal/assets/TrophyIcon.tsx +24 -24
  113. package/src/features/endOfAssignment/components/NoAnswer/NoAnswer.tsx +7 -5
  114. package/src/features/endOfAssignment/model/model.ts +21 -19
  115. package/src/features/endOfAssignment/types.ts +3 -3
  116. package/src/features/endOfAssignment/ui/SparkIcon.tsx +2 -1
  117. package/src/index.ts +0 -1
  118. package/src/shared/icons/Halloween.tsx +2 -2
  119. package/src/shared/icons/HighlighterIcon.tsx +1 -1
  120. package/src/shared/icons/Pi.tsx +1 -2
  121. package/src/shared/icons/Star.tsx +1 -2
  122. package/src/shared/icons/Valentine.tsx +1 -2
  123. package/src/shared/icons/Winter.tsx +2 -2
  124. package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +0 -52
  125. package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +0 -1
  126. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +0 -64
  127. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +0 -1
  128. package/dist/commonjs/features/formulaSheet/index.js +0 -20
  129. package/dist/commonjs/features/formulaSheet/index.js.map +0 -1
  130. package/dist/commonjs/features/formulaSheet/model/api.model.js +0 -15
  131. package/dist/commonjs/features/formulaSheet/model/api.model.js.map +0 -1
  132. package/dist/commonjs/features/formulaSheet/model/file.model.js +0 -19
  133. package/dist/commonjs/features/formulaSheet/model/file.model.js.map +0 -1
  134. package/dist/commonjs/features/formulaSheet/model/modal.model.js +0 -15
  135. package/dist/commonjs/features/formulaSheet/model/modal.model.js.map +0 -1
  136. package/dist/commonjs/features/formulaSheet/model/model.js +0 -35
  137. package/dist/commonjs/features/formulaSheet/model/model.js.map +0 -1
  138. package/dist/module/features/formulaSheet/components/FormulaSheet.js +0 -46
  139. package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +0 -1
  140. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +0 -58
  141. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +0 -1
  142. package/dist/module/features/formulaSheet/index.js +0 -5
  143. package/dist/module/features/formulaSheet/index.js.map +0 -1
  144. package/dist/module/features/formulaSheet/model/api.model.js +0 -10
  145. package/dist/module/features/formulaSheet/model/api.model.js.map +0 -1
  146. package/dist/module/features/formulaSheet/model/file.model.js +0 -14
  147. package/dist/module/features/formulaSheet/model/file.model.js.map +0 -1
  148. package/dist/module/features/formulaSheet/model/modal.model.js +0 -10
  149. package/dist/module/features/formulaSheet/model/modal.model.js.map +0 -1
  150. package/dist/module/features/formulaSheet/model/model.js +0 -30
  151. package/dist/module/features/formulaSheet/model/model.js.map +0 -1
  152. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts +0 -15
  153. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +0 -1
  154. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts +0 -10
  155. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +0 -1
  156. package/dist/typescript/commonjs/features/formulaSheet/index.d.ts +0 -3
  157. package/dist/typescript/commonjs/features/formulaSheet/index.d.ts.map +0 -1
  158. package/dist/typescript/commonjs/features/formulaSheet/model/api.model.d.ts +0 -9
  159. package/dist/typescript/commonjs/features/formulaSheet/model/api.model.d.ts.map +0 -1
  160. package/dist/typescript/commonjs/features/formulaSheet/model/file.model.d.ts +0 -14
  161. package/dist/typescript/commonjs/features/formulaSheet/model/file.model.d.ts.map +0 -1
  162. package/dist/typescript/commonjs/features/formulaSheet/model/modal.model.d.ts +0 -7
  163. package/dist/typescript/commonjs/features/formulaSheet/model/modal.model.d.ts.map +0 -1
  164. package/dist/typescript/commonjs/features/formulaSheet/model/model.d.ts +0 -14
  165. package/dist/typescript/commonjs/features/formulaSheet/model/model.d.ts.map +0 -1
  166. package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts +0 -15
  167. package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +0 -1
  168. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts +0 -10
  169. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +0 -1
  170. package/dist/typescript/module/features/formulaSheet/index.d.ts +0 -3
  171. package/dist/typescript/module/features/formulaSheet/index.d.ts.map +0 -1
  172. package/dist/typescript/module/features/formulaSheet/model/api.model.d.ts +0 -9
  173. package/dist/typescript/module/features/formulaSheet/model/api.model.d.ts.map +0 -1
  174. package/dist/typescript/module/features/formulaSheet/model/file.model.d.ts +0 -14
  175. package/dist/typescript/module/features/formulaSheet/model/file.model.d.ts.map +0 -1
  176. package/dist/typescript/module/features/formulaSheet/model/modal.model.d.ts +0 -7
  177. package/dist/typescript/module/features/formulaSheet/model/modal.model.d.ts.map +0 -1
  178. package/dist/typescript/module/features/formulaSheet/model/model.d.ts +0 -14
  179. package/dist/typescript/module/features/formulaSheet/model/model.d.ts.map +0 -1
  180. package/src/features/formulaSheet/components/FormulaSheet.tsx +0 -74
  181. package/src/features/formulaSheet/components/FormulaSheetModal.tsx +0 -64
  182. package/src/features/formulaSheet/index.ts +0 -2
  183. package/src/features/formulaSheet/model/api.model.ts +0 -13
  184. package/src/features/formulaSheet/model/file.model.ts +0 -18
  185. package/src/features/formulaSheet/model/modal.model.ts +0 -10
  186. package/src/features/formulaSheet/model/model.ts +0 -31
@@ -1,4 +1,4 @@
1
- import { EOAModel } from "./model/model";
1
+ import { EOAModel } from './model/model';
2
2
  export declare enum EOAEventType {
3
3
  SUBMIT = "SUBMIT",
4
4
  EXAM_LEAVE = "EXAM_LEAVE",
@@ -42,6 +42,7 @@ export type EOAModalData = {
42
42
  user: {
43
43
  firstName: string;
44
44
  practiceMode: boolean;
45
+ practiceButtonVisible: boolean;
45
46
  };
46
47
  };
47
48
  export type EOAModalText = {
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/endOfAssignment/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;CAClC;AAED,oBAAY,eAAe;IACzB,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;IAErC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAE3B,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,6BAA6B,kCAAkC;IAE/D,iCAAiC,sCAAsC;IACvE,gCAAgC,qCAAqC;CACtE;AAED,oBAAY,mBAAmB;IAC7B,YAAY,gBAAgB;IAC5B,cAAc,mBAAmB;CAClC;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,YAAY,CAAA;IACzB,KAAK,EAAE,QAAQ,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,OAAO,CAAA;IACf,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,KAAK,EAAE;QACL,YAAY,EAAE,MAAM,CAAA;QACpB,iBAAiB,EAAE,MAAM,CAAA;QACzB,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;IACD,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,IAAI,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,OAAO,CAAA;KAAE,CAAA;CACnD,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE;QACN,cAAc,CAAC,EAAE,MAAM,CAAA;QACvB,oBAAoB,CAAC,EAAE,MAAM,CAAA;QAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;QACzB,sBAAsB,CAAC,EAAE,MAAM,CAAA;KAChC,CAAA;CACF,CAAA"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/features/endOfAssignment/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAA;AAExC,oBAAY,YAAY;IACtB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;CAClC;AAED,oBAAY,eAAe;IACzB,kBAAkB,uBAAuB;IACzC,mBAAmB,wBAAwB;IAC3C,gBAAgB,qBAAqB;IAErC,WAAW,gBAAgB;IAC3B,WAAW,gBAAgB;IAE3B,qBAAqB,0BAA0B;IAC/C,oBAAoB,yBAAyB;IAC7C,6BAA6B,kCAAkC;IAE/D,iCAAiC,sCAAsC;IACvE,gCAAgC,qCAAqC;CACtE;AAED,oBAAY,mBAAmB;IAC7B,YAAY,gBAAgB;IAC5B,cAAc,mBAAmB;CAClC;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,WAAW,EAAE,YAAY,CAAA;IACzB,KAAK,EAAE,QAAQ,CAAA;IACf,eAAe,CAAC,EAAE,MAAM,IAAI,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,MAAM,EAAE,OAAO,CAAA;IACf,wBAAwB,CAAC,EAAE,OAAO,CAAA;IAClC,YAAY,CAAC,EAAE,OAAO,CAAA;IACtB,cAAc,CAAC,EAAE,OAAO,CAAA;IACxB,SAAS,CAAC,EAAE,YAAY,CAAA;IACxB,KAAK,EAAE;QACL,YAAY,EAAE,MAAM,CAAA;QACpB,iBAAiB,EAAE,MAAM,CAAA;QACzB,cAAc,EAAE,MAAM,CAAA;KACvB,CAAA;IACD,kBAAkB,CAAC,EAAE,OAAO,CAAA;IAC5B,IAAI,EAAE;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,YAAY,EAAE,OAAO,CAAC;QAAC,qBAAqB,EAAE,OAAO,CAAA;KAAE,CAAA;CACnF,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,CAAC,EAAE,MAAM,CAAA;IACd,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,cAAc,CAAC,EAAE,MAAM,CAAA;IACvB,eAAe,CAAC,EAAE,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE;QACN,cAAc,CAAC,EAAE,MAAM,CAAA;QACvB,oBAAoB,CAAC,EAAE,MAAM,CAAA;QAC7B,gBAAgB,CAAC,EAAE,MAAM,CAAA;QACzB,sBAAsB,CAAC,EAAE,MAAM,CAAA;KAChC,CAAA;CACF,CAAA"}
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
- import { IconProps } from '../../../shared/icons/icon.types';
2
+ import { IconProps } from '@magmamath/react-native-ui';
3
3
  export declare const SparkIcon: ({ size, color }: IconProps) => React.JSX.Element;
4
4
  //# sourceMappingURL=SparkIcon.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"SparkIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/ui/SparkIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAA;AAE5D,eAAO,MAAM,SAAS,oBAA0B,SAAS,sBASxD,CAAA"}
1
+ {"version":3,"file":"SparkIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/features/endOfAssignment/ui/SparkIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAGtD,eAAO,MAAM,SAAS,oBAA0B,SAAS,sBASxD,CAAA"}
@@ -4,5 +4,4 @@ export * from './features/chatbot';
4
4
  export * from './features/feedback';
5
5
  export * from './features/celebrations';
6
6
  export * from './features/endOfAssignment';
7
- export * from './features/formulaSheet';
8
7
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,4BAA4B,CAAA;AAC1C,cAAc,yBAAyB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAA;AAC/F,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AACxD,cAAc,oBAAoB,CAAA;AAClC,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AACvC,cAAc,4BAA4B,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IconProps } from './icon.types';
2
+ import { IconProps } from '@magmamath/react-native-ui';
3
3
  declare function Halloween({ size, color }: IconProps): React.JSX.Element;
4
4
  export default Halloween;
5
5
  //# sourceMappingURL=Halloween.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Halloween.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Halloween.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,iBAAS,SAAS,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAyBpE;AAED,eAAe,SAAS,CAAA"}
1
+ {"version":3,"file":"Halloween.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Halloween.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAU,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAE9D,iBAAS,SAAS,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAyBpE;AAED,eAAe,SAAS,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"HighlighterIcon.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/HighlighterIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,wBAAgB,eAAe,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,KAAK,EAAE,EAAE,SAAS,qBAexF"}
1
+ {"version":3,"file":"HighlighterIcon.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/HighlighterIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAGxC,wBAAgB,eAAe,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,KAAK,EAAE,EAAE,SAAS,qBAexF"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IconProps } from './icon.types';
2
+ import { IconProps } from '@magmamath/react-native-ui';
3
3
  declare function Pi({ size, color }: IconProps): React.JSX.Element;
4
4
  export default Pi;
5
5
  //# sourceMappingURL=Pi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pi.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Pi.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,iBAAS,EAAE,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAS7D;AAED,eAAe,EAAE,CAAA"}
1
+ {"version":3,"file":"Pi.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Pi.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAU,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAE9D,iBAAS,EAAE,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAS7D;AAED,eAAe,EAAE,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IconProps } from './icon.types';
2
+ import { IconProps } from '@magmamath/react-native-ui';
3
3
  declare function Star({ size, color }: IconProps): React.JSX.Element;
4
4
  export default Star;
5
5
  //# sourceMappingURL=Star.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,iBAAS,IAAI,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAS/D;AAED,eAAe,IAAI,CAAA"}
1
+ {"version":3,"file":"Star.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Star.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAU,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAE9D,iBAAS,IAAI,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAS/D;AAED,eAAe,IAAI,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IconProps } from './icon.types';
2
+ import { IconProps } from '@magmamath/react-native-ui';
3
3
  declare function Valentine({ size, color }: IconProps): React.JSX.Element;
4
4
  export default Valentine;
5
5
  //# sourceMappingURL=Valentine.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Valentine.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Valentine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,iBAAS,SAAS,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBASpE;AAED,eAAe,SAAS,CAAA"}
1
+ {"version":3,"file":"Valentine.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Valentine.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,OAAO,EAAU,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAE9D,iBAAS,SAAS,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBASpE;AAED,eAAe,SAAS,CAAA"}
@@ -1,5 +1,5 @@
1
1
  import React from 'react';
2
- import { IconProps } from './icon.types';
2
+ import { IconProps } from '@magmamath/react-native-ui';
3
3
  declare function Winter({ size, color }: IconProps): React.JSX.Element;
4
4
  export default Winter;
5
5
  //# sourceMappingURL=Winter.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Winter.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Winter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAA;AAExC,iBAAS,MAAM,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAWjE;AAED,eAAe,MAAM,CAAA"}
1
+ {"version":3,"file":"Winter.d.ts","sourceRoot":"","sources":["../../../../../src/shared/icons/Winter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAA;AAGzB,OAAO,EAAU,SAAS,EAAE,MAAM,4BAA4B,CAAA;AAE9D,iBAAS,MAAM,CAAC,EAAE,IAAS,EAAE,KAAwB,EAAE,EAAE,SAAS,qBAWjE;AAED,eAAe,MAAM,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@magmamath/students-features",
3
- "version": "0.5.4-rc.1",
3
+ "version": "0.5.4",
4
4
  "description": "Magmamath features library",
5
5
  "source": "src/index.ts",
6
6
  "main": "src/index.ts",
@@ -29,7 +29,7 @@
29
29
  "react-native-svg": "^15.10.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@magmamath/react-native-ui": "0.4.12",
32
+ "@magmamath/react-native-ui": "0.4.0",
33
33
  "@react-native/eslint-config": "^0.73.1",
34
34
  "@release-it/conventional-changelog": "^9.0.2",
35
35
  "@types/jest": "^29.5.5",
@@ -1,6 +1,6 @@
1
- import React from 'react'
2
- import { View } from 'react-native'
3
- import { IconProps } from '../../../shared/icons/icon.types'
1
+ import { IconProps } from '@magmamath/react-native-ui';
2
+ import React from 'react';
3
+ import { View } from 'react-native';
4
4
 
5
5
  export const Spark = ({ size = 10, color }: IconProps) => (
6
6
  <View
@@ -11,4 +11,4 @@ export const Spark = ({ size = 10, color }: IconProps) => (
11
11
  borderRadius: size / 2,
12
12
  }}
13
13
  />
14
- )
14
+ );
@@ -1,38 +1,39 @@
1
- import { ParticlesBatch } from './components/ParticleBatch'
2
- import { Spark } from './components/Spark'
3
- import { CELEBRATION_ICON_CONFIG, CELEBRATION_VARIANTS } from './config'
4
- import { CelebrationVariant } from './types'
1
+ import { ParticlesBatch } from './components/ParticleBatch';
2
+ import { Spark } from './components/Spark';
3
+ import { CELEBRATION_ICON_CONFIG, CELEBRATION_VARIANTS } from './config';
4
+ import { CelebrationVariant } from './types';
5
5
 
6
- export const randomRange = (min: number, max: number) => Math.random() * (max - min) + min
6
+ export const randomRange = (min: number, max: number) => Math.random() * (max - min) + min;
7
7
 
8
8
  const isDateInRange = (currentDate: Date, startDateStr: string, endDateStr: string) => {
9
- const [startDay, startMonth] = startDateStr.split('-').map(Number)
10
- const [endDay, endMonth] = endDateStr.split('-').map(Number)
9
+ const [startDay, startMonth] = startDateStr.split('-').map(Number);
10
+ const [endDay, endMonth] = endDateStr.split('-').map(Number);
11
11
 
12
- const currentYear = currentDate.getFullYear()
13
- const startDate = new Date(currentYear, startMonth - 1, startDay)
14
- const endDate = new Date(currentYear, endMonth - 1, endDay + 1)
12
+ const currentYear = currentDate.getFullYear();
13
+ const startDate = new Date(currentYear, startMonth - 1, startDay);
14
+ const endDate = new Date(currentYear, endMonth - 1, endDay + 1);
15
15
 
16
- return currentDate >= startDate && currentDate <= endDate
17
- }
16
+ return currentDate >= startDate && currentDate <= endDate;
17
+ };
18
18
 
19
19
  export const getIconForCurrentDate = () => {
20
- const currentDate = new Date()
20
+ const currentDate = new Date();
21
21
 
22
22
  for (const celebration of CELEBRATION_ICON_CONFIG) {
23
23
  if (celebration.activePeriod) {
24
- const { start, end } = celebration.activePeriod
24
+ const { start, end } = celebration.activePeriod;
25
25
  if (isDateInRange(currentDate, start, end)) {
26
- return celebration.Icon
26
+ return celebration.Icon;
27
27
  }
28
28
  }
29
29
  }
30
30
 
31
- return CELEBRATION_ICON_CONFIG[0].Icon
32
- }
31
+ return CELEBRATION_ICON_CONFIG[0].Icon;
32
+ };
33
33
 
34
- const MainIcon = getIconForCurrentDate()
35
- export const generateParticle = (variant: CelebrationVariant) => {
34
+ const MainIcon = getIconForCurrentDate();
35
+ export const generateParticle = (variant: CelebrationVariant
36
+ ) => {
36
37
  const {
37
38
  elementsCount,
38
39
  angle,
@@ -43,20 +44,20 @@ export const generateParticle = (variant: CelebrationVariant) => {
43
44
  friction,
44
45
  life,
45
46
  angularAcceleration,
46
- speedRange,
47
- } = CELEBRATION_VARIANTS[variant]
47
+ speedRange
48
+ } = CELEBRATION_VARIANTS[variant];
48
49
 
49
50
  const sparkSpeedMin = speedRange?.spark?.[0]
50
51
  const sparkSpeedMax = speedRange?.spark?.[1]
51
52
  const mainSpeedMin = speedRange?.main?.[0]
52
53
  const mainSpeedMax = speedRange?.main?.[1]
53
54
 
54
- const particles: ParticlesBatch[] = []
55
+ const particles: ParticlesBatch[] = [];
55
56
 
56
57
  for (let i = 0; i < elementsCount.spark; i++) {
57
- const randomAngle = randomRange((angle.from * Math.PI) / 180, (angle.to * Math.PI) / 180)
58
- const randomSpeed = randomRange(sparkSpeedMin, sparkSpeedMax)
59
- const randomAngularAcceleration = randomRange(angularAcceleration.from, angularAcceleration.to)
58
+ const randomAngle = randomRange((angle.from * Math.PI) / 180, (angle.to * Math.PI) / 180);
59
+ const randomSpeed = randomRange(sparkSpeedMin, sparkSpeedMax);
60
+ const randomAngularAcceleration = randomRange(angularAcceleration.from, angularAcceleration.to);
60
61
 
61
62
  particles.push({
62
63
  id: Math.random(),
@@ -71,14 +72,14 @@ export const generateParticle = (variant: CelebrationVariant) => {
71
72
  rotationSpeed: 0,
72
73
  angularAcceleration: randomAngularAcceleration,
73
74
  friction,
74
- Component: Spark as any,
75
+ Component: Spark,
75
76
  life,
76
- })
77
+ });
77
78
  }
78
79
  for (let i = 0; i < elementsCount.star; i++) {
79
- const randomAngle = randomRange((angle.from * Math.PI) / 180, (angle.to * Math.PI) / 180)
80
- const randomSpeed = randomRange(mainSpeedMin, mainSpeedMax)
81
- const randomAngularAcceleration = randomRange(angularAcceleration.from, angularAcceleration.to)
80
+ const randomAngle = randomRange((angle.from * Math.PI) / 180, (angle.to * Math.PI) / 180);
81
+ const randomSpeed = randomRange(mainSpeedMin, mainSpeedMax);
82
+ const randomAngularAcceleration = randomRange(angularAcceleration.from, angularAcceleration.to);
82
83
 
83
84
  particles.push({
84
85
  id: Math.random(),
@@ -93,10 +94,10 @@ export const generateParticle = (variant: CelebrationVariant) => {
93
94
  rotationSpeed: randomRange(-2, 2),
94
95
  angularAcceleration: randomAngularAcceleration,
95
96
  friction,
96
- Component: MainIcon as any,
97
+ Component: MainIcon,
97
98
  life,
98
- })
99
+ });
99
100
  }
100
101
 
101
- return particles
102
- }
102
+ return particles;
103
+ };
@@ -27,6 +27,7 @@ export const CorrectAnswer = ({ textContent, model, onPracticePress }: EOAModalC
27
27
 
28
28
  const isPracticeButtonVisible = !!(
29
29
  user?.practiceMode &&
30
+ user.practiceButtonVisible &&
30
31
  !newerAssignmentAvailable &&
31
32
  (isExam || hasRecommendations)
32
33
  )
@@ -34,6 +34,12 @@ type EOAModalProps = {
34
34
  onPracticePress: () => void
35
35
  }
36
36
 
37
+ /**
38
+ * EOAModal — End Of Assignment modal component.
39
+ *
40
+ * Dynamically renders a modal UI after an assignment ends, using the current `modalVariant`
41
+ * to determine which specific view to display (e.g., `NoAnswer`, `CorrectAnswer`, `CheatDetected`).
42
+ */
37
43
  export const EOAModal = ({ model, textContent, onPracticePress }: EOAModalProps) => {
38
44
  const popUpData = useUnit(model.$popUpData)
39
45
  const modalVariant = useUnit(model.$modalVariant)
@@ -22,10 +22,10 @@ import { KeyboardKeys } from '../../../../lib/constants'
22
22
  export const ExamSubmit = ({ textContent, model, onPracticePress }: EOAModalContentProps) => {
23
23
  const popUpData = useUnit(model.$popUpData)
24
24
 
25
- const problemsAmount = popUpData?.stats?.problemsAmount ?? 0
26
- const practiceModeEnabled = popUpData?.user.practiceMode
27
-
28
- const isPracticeButtonVisible = !!practiceModeEnabled && !popUpData?.newerAssignmentAvailable
25
+ const isPracticeButtonVisible =
26
+ !!popUpData?.user?.practiceMode &&
27
+ popUpData.user.practiceButtonVisible &&
28
+ !popUpData.newerAssignmentAvailable
29
29
 
30
30
  const handlePracticePress = () => {
31
31
  onPracticePress?.()
@@ -44,7 +44,7 @@ export const ExamSubmit = ({ textContent, model, onPracticePress }: EOAModalCont
44
44
  {IS_MOBILE ? (
45
45
  <Image source={require('./blurred-card.png')} />
46
46
  ) : (
47
- <ExamSubmitContent problemsAmount={problemsAmount} />
47
+ <ExamSubmitContent problemsAmount={popUpData?.stats?.problemsAmount ?? 0} />
48
48
  )}
49
49
  </View>
50
50
  <Typography variant="h2" style={styles.title}>
@@ -1,194 +1,194 @@
1
1
  import * as React from 'react'
2
+ import { IconProps } from '@magmamath/react-native-ui'
2
3
  import Svg, { G, Path, Defs, LinearGradient, Stop } from 'react-native-svg'
3
- import { IconProps } from '../../../../../shared/icons/icon.types'
4
4
 
5
5
  export const SunrisingIcon = (props: IconProps) => {
6
6
  const height = (props.size ?? 0) * 0.606
7
7
 
8
8
  return (
9
- <Svg width={props.size} height={height} viewBox="0 0 909 551" fill="none" {...props}>
9
+ <Svg width={props.size} height={height} viewBox='0 0 909 551' fill='none' {...props}>
10
10
  <G opacity={0.1}>
11
11
  <Path
12
- d="M164.04-598.854a893.984 893.984 0 01222.319 28.085L164.04 295.106v-893.96z"
13
- fill="url(#paint0_linear_3505_1308)"
12
+ d='M164.04-598.854a893.984 893.984 0 01222.319 28.085L164.04 295.106v-893.96z'
13
+ fill='url(#paint0_linear_3505_1308)'
14
14
  />
15
15
  <Path
16
- d="M-282.94-479.086a893.954 893.954 0 01206.577-86.837L164.04 295.106l-446.98-774.192z"
17
- fill="url(#paint1_linear_3505_1308)"
16
+ d='M-282.94-479.086a893.954 893.954 0 01206.577-86.837L164.04 295.106l-446.98-774.192z'
17
+ fill='url(#paint1_linear_3505_1308)'
18
18
  />
19
19
  <Path
20
- d="M-610.152-151.874A893.997 893.997 0 01-474.67-330.365l638.71 625.471-774.192-446.98z"
21
- fill="url(#paint2_linear_3505_1308)"
20
+ d='M-610.152-151.874A893.997 893.997 0 01-474.67-330.365l638.71 625.471-774.192-446.98z'
21
+ fill='url(#paint2_linear_3505_1308)'
22
22
  />
23
23
  <Path
24
- d="M-729.92 295.106a893.938 893.938 0 0128.086-222.319L164.04 295.106h-893.96z"
25
- fill="url(#paint3_linear_3505_1308)"
24
+ d='M-729.92 295.106a893.938 893.938 0 0128.086-222.319L164.04 295.106h-893.96z'
25
+ fill='url(#paint3_linear_3505_1308)'
26
26
  />
27
27
  <Path
28
- d="M-610.152 742.086a893.994 893.994 0 01-86.837-206.577L164.04 295.106l-774.192 446.98z"
29
- fill="url(#paint4_linear_3505_1308)"
28
+ d='M-610.152 742.086a893.994 893.994 0 01-86.837-206.577L164.04 295.106l-774.192 446.98z'
29
+ fill='url(#paint4_linear_3505_1308)'
30
30
  />
31
31
  <Path
32
- d="M-282.94 1069.3a894.157 894.157 0 01-178.491-135.484l625.471-638.71-446.98 774.194z"
33
- fill="url(#paint5_linear_3505_1308)"
32
+ d='M-282.94 1069.3a894.157 894.157 0 01-178.491-135.484l625.471-638.71-446.98 774.194z'
33
+ fill='url(#paint5_linear_3505_1308)'
34
34
  />
35
35
  <Path
36
- d="M611.02-479.086a893.96 893.96 0 01178.491 135.482L164.04 295.106l446.98-774.192z"
37
- fill="url(#paint6_linear_3505_1308)"
36
+ d='M611.02-479.086a893.96 893.96 0 01178.491 135.482L164.04 295.106l446.98-774.192z'
37
+ fill='url(#paint6_linear_3505_1308)'
38
38
  />
39
39
  <Path
40
- d="M938.232-151.874a894.096 894.096 0 0186.838 206.577L164.04 295.106l774.192-446.98z"
41
- fill="url(#paint7_linear_3505_1308)"
40
+ d='M938.232-151.874a894.096 894.096 0 0186.838 206.577L164.04 295.106l774.192-446.98z'
41
+ fill='url(#paint7_linear_3505_1308)'
42
42
  />
43
43
  <Path
44
- d="M1058 295.106c0 74.991-9.44 149.684-28.09 222.319L164.04 295.106H1058z"
45
- fill="url(#paint8_linear_3505_1308)"
44
+ d='M1058 295.106c0 74.991-9.44 149.684-28.09 222.319L164.04 295.106H1058z'
45
+ fill='url(#paint8_linear_3505_1308)'
46
46
  />
47
47
  <Path
48
- d="M938.232 742.086A893.96 893.96 0 01802.75 920.577L164.04 295.106l774.192 446.98z"
49
- fill="url(#paint9_linear_3505_1308)"
48
+ d='M938.232 742.086A893.96 893.96 0 01802.75 920.577L164.04 295.106l774.192 446.98z'
49
+ fill='url(#paint9_linear_3505_1308)'
50
50
  />
51
51
  <Path
52
- d="M611.02 1069.3a893.885 893.885 0 01-206.577 86.83L164.04 295.106 611.02 1069.3z"
53
- fill="url(#paint10_linear_3505_1308)"
52
+ d='M611.02 1069.3a893.885 893.885 0 01-206.577 86.83L164.04 295.106 611.02 1069.3z'
53
+ fill='url(#paint10_linear_3505_1308)'
54
54
  />
55
55
  <Path
56
- d="M164.04 1189.07a893.941 893.941 0 01-222.319-28.09L164.04 295.106v893.964z"
57
- fill="url(#paint11_linear_3505_1308)"
56
+ d='M164.04 1189.07a893.941 893.941 0 01-222.319-28.09L164.04 295.106v893.964z'
57
+ fill='url(#paint11_linear_3505_1308)'
58
58
  />
59
59
  </G>
60
60
  <Defs>
61
61
  <LinearGradient
62
- id="paint0_linear_3505_1308"
62
+ id='paint0_linear_3505_1308'
63
63
  x1={164.04}
64
64
  y1={383.036}
65
65
  x2={930.076}
66
66
  y2={383.036}
67
- gradientUnits="userSpaceOnUse"
67
+ gradientUnits='userSpaceOnUse'
68
68
  >
69
- <Stop stopColor="#FF245F" />
70
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
69
+ <Stop stopColor='#FF245F' />
70
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
71
71
  </LinearGradient>
72
72
  <LinearGradient
73
- id="paint1_linear_3505_1308"
73
+ id='paint1_linear_3505_1308'
74
74
  x1={164.04}
75
75
  y1={383.036}
76
76
  x2={930.076}
77
77
  y2={383.036}
78
- gradientUnits="userSpaceOnUse"
78
+ gradientUnits='userSpaceOnUse'
79
79
  >
80
- <Stop stopColor="#FF245F" />
81
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
80
+ <Stop stopColor='#FF245F' />
81
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
82
82
  </LinearGradient>
83
83
  <LinearGradient
84
- id="paint2_linear_3505_1308"
84
+ id='paint2_linear_3505_1308'
85
85
  x1={164.04}
86
86
  y1={383.036}
87
87
  x2={930.076}
88
88
  y2={383.036}
89
- gradientUnits="userSpaceOnUse"
89
+ gradientUnits='userSpaceOnUse'
90
90
  >
91
- <Stop stopColor="#FF245F" />
92
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
91
+ <Stop stopColor='#FF245F' />
92
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
93
93
  </LinearGradient>
94
94
  <LinearGradient
95
- id="paint3_linear_3505_1308"
95
+ id='paint3_linear_3505_1308'
96
96
  x1={164.04}
97
97
  y1={383.036}
98
98
  x2={930.076}
99
99
  y2={383.036}
100
- gradientUnits="userSpaceOnUse"
100
+ gradientUnits='userSpaceOnUse'
101
101
  >
102
- <Stop stopColor="#FF245F" />
103
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
102
+ <Stop stopColor='#FF245F' />
103
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
104
104
  </LinearGradient>
105
105
  <LinearGradient
106
- id="paint4_linear_3505_1308"
106
+ id='paint4_linear_3505_1308'
107
107
  x1={164.04}
108
108
  y1={383.036}
109
109
  x2={930.076}
110
110
  y2={383.036}
111
- gradientUnits="userSpaceOnUse"
111
+ gradientUnits='userSpaceOnUse'
112
112
  >
113
- <Stop stopColor="#FF245F" />
114
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
113
+ <Stop stopColor='#FF245F' />
114
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
115
115
  </LinearGradient>
116
116
  <LinearGradient
117
- id="paint5_linear_3505_1308"
117
+ id='paint5_linear_3505_1308'
118
118
  x1={164.04}
119
119
  y1={383.036}
120
120
  x2={930.076}
121
121
  y2={383.036}
122
- gradientUnits="userSpaceOnUse"
122
+ gradientUnits='userSpaceOnUse'
123
123
  >
124
- <Stop stopColor="#FF245F" />
125
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
124
+ <Stop stopColor='#FF245F' />
125
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
126
126
  </LinearGradient>
127
127
  <LinearGradient
128
- id="paint6_linear_3505_1308"
128
+ id='paint6_linear_3505_1308'
129
129
  x1={164.04}
130
130
  y1={383.036}
131
131
  x2={930.076}
132
132
  y2={383.036}
133
- gradientUnits="userSpaceOnUse"
133
+ gradientUnits='userSpaceOnUse'
134
134
  >
135
- <Stop stopColor="#FF245F" />
136
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
135
+ <Stop stopColor='#FF245F' />
136
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
137
137
  </LinearGradient>
138
138
  <LinearGradient
139
- id="paint7_linear_3505_1308"
139
+ id='paint7_linear_3505_1308'
140
140
  x1={164.04}
141
141
  y1={383.036}
142
142
  x2={930.076}
143
143
  y2={383.036}
144
- gradientUnits="userSpaceOnUse"
144
+ gradientUnits='userSpaceOnUse'
145
145
  >
146
- <Stop stopColor="#FF245F" />
147
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
146
+ <Stop stopColor='#FF245F' />
147
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
148
148
  </LinearGradient>
149
149
  <LinearGradient
150
- id="paint8_linear_3505_1308"
150
+ id='paint8_linear_3505_1308'
151
151
  x1={164.04}
152
152
  y1={383.036}
153
153
  x2={930.076}
154
154
  y2={383.036}
155
- gradientUnits="userSpaceOnUse"
155
+ gradientUnits='userSpaceOnUse'
156
156
  >
157
- <Stop stopColor="#FF245F" />
158
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
157
+ <Stop stopColor='#FF245F' />
158
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
159
159
  </LinearGradient>
160
160
  <LinearGradient
161
- id="paint9_linear_3505_1308"
161
+ id='paint9_linear_3505_1308'
162
162
  x1={164.04}
163
163
  y1={383.036}
164
164
  x2={930.076}
165
165
  y2={383.036}
166
- gradientUnits="userSpaceOnUse"
166
+ gradientUnits='userSpaceOnUse'
167
167
  >
168
- <Stop stopColor="#FF245F" />
169
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
168
+ <Stop stopColor='#FF245F' />
169
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
170
170
  </LinearGradient>
171
171
  <LinearGradient
172
- id="paint10_linear_3505_1308"
172
+ id='paint10_linear_3505_1308'
173
173
  x1={164.04}
174
174
  y1={383.036}
175
175
  x2={930.076}
176
176
  y2={383.036}
177
- gradientUnits="userSpaceOnUse"
177
+ gradientUnits='userSpaceOnUse'
178
178
  >
179
- <Stop stopColor="#FF245F" />
180
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
179
+ <Stop stopColor='#FF245F' />
180
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
181
181
  </LinearGradient>
182
182
  <LinearGradient
183
- id="paint11_linear_3505_1308"
183
+ id='paint11_linear_3505_1308'
184
184
  x1={164.04}
185
185
  y1={383.036}
186
186
  x2={930.076}
187
187
  y2={383.036}
188
- gradientUnits="userSpaceOnUse"
188
+ gradientUnits='userSpaceOnUse'
189
189
  >
190
- <Stop stopColor="#FF245F" />
191
- <Stop offset={1} stopColor="#FF7917" stopOpacity={0} />
190
+ <Stop stopColor='#FF245F' />
191
+ <Stop offset={1} stopColor='#FF7917' stopOpacity={0} />
192
192
  </LinearGradient>
193
193
  </Defs>
194
194
  </Svg>