@magmamath/students-features 0.5.4 → 0.5.5

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 (164) hide show
  1. package/dist/commonjs/features/celebrations/components/ParticleBatch.js.map +1 -1
  2. package/dist/commonjs/features/celebrations/components/Spark.js.map +1 -1
  3. package/dist/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.js.map +1 -1
  4. package/dist/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.js.map +1 -1
  5. package/dist/commonjs/features/endOfAssignment/ui/SparkIcon.js.map +1 -1
  6. package/dist/commonjs/features/endOfAssignment/ui/ThumbUpIcon.js.map +1 -1
  7. package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js +52 -0
  8. package/dist/commonjs/features/formulaSheet/components/FormulaSheet.js.map +1 -0
  9. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js +64 -0
  10. package/dist/commonjs/features/formulaSheet/components/FormulaSheetModal.js.map +1 -0
  11. package/dist/commonjs/features/formulaSheet/index.js +20 -0
  12. package/dist/commonjs/features/formulaSheet/index.js.map +1 -0
  13. package/dist/commonjs/features/formulaSheet/model/api.model.js +15 -0
  14. package/dist/commonjs/features/formulaSheet/model/api.model.js.map +1 -0
  15. package/dist/commonjs/features/formulaSheet/model/file.model.js +19 -0
  16. package/dist/commonjs/features/formulaSheet/model/file.model.js.map +1 -0
  17. package/dist/commonjs/features/formulaSheet/model/modal.model.js +15 -0
  18. package/dist/commonjs/features/formulaSheet/model/modal.model.js.map +1 -0
  19. package/dist/commonjs/features/formulaSheet/model/model.js +35 -0
  20. package/dist/commonjs/features/formulaSheet/model/model.js.map +1 -0
  21. package/dist/commonjs/index.js +12 -0
  22. package/dist/commonjs/index.js.map +1 -1
  23. package/dist/commonjs/shared/icons/Halloween.js.map +1 -1
  24. package/dist/commonjs/shared/icons/MessageBubbleIcon.js.map +1 -1
  25. package/dist/commonjs/shared/icons/Pi.js.map +1 -1
  26. package/dist/commonjs/shared/icons/Star.js.map +1 -1
  27. package/dist/commonjs/shared/icons/Valentine.js.map +1 -1
  28. package/dist/commonjs/shared/icons/Winter.js.map +1 -1
  29. package/dist/commonjs/shared/icons/XCloseIcon.js.map +1 -1
  30. package/dist/module/features/celebrations/components/ParticleBatch.js.map +1 -1
  31. package/dist/module/features/celebrations/components/Spark.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/ui/SparkIcon.js.map +1 -1
  35. package/dist/module/features/endOfAssignment/ui/ThumbUpIcon.js.map +1 -1
  36. package/dist/module/features/formulaSheet/components/FormulaSheet.js +46 -0
  37. package/dist/module/features/formulaSheet/components/FormulaSheet.js.map +1 -0
  38. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js +58 -0
  39. package/dist/module/features/formulaSheet/components/FormulaSheetModal.js.map +1 -0
  40. package/dist/module/features/formulaSheet/index.js +5 -0
  41. package/dist/module/features/formulaSheet/index.js.map +1 -0
  42. package/dist/module/features/formulaSheet/model/api.model.js +10 -0
  43. package/dist/module/features/formulaSheet/model/api.model.js.map +1 -0
  44. package/dist/module/features/formulaSheet/model/file.model.js +14 -0
  45. package/dist/module/features/formulaSheet/model/file.model.js.map +1 -0
  46. package/dist/module/features/formulaSheet/model/modal.model.js +10 -0
  47. package/dist/module/features/formulaSheet/model/modal.model.js.map +1 -0
  48. package/dist/module/features/formulaSheet/model/model.js +30 -0
  49. package/dist/module/features/formulaSheet/model/model.js.map +1 -0
  50. package/dist/module/index.js +1 -0
  51. package/dist/module/index.js.map +1 -1
  52. package/dist/module/shared/icons/Halloween.js.map +1 -1
  53. package/dist/module/shared/icons/MessageBubbleIcon.js.map +1 -1
  54. package/dist/module/shared/icons/Pi.js.map +1 -1
  55. package/dist/module/shared/icons/Star.js.map +1 -1
  56. package/dist/module/shared/icons/Valentine.js.map +1 -1
  57. package/dist/module/shared/icons/Winter.js.map +1 -1
  58. package/dist/module/shared/icons/XCloseIcon.js.map +1 -1
  59. package/dist/typescript/commonjs/features/celebrations/components/ParticleBatch.d.ts +1 -1
  60. package/dist/typescript/commonjs/features/celebrations/components/ParticleBatch.d.ts.map +1 -1
  61. package/dist/typescript/commonjs/features/celebrations/components/Spark.d.ts +1 -1
  62. package/dist/typescript/commonjs/features/celebrations/components/Spark.d.ts.map +1 -1
  63. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts +1 -1
  64. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts.map +1 -1
  65. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts +1 -1
  66. package/dist/typescript/commonjs/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts.map +1 -1
  67. package/dist/typescript/commonjs/features/endOfAssignment/ui/SparkIcon.d.ts +1 -1
  68. package/dist/typescript/commonjs/features/endOfAssignment/ui/SparkIcon.d.ts.map +1 -1
  69. package/dist/typescript/commonjs/features/endOfAssignment/ui/ThumbUpIcon.d.ts +1 -1
  70. package/dist/typescript/commonjs/features/endOfAssignment/ui/ThumbUpIcon.d.ts.map +1 -1
  71. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts +15 -0
  72. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -0
  73. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts +10 -0
  74. package/dist/typescript/commonjs/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -0
  75. package/dist/typescript/commonjs/features/formulaSheet/index.d.ts +3 -0
  76. package/dist/typescript/commonjs/features/formulaSheet/index.d.ts.map +1 -0
  77. package/dist/typescript/commonjs/features/formulaSheet/model/api.model.d.ts +9 -0
  78. package/dist/typescript/commonjs/features/formulaSheet/model/api.model.d.ts.map +1 -0
  79. package/dist/typescript/commonjs/features/formulaSheet/model/file.model.d.ts +14 -0
  80. package/dist/typescript/commonjs/features/formulaSheet/model/file.model.d.ts.map +1 -0
  81. package/dist/typescript/commonjs/features/formulaSheet/model/modal.model.d.ts +7 -0
  82. package/dist/typescript/commonjs/features/formulaSheet/model/modal.model.d.ts.map +1 -0
  83. package/dist/typescript/commonjs/features/formulaSheet/model/model.d.ts +14 -0
  84. package/dist/typescript/commonjs/features/formulaSheet/model/model.d.ts.map +1 -0
  85. package/dist/typescript/commonjs/index.d.ts +1 -0
  86. package/dist/typescript/commonjs/index.d.ts.map +1 -1
  87. package/dist/typescript/commonjs/shared/icons/Halloween.d.ts +1 -1
  88. package/dist/typescript/commonjs/shared/icons/Halloween.d.ts.map +1 -1
  89. package/dist/typescript/commonjs/shared/icons/MessageBubbleIcon.d.ts +1 -1
  90. package/dist/typescript/commonjs/shared/icons/MessageBubbleIcon.d.ts.map +1 -1
  91. package/dist/typescript/commonjs/shared/icons/Pi.d.ts +1 -1
  92. package/dist/typescript/commonjs/shared/icons/Pi.d.ts.map +1 -1
  93. package/dist/typescript/commonjs/shared/icons/Star.d.ts +1 -1
  94. package/dist/typescript/commonjs/shared/icons/Star.d.ts.map +1 -1
  95. package/dist/typescript/commonjs/shared/icons/Valentine.d.ts +1 -1
  96. package/dist/typescript/commonjs/shared/icons/Valentine.d.ts.map +1 -1
  97. package/dist/typescript/commonjs/shared/icons/Winter.d.ts +1 -1
  98. package/dist/typescript/commonjs/shared/icons/Winter.d.ts.map +1 -1
  99. package/dist/typescript/commonjs/shared/icons/XCloseIcon.d.ts +1 -1
  100. package/dist/typescript/commonjs/shared/icons/XCloseIcon.d.ts.map +1 -1
  101. package/dist/typescript/module/features/celebrations/components/ParticleBatch.d.ts +1 -1
  102. package/dist/typescript/module/features/celebrations/components/ParticleBatch.d.ts.map +1 -1
  103. package/dist/typescript/module/features/celebrations/components/Spark.d.ts +1 -1
  104. package/dist/typescript/module/features/celebrations/components/Spark.d.ts.map +1 -1
  105. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts +1 -1
  106. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/SunrisingIcon.d.ts.map +1 -1
  107. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts +1 -1
  108. package/dist/typescript/module/features/endOfAssignment/components/Modal/assets/TrophyIcon.d.ts.map +1 -1
  109. package/dist/typescript/module/features/endOfAssignment/ui/SparkIcon.d.ts +1 -1
  110. package/dist/typescript/module/features/endOfAssignment/ui/SparkIcon.d.ts.map +1 -1
  111. package/dist/typescript/module/features/endOfAssignment/ui/ThumbUpIcon.d.ts +1 -1
  112. package/dist/typescript/module/features/endOfAssignment/ui/ThumbUpIcon.d.ts.map +1 -1
  113. package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts +15 -0
  114. package/dist/typescript/module/features/formulaSheet/components/FormulaSheet.d.ts.map +1 -0
  115. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts +10 -0
  116. package/dist/typescript/module/features/formulaSheet/components/FormulaSheetModal.d.ts.map +1 -0
  117. package/dist/typescript/module/features/formulaSheet/index.d.ts +3 -0
  118. package/dist/typescript/module/features/formulaSheet/index.d.ts.map +1 -0
  119. package/dist/typescript/module/features/formulaSheet/model/api.model.d.ts +9 -0
  120. package/dist/typescript/module/features/formulaSheet/model/api.model.d.ts.map +1 -0
  121. package/dist/typescript/module/features/formulaSheet/model/file.model.d.ts +14 -0
  122. package/dist/typescript/module/features/formulaSheet/model/file.model.d.ts.map +1 -0
  123. package/dist/typescript/module/features/formulaSheet/model/modal.model.d.ts +7 -0
  124. package/dist/typescript/module/features/formulaSheet/model/modal.model.d.ts.map +1 -0
  125. package/dist/typescript/module/features/formulaSheet/model/model.d.ts +14 -0
  126. package/dist/typescript/module/features/formulaSheet/model/model.d.ts.map +1 -0
  127. package/dist/typescript/module/index.d.ts +1 -0
  128. package/dist/typescript/module/index.d.ts.map +1 -1
  129. package/dist/typescript/module/shared/icons/Halloween.d.ts +1 -1
  130. package/dist/typescript/module/shared/icons/Halloween.d.ts.map +1 -1
  131. package/dist/typescript/module/shared/icons/MessageBubbleIcon.d.ts +1 -1
  132. package/dist/typescript/module/shared/icons/MessageBubbleIcon.d.ts.map +1 -1
  133. package/dist/typescript/module/shared/icons/Pi.d.ts +1 -1
  134. package/dist/typescript/module/shared/icons/Pi.d.ts.map +1 -1
  135. package/dist/typescript/module/shared/icons/Star.d.ts +1 -1
  136. package/dist/typescript/module/shared/icons/Star.d.ts.map +1 -1
  137. package/dist/typescript/module/shared/icons/Valentine.d.ts +1 -1
  138. package/dist/typescript/module/shared/icons/Valentine.d.ts.map +1 -1
  139. package/dist/typescript/module/shared/icons/Winter.d.ts +1 -1
  140. package/dist/typescript/module/shared/icons/Winter.d.ts.map +1 -1
  141. package/dist/typescript/module/shared/icons/XCloseIcon.d.ts +1 -1
  142. package/dist/typescript/module/shared/icons/XCloseIcon.d.ts.map +1 -1
  143. package/package.json +2 -2
  144. package/src/features/celebrations/components/ParticleBatch.tsx +1 -1
  145. package/src/features/celebrations/components/Spark.tsx +4 -4
  146. package/src/features/endOfAssignment/components/Modal/assets/SunrisingIcon.tsx +74 -74
  147. package/src/features/endOfAssignment/components/Modal/assets/TrophyIcon.tsx +24 -24
  148. package/src/features/endOfAssignment/ui/SparkIcon.tsx +1 -2
  149. package/src/features/endOfAssignment/ui/ThumbUpIcon.tsx +2 -2
  150. package/src/features/formulaSheet/components/FormulaSheet.tsx +74 -0
  151. package/src/features/formulaSheet/components/FormulaSheetModal.tsx +64 -0
  152. package/src/features/formulaSheet/index.ts +2 -0
  153. package/src/features/formulaSheet/model/api.model.ts +13 -0
  154. package/src/features/formulaSheet/model/file.model.ts +18 -0
  155. package/src/features/formulaSheet/model/modal.model.ts +10 -0
  156. package/src/features/formulaSheet/model/model.ts +31 -0
  157. package/src/index.ts +1 -0
  158. package/src/shared/icons/Halloween.tsx +2 -2
  159. package/src/shared/icons/MessageBubbleIcon.tsx +6 -5
  160. package/src/shared/icons/Pi.tsx +2 -1
  161. package/src/shared/icons/Star.tsx +2 -1
  162. package/src/shared/icons/Valentine.tsx +2 -1
  163. package/src/shared/icons/Winter.tsx +2 -2
  164. package/src/shared/icons/XCloseIcon.tsx +4 -3
@@ -1,6 +1,7 @@
1
1
  import React from 'react'
2
2
  import Svg, { Path } from 'react-native-svg'
3
- import { COLORS, IconProps } from '@magmamath/react-native-ui'
3
+ import { COLORS } from '@magmamath/react-native-ui'
4
+ import { IconProps } from './icon.types'
4
5
 
5
6
  function Pi({ size = 57, color = COLORS.NEUTRAL_8 }: IconProps) {
6
7
  return (
@@ -1,6 +1,7 @@
1
1
  import React from 'react'
2
2
  import Svg, { Path } from 'react-native-svg'
3
- import { COLORS, IconProps } from '@magmamath/react-native-ui'
3
+ import { COLORS } from '@magmamath/react-native-ui'
4
+ import { IconProps } from './icon.types'
4
5
 
5
6
  function Star({ size = 57, color = COLORS.NEUTRAL_8 }: IconProps) {
6
7
  return (
@@ -1,6 +1,7 @@
1
1
  import React from 'react'
2
2
  import Svg, { Path } from 'react-native-svg'
3
- import { COLORS, IconProps } from '@magmamath/react-native-ui'
3
+ import { COLORS } from '@magmamath/react-native-ui'
4
+ import { IconProps } from './icon.types'
4
5
 
5
6
  function Valentine({ size = 57, color = COLORS.NEUTRAL_8 }: IconProps) {
6
7
  return (
@@ -1,7 +1,7 @@
1
1
  import React from 'react'
2
2
  import Svg, { Path } from 'react-native-svg'
3
-
4
- import { COLORS, IconProps } from '@magmamath/react-native-ui'
3
+ import { COLORS } from '@magmamath/react-native-ui'
4
+ import { IconProps } from './icon.types'
5
5
 
6
6
  function Winter({ size = 50, color = COLORS.NEUTRAL_8 }: IconProps) {
7
7
  return (
@@ -1,12 +1,13 @@
1
1
  import React from 'react'
2
2
  import Svg, { Path } from 'react-native-svg'
3
- import { IconProps, COLORS } from '@magmamath/react-native-ui'
3
+ import { COLORS } from '@magmamath/react-native-ui'
4
+ import { IconProps } from './icon.types'
4
5
 
5
6
  export const XCloseIcon = ({ size = 26, color = COLORS.NEUTRAL_9 }: IconProps) => {
6
7
  return (
7
- <Svg width={size} height={size} viewBox='0 0 26 26' fill='none'>
8
+ <Svg width={size} height={size} viewBox="0 0 26 26" fill="none">
8
9
  <Path
9
- d='M4.38388 2.61612C3.89573 2.12796 3.10427 2.12796 2.61612 2.61612C2.12796 3.10427 2.12796 3.89573 2.61612 4.38388L11.2322 13L2.61612 21.6161C2.12796 22.1043 2.12796 22.8957 2.61612 23.3839C3.10427 23.872 3.89573 23.872 4.38388 23.3839L13 14.7678L21.6161 23.3839C22.1043 23.872 22.8957 23.872 23.3839 23.3839C23.872 22.8957 23.872 22.1043 23.3839 21.6161L14.7678 13L23.3839 4.38388C23.872 3.89573 23.872 3.10427 23.3839 2.61612C22.8957 2.12796 22.1043 2.12796 21.6161 2.61612L13 11.2322L4.38388 2.61612Z'
10
+ d="M4.38388 2.61612C3.89573 2.12796 3.10427 2.12796 2.61612 2.61612C2.12796 3.10427 2.12796 3.89573 2.61612 4.38388L11.2322 13L2.61612 21.6161C2.12796 22.1043 2.12796 22.8957 2.61612 23.3839C3.10427 23.872 3.89573 23.872 4.38388 23.3839L13 14.7678L21.6161 23.3839C22.1043 23.872 22.8957 23.872 23.3839 23.3839C23.872 22.8957 23.872 22.1043 23.3839 21.6161L14.7678 13L23.3839 4.38388C23.872 3.89573 23.872 3.10427 23.3839 2.61612C22.8957 2.12796 22.1043 2.12796 21.6161 2.61612L13 11.2322L4.38388 2.61612Z"
10
11
  fill={color}
11
12
  />
12
13
  </Svg>