keyboard-ui-profiles 0.0.30 → 0.0.32

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 (405) hide show
  1. package/dist/chunk-QGM4M3NI.js +33 -0
  2. package/dist/components/Atoms/BottomNavButton/BottomNavButton.js +1 -1
  3. package/dist/components/Atoms/BottomNavButton/BottomNavButton.js.map +1 -1
  4. package/dist/components/Atoms/Dropdown/Dropdown.js +2 -3
  5. package/dist/components/Atoms/Dropdown/Dropdown.js.map +1 -1
  6. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.d.ts +1 -1
  7. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js +3 -2
  8. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js.map +1 -1
  9. package/dist/components/Atoms/GlobalButton/ButtonUtils.d.ts +87 -0
  10. package/dist/components/Atoms/GlobalButton/ButtonUtils.js +114 -0
  11. package/dist/components/Atoms/GlobalButton/ButtonUtils.js.map +1 -1
  12. package/dist/components/Atoms/GlobalButton/GlobalButton.js +66 -0
  13. package/dist/components/Atoms/GlobalButton/GlobalButton.js.map +1 -1
  14. package/dist/components/Atoms/Pagination/Pagination.js +2 -3
  15. package/dist/components/Atoms/Pagination/Pagination.js.map +1 -1
  16. package/dist/components/Atoms/Pagination/TablePagination.js +1 -1
  17. package/dist/components/Atoms/Pagination/TablePagination.js.map +1 -1
  18. package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js +2 -3
  19. package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js.map +1 -1
  20. package/dist/components/Molecules/AccordianPay4/Accordian.js +11 -8
  21. package/dist/components/Molecules/AccordianPay4/Accordian.js.map +1 -1
  22. package/dist/components/Molecules/AddPostCard/AddPostCard.js +1 -1
  23. package/dist/components/Molecules/AddPostCard/AddPostCard.js.map +1 -1
  24. package/dist/components/Molecules/BottomNav/BottomNav.js +3 -3
  25. package/dist/components/Molecules/BottomNav/BottomNav.js.map +1 -1
  26. package/dist/components/Molecules/BottomNav/BottomNavStyles.d.ts +2 -2
  27. package/dist/components/Molecules/BottomNav/BottomNavStyles.js +4 -2
  28. package/dist/components/Molecules/BottomNav/BottomNavStyles.js.map +1 -1
  29. package/dist/components/Molecules/DashPlayer/DashPlayer.js +12 -19
  30. package/dist/components/Molecules/DashPlayer/DashPlayer.js.map +1 -1
  31. package/dist/components/Molecules/DashPlayer/ShakaPlayer.js +445 -138
  32. package/dist/components/Molecules/DashPlayer/ShakaPlayer.js.map +1 -1
  33. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js +54 -31
  34. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js.map +1 -1
  35. package/dist/components/Molecules/ExperientialComponents/NewActivityBanner.d.ts +1 -0
  36. package/dist/components/Molecules/ExperientialComponents/NewActivityBanner.js +3 -3
  37. package/dist/components/Molecules/ExperientialComponents/NewActivityBanner.js.map +1 -1
  38. package/dist/components/Molecules/ExperientialComponents/NewActivityCard.js +7 -7
  39. package/dist/components/Molecules/ExperientialComponents/NewActivityCard.js.map +1 -1
  40. package/dist/components/Molecules/ExperientialComponents/NewAddPostCard.d.ts +2 -0
  41. package/dist/components/Molecules/ExperientialComponents/NewAddPostCard.js +48 -3
  42. package/dist/components/Molecules/ExperientialComponents/NewAddPostCard.js.map +1 -1
  43. package/dist/components/Molecules/ExperientialComponents/NewPostCard.js +6 -6
  44. package/dist/components/Molecules/ExperientialComponents/NewPostCard.js.map +1 -1
  45. package/dist/components/Molecules/ExperientialComponents/NewPostInfo.d.ts +3 -0
  46. package/dist/components/Molecules/ExperientialComponents/NewPostInfo.js +41 -18
  47. package/dist/components/Molecules/ExperientialComponents/NewPostInfo.js.map +1 -1
  48. package/dist/components/Molecules/ExperientialComponents/NewPostInfoStyles.d.ts +65 -8
  49. package/dist/components/Molecules/ExperientialComponents/NewPostInfoStyles.js +68 -7
  50. package/dist/components/Molecules/ExperientialComponents/NewPostInfoStyles.js.map +1 -1
  51. package/dist/components/Molecules/ExperientialComponents/NewPostList.d.ts +4 -2
  52. package/dist/components/Molecules/ExperientialComponents/NewPostList.js +3 -3
  53. package/dist/components/Molecules/ExperientialComponents/NewPostList.js.map +1 -1
  54. package/dist/components/Molecules/ExperientialComponents/newActivityBannerStyles.d.ts +0 -7
  55. package/dist/components/Molecules/ExperientialComponents/newActivityBannerStyles.js +0 -7
  56. package/dist/components/Molecules/ExperientialComponents/newActivityBannerStyles.js.map +1 -1
  57. package/dist/components/Molecules/FactualCard/FactualCard.d.ts +5 -1
  58. package/dist/components/Molecules/FactualCard/FactualCard.js +121 -38
  59. package/dist/components/Molecules/FactualCard/FactualCard.js.map +1 -1
  60. package/dist/components/Molecules/FactualCard/FactualCard.style.d.ts +22 -0
  61. package/dist/components/Molecules/FactualCard/FactualCard.style.js +22 -2
  62. package/dist/components/Molecules/FactualCard/FactualCard.style.js.map +1 -1
  63. package/dist/components/Molecules/InvalidSession/InvalidSession.d.ts +1 -0
  64. package/dist/components/Molecules/InvalidSession/InvalidSession.js +3 -3
  65. package/dist/components/Molecules/InvalidSession/InvalidSession.js.map +1 -1
  66. package/dist/components/Molecules/Pay4Use/ExecutionModal.d.ts +2 -0
  67. package/dist/components/Molecules/Pay4Use/ExecutionModal.js +26 -6
  68. package/dist/components/Molecules/Pay4Use/ExecutionModal.js.map +1 -1
  69. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.d.ts +5 -0
  70. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js +40 -3
  71. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -1
  72. package/dist/components/Molecules/RequestSent/RequestSent.js +3 -3
  73. package/dist/components/Molecules/RequestSent/RequestSent.js.map +1 -1
  74. package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.d.ts +2 -0
  75. package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js +3 -2
  76. package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js.map +1 -1
  77. package/dist/components/Molecules/SLI/SLIChart.d.ts +4 -0
  78. package/dist/components/Molecules/SLI/SLIChart.js +130 -0
  79. package/dist/components/Molecules/SLI/SLIChart.js.map +1 -0
  80. package/dist/components/Molecules/SLI/data.d.ts +14 -0
  81. package/dist/components/Molecules/SLI/data.js +236 -0
  82. package/dist/components/Molecules/SLI/data.js.map +1 -0
  83. package/dist/components/Molecules/SLI/sliUtils.d.ts +246 -0
  84. package/dist/components/Molecules/SLI/sliUtils.js +208 -0
  85. package/dist/components/Molecules/SLI/sliUtils.js.map +1 -0
  86. package/dist/components/Molecules/SmartLearn/SmartLearn.js +8 -8
  87. package/dist/components/Molecules/SmartLearn/SmartLearn.js.map +1 -1
  88. package/dist/components/Molecules/SmartLearn/types.d.ts +2 -0
  89. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.d.ts +3 -2
  90. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js +3 -4
  91. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js.map +1 -1
  92. package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.d.ts +1 -1
  93. package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.js +4 -4
  94. package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.js.map +1 -1
  95. package/dist/components/Molecules/Tutor/Assistant/Assistant.js +95 -34
  96. package/dist/components/Molecules/Tutor/Assistant/Assistant.js.map +1 -1
  97. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +67 -0
  98. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js +67 -0
  99. package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js.map +1 -1
  100. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.d.ts +1 -0
  101. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js +7 -5
  102. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js.map +1 -1
  103. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.d.ts +6 -0
  104. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js +6 -0
  105. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js.map +1 -1
  106. package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js +16 -15
  107. package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js.map +1 -1
  108. package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js +57 -3
  109. package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js.map +1 -1
  110. package/dist/components/Molecules/Tutor/User/User.js +39 -11
  111. package/dist/components/Molecules/Tutor/User/User.js.map +1 -1
  112. package/dist/components/Molecules/VideoView/VideoModal.d.ts +18 -1
  113. package/dist/components/Molecules/VideoView/VideoModal.js +367 -19
  114. package/dist/components/Molecules/VideoView/VideoModal.js.map +1 -1
  115. package/dist/components/Molecules/comprehension/SubQuestionLayout.js +3 -3
  116. package/dist/components/Molecules/comprehension/SubQuestionLayout.js.map +1 -1
  117. package/dist/components/Molecules/optionLayouts/fibtemp.js +1 -2
  118. package/dist/components/Molecules/optionLayouts/fibtemp.js.map +1 -1
  119. package/dist/components/Molecules/optionLayouts/mcqtemp.js +1 -1
  120. package/dist/components/Molecules/optionLayouts/mcqtemp.js.map +1 -1
  121. package/dist/components/Molecules/optionLayouts/scqStudent.js +4 -4
  122. package/dist/components/Molecules/optionLayouts/scqStudent.js.map +1 -1
  123. package/dist/components/Molecules/optionLayouts/scqtemp.js +5 -5
  124. package/dist/components/Molecules/optionLayouts/scqtemp.js.map +1 -1
  125. package/dist/components/Molecules/questionLayouts/QuestionsLayout.js +6 -4
  126. package/dist/components/Molecules/questionLayouts/QuestionsLayout.js.map +1 -1
  127. package/dist/components/Organisms/ChatView/ChatView.d.ts +1 -1
  128. package/dist/components/Organisms/ChatView/ChatView.js +3 -3
  129. package/dist/components/Organisms/ChatView/ChatView.js.map +1 -1
  130. package/dist/components/Organisms/ISEditor-V2/Editor.js +17 -10
  131. package/dist/components/Organisms/ISEditor-V2/Editor.js.map +1 -1
  132. package/dist/components/Organisms/ISEditor-V2/LatexBlock.d.ts +1 -1
  133. package/dist/components/Organisms/ISEditor-V2/LatexBlock.js +2 -3
  134. package/dist/components/Organisms/ISEditor-V2/LatexBlock.js.map +1 -1
  135. package/dist/components/Organisms/ISEditor-V2/TableModal.js +132 -79
  136. package/dist/components/Organisms/ISEditor-V2/TableModal.js.map +1 -1
  137. package/dist/components/Organisms/ISEditor-V2/ToolBar.d.ts +1 -1
  138. package/dist/components/Organisms/ISEditor-V2/ToolBar.js +3 -4
  139. package/dist/components/Organisms/ISEditor-V2/ToolBar.js.map +1 -1
  140. package/dist/components/Organisms/ISEditor-V2/editor.types.d.ts +1 -0
  141. package/dist/components/Organisms/ISEditor-V3/Editor.js +15 -8
  142. package/dist/components/Organisms/ISEditor-V3/Editor.js.map +1 -1
  143. package/dist/components/Organisms/ISEditor-V3/LatexBlock.d.ts +1 -1
  144. package/dist/components/Organisms/ISEditor-V3/LatexBlock.js +2 -3
  145. package/dist/components/Organisms/ISEditor-V3/LatexBlock.js.map +1 -1
  146. package/dist/components/Organisms/ISEditor-V3/TableModal.js +132 -79
  147. package/dist/components/Organisms/ISEditor-V3/TableModal.js.map +1 -1
  148. package/dist/components/Organisms/ISEditor-V3/ToolBar.d.ts +1 -1
  149. package/dist/components/Organisms/ISEditor-V3/ToolBar.js +18 -8
  150. package/dist/components/Organisms/ISEditor-V3/ToolBar.js.map +1 -1
  151. package/dist/components/Organisms/ISEditor-V3/editor.types.d.ts +1 -0
  152. package/dist/components/Organisms/LiveStreaming/LiveStreaming.js +2 -2
  153. package/dist/components/Organisms/LiveStreaming/LiveStreaming.js.map +1 -1
  154. package/dist/components/Organisms/NewActivityList/NewActivityList.js +1 -1
  155. package/dist/components/Organisms/NewActivityList/NewActivityList.js.map +1 -1
  156. package/dist/components/Organisms/PostDetails/ImageGallery.d.ts +1 -1
  157. package/dist/components/Organisms/PostDetails/ImageGallery.js +15 -5
  158. package/dist/components/Organisms/PostDetails/ImageGallery.js.map +1 -1
  159. package/dist/components/Organisms/ProgressView/ProgressView.js +8 -8
  160. package/dist/components/Organisms/ProgressView/ProgressView.js.map +1 -1
  161. package/dist/components/Organisms/ReviewComponent/ChatPresenter.js +4 -2
  162. package/dist/components/Organisms/ReviewComponent/ChatPresenter.js.map +1 -1
  163. package/dist/components/Organisms/ReviewComponent/KeyTakeAway.js +3 -3
  164. package/dist/components/Organisms/ReviewComponent/KeyTakeAway.js.map +1 -1
  165. package/dist/components/Organisms/ReviewComponent/MoreQuestions.js +1 -1
  166. package/dist/components/Organisms/ReviewComponent/MoreQuestions.js.map +1 -1
  167. package/dist/components/Organisms/ReviewComponent/Review.d.ts +5 -1
  168. package/dist/components/Organisms/ReviewComponent/Review.js +29 -52
  169. package/dist/components/Organisms/ReviewComponent/Review.js.map +1 -1
  170. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +5 -1
  171. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js +2 -2
  172. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js.map +1 -1
  173. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +76 -2
  174. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js +64 -3
  175. package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js.map +1 -1
  176. package/dist/components/Organisms/ReviewComponent/reviewUtils.d.ts +145 -0
  177. package/dist/components/Organisms/ReviewComponent/reviewUtils.js +525 -151
  178. package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -1
  179. package/dist/components/Organisms/StudentEditor/components/EditorComponent.js +4 -4
  180. package/dist/components/Organisms/StudentEditor/components/MathKeyboard.d.ts +2 -1
  181. package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js +2 -3
  182. package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js.map +1 -1
  183. package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.d.ts +2 -1
  184. package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.js +9 -10
  185. package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.js.map +1 -1
  186. package/dist/components/Organisms/StudentEditor/components/MathModalSME.js +37 -12
  187. package/dist/components/Organisms/StudentEditor/components/MathModalSME.js.map +1 -1
  188. package/dist/components/Organisms/StudentEditor/components/TextEditor.js +16 -5
  189. package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -1
  190. package/dist/components/Organisms/TutorFeedback/TutorFeedback.js +5 -4
  191. package/dist/components/Organisms/TutorFeedback/TutorFeedback.js.map +1 -1
  192. package/dist/index.cjs +69487 -0
  193. package/dist/index.d.mts +633 -0
  194. package/dist/index.d.ts +8 -0
  195. package/dist/index.js +17 -1
  196. package/dist/index.js.map +1 -1
  197. package/dist/shaka-player.compiled-V6AWNSFJ.js +33160 -0
  198. package/dist/utils/common-utils.d.ts +2 -0
  199. package/dist/utils/common-utils.js +149 -1
  200. package/dist/utils/common-utils.js.map +1 -1
  201. package/dist/utils/tutor-utils.d.ts +1 -1
  202. package/dist/utils/tutor-utils.js +4 -1
  203. package/dist/utils/tutor-utils.js.map +1 -1
  204. package/package.json +2 -3
  205. package/dist/components/Atoms/BottomInput/BottomInput.stories.d.ts +0 -3
  206. package/dist/components/Atoms/BottomInput/BottomInput.stories.js +0 -41
  207. package/dist/components/Atoms/BottomInput/BottomInput.stories.js.map +0 -1
  208. package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.d.ts +0 -4
  209. package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.js +0 -49
  210. package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.js.map +0 -1
  211. package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.d.ts +0 -4
  212. package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.js +0 -78
  213. package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.js.map +0 -1
  214. package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.d.ts +0 -3
  215. package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.js +0 -24
  216. package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.js.map +0 -1
  217. package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.d.ts +0 -3
  218. package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.js +0 -26
  219. package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.js.map +0 -1
  220. package/dist/components/Atoms/CustomButton/CustomButton.stories.d.ts +0 -3
  221. package/dist/components/Atoms/CustomButton/CustomButton.stories.js +0 -20
  222. package/dist/components/Atoms/CustomButton/CustomButton.stories.js.map +0 -1
  223. package/dist/components/Atoms/Dropdown/Dropdown.stories.d.ts +0 -3
  224. package/dist/components/Atoms/Dropdown/Dropdown.stories.js +0 -24
  225. package/dist/components/Atoms/Dropdown/Dropdown.stories.js.map +0 -1
  226. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.d.ts +0 -4
  227. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.js +0 -53
  228. package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.js.map +0 -1
  229. package/dist/components/Atoms/GlobalButton/GlobalButton.stories.d.ts +0 -7
  230. package/dist/components/Atoms/GlobalButton/GlobalButton.stories.js +0 -51
  231. package/dist/components/Atoms/GlobalButton/GlobalButton.stories.js.map +0 -1
  232. package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.d.ts +0 -4
  233. package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.js +0 -27
  234. package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.js.map +0 -1
  235. package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.d.ts +0 -3
  236. package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.js +0 -21
  237. package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.js.map +0 -1
  238. package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.d.ts +0 -3
  239. package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.js +0 -22
  240. package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.js.map +0 -1
  241. package/dist/components/Atoms/Pagination/TablePagination.stories.d.ts +0 -3
  242. package/dist/components/Atoms/Pagination/TablePagination.stories.js +0 -26
  243. package/dist/components/Atoms/Pagination/TablePagination.stories.js.map +0 -1
  244. package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.d.ts +0 -4
  245. package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.js +0 -69
  246. package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.js.map +0 -1
  247. package/dist/components/Molecules/AccordianPay4/Accordian.stories.d.ts +0 -11
  248. package/dist/components/Molecules/AccordianPay4/Accordian.stories.js +0 -82
  249. package/dist/components/Molecules/AccordianPay4/Accordian.stories.js.map +0 -1
  250. package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.d.ts +0 -4
  251. package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.js +0 -97
  252. package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.js.map +0 -1
  253. package/dist/components/Molecules/AddPostCard/AddPostCard.stories.d.ts +0 -5
  254. package/dist/components/Molecules/AddPostCard/AddPostCard.stories.js +0 -56
  255. package/dist/components/Molecules/AddPostCard/AddPostCard.stories.js.map +0 -1
  256. package/dist/components/Molecules/BottomNav/BottomNav.stories.d.ts +0 -3
  257. package/dist/components/Molecules/BottomNav/BottomNav.stories.js +0 -120
  258. package/dist/components/Molecules/BottomNav/BottomNav.stories.js.map +0 -1
  259. package/dist/components/Molecules/DashPlayer/DashPlayer.stories.d.ts +0 -5
  260. package/dist/components/Molecules/DashPlayer/DashPlayer.stories.js +0 -32
  261. package/dist/components/Molecules/DashPlayer/DashPlayer.stories.js.map +0 -1
  262. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.d.ts +0 -17
  263. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.js +0 -568
  264. package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.js.map +0 -1
  265. package/dist/components/Molecules/HighChart/HighCharts.stories.d.ts +0 -3
  266. package/dist/components/Molecules/HighChart/HighCharts.stories.js +0 -208
  267. package/dist/components/Molecules/HighChart/HighCharts.stories.js.map +0 -1
  268. package/dist/components/Molecules/ImageView/ImageModal.stories.d.ts +0 -3
  269. package/dist/components/Molecules/ImageView/ImageModal.stories.js +0 -19
  270. package/dist/components/Molecules/ImageView/ImageModal.stories.js.map +0 -1
  271. package/dist/components/Molecules/InvalidSession/InvalidSession.stories.d.ts +0 -6
  272. package/dist/components/Molecules/InvalidSession/InvalidSession.stories.js +0 -17
  273. package/dist/components/Molecules/InvalidSession/InvalidSession.stories.js.map +0 -1
  274. package/dist/components/Molecules/LatexRender/LatexRender.stories.d.ts +0 -3
  275. package/dist/components/Molecules/LatexRender/LatexRender.stories.js +0 -22
  276. package/dist/components/Molecules/LatexRender/LatexRender.stories.js.map +0 -1
  277. package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.d.ts +0 -9
  278. package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.js +0 -92
  279. package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.js.map +0 -1
  280. package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.d.ts +0 -3
  281. package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.js +0 -22
  282. package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.js.map +0 -1
  283. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.d.ts +0 -21
  284. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js +0 -94
  285. package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js.map +0 -1
  286. package/dist/components/Molecules/PostCard/PostCard.stories.d.ts +0 -7
  287. package/dist/components/Molecules/PostCard/PostCard.stories.js +0 -180
  288. package/dist/components/Molecules/PostCard/PostCard.stories.js.map +0 -1
  289. package/dist/components/Molecules/RequestSent/RequestSent.stories.d.ts +0 -7
  290. package/dist/components/Molecules/RequestSent/RequestSent.stories.js +0 -46
  291. package/dist/components/Molecules/RequestSent/RequestSent.stories.js.map +0 -1
  292. package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.d.ts +0 -7
  293. package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.js +0 -53
  294. package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.js.map +0 -1
  295. package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.d.ts +0 -6
  296. package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.js +0 -23
  297. package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.js.map +0 -1
  298. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.d.ts +0 -10
  299. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js +0 -87
  300. package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js.map +0 -1
  301. package/dist/components/Molecules/SortMenu/SortMenu.stories.d.ts +0 -4
  302. package/dist/components/Molecules/SortMenu/SortMenu.stories.js +0 -56
  303. package/dist/components/Molecules/SortMenu/SortMenu.stories.js.map +0 -1
  304. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.d.ts +0 -12
  305. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.js +0 -178
  306. package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.js.map +0 -1
  307. package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.d.ts +0 -7
  308. package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.js +0 -54
  309. package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.js.map +0 -1
  310. package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.d.ts +0 -6
  311. package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.js +0 -46
  312. package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.js.map +0 -1
  313. package/dist/components/Molecules/TimerClock/TimerClock.stories.d.ts +0 -4
  314. package/dist/components/Molecules/TimerClock/TimerClock.stories.js +0 -30
  315. package/dist/components/Molecules/TimerClock/TimerClock.stories.js.map +0 -1
  316. package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.d.ts +0 -7
  317. package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.js +0 -102
  318. package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.js.map +0 -1
  319. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.d.ts +0 -4
  320. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.js +0 -30
  321. package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.js.map +0 -1
  322. package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.d.ts +0 -7
  323. package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.js +0 -165
  324. package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.js.map +0 -1
  325. package/dist/components/Molecules/Tutor/User/User.stories.d.ts +0 -6
  326. package/dist/components/Molecules/Tutor/User/User.stories.js +0 -117
  327. package/dist/components/Molecules/Tutor/User/User.stories.js.map +0 -1
  328. package/dist/components/Molecules/VideoView/VideoModal.stories.d.ts +0 -3
  329. package/dist/components/Molecules/VideoView/VideoModal.stories.js +0 -23
  330. package/dist/components/Molecules/VideoView/VideoModal.stories.js.map +0 -1
  331. package/dist/components/Molecules/WallBanner/WallBanner.stories.d.ts +0 -6
  332. package/dist/components/Molecules/WallBanner/WallBanner.stories.js +0 -45
  333. package/dist/components/Molecules/WallBanner/WallBanner.stories.js.map +0 -1
  334. package/dist/components/Molecules/WallCard/WallCard.stories.d.ts +0 -5
  335. package/dist/components/Molecules/WallCard/WallCard.stories.js +0 -67
  336. package/dist/components/Molecules/WallCard/WallCard.stories.js.map +0 -1
  337. package/dist/components/Organisms/ActivityList/ActivityList.stories.d.ts +0 -3
  338. package/dist/components/Organisms/ActivityList/ActivityList.stories.js +0 -76
  339. package/dist/components/Organisms/ActivityList/ActivityList.stories.js.map +0 -1
  340. package/dist/components/Organisms/ChatView/ChatView.stories.d.ts +0 -3
  341. package/dist/components/Organisms/ChatView/ChatView.stories.js +0 -73
  342. package/dist/components/Organisms/ChatView/ChatView.stories.js.map +0 -1
  343. package/dist/components/Organisms/FlashCardNode/FlashcardNode.stories.d.ts +0 -15
  344. package/dist/components/Organisms/FlashCardNode/FlashcardNode.stories.js +0 -301
  345. package/dist/components/Organisms/FlashCardNode/FlashcardNode.stories.js.map +0 -1
  346. package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.d.ts +0 -5
  347. package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.js +0 -309
  348. package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.js.map +0 -1
  349. package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.d.ts +0 -4
  350. package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.js +0 -29
  351. package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.js.map +0 -1
  352. package/dist/components/Organisms/PostDetails/PostDetails.stories.d.ts +0 -4
  353. package/dist/components/Organisms/PostDetails/PostDetails.stories.js +0 -376
  354. package/dist/components/Organisms/PostDetails/PostDetails.stories.js.map +0 -1
  355. package/dist/components/Organisms/PostsList/PostList.stories.d.ts +0 -6
  356. package/dist/components/Organisms/PostsList/PostList.stories.js +0 -130
  357. package/dist/components/Organisms/PostsList/PostList.stories.js.map +0 -1
  358. package/dist/components/Organisms/RecapGraph/Example.stories.d.ts +0 -3
  359. package/dist/components/Organisms/RecapGraph/Example.stories.js +0 -60
  360. package/dist/components/Organisms/RecapGraph/Example.stories.js.map +0 -1
  361. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.d.ts +0 -10
  362. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js +0 -332
  363. package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js.map +0 -1
  364. package/dist/components/Organisms/TableComponent/TableComponent.stories.d.ts +0 -3
  365. package/dist/components/Organisms/TableComponent/TableComponent.stories.js +0 -189
  366. package/dist/components/Organisms/TableComponent/TableComponent.stories.js.map +0 -1
  367. package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.d.ts +0 -4
  368. package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.js +0 -103
  369. package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.js.map +0 -1
  370. package/dist/stories/Button.stories.d.ts +0 -6
  371. package/dist/stories/Button.stories.js +0 -45
  372. package/dist/stories/Button.stories.js.map +0 -1
  373. package/dist/stories/Checkbox.stories.d.ts +0 -4
  374. package/dist/stories/Checkbox.stories.js +0 -35
  375. package/dist/stories/Checkbox.stories.js.map +0 -1
  376. package/dist/stories/FloatingButton.stories.d.ts +0 -11
  377. package/dist/stories/FloatingButton.stories.js +0 -52
  378. package/dist/stories/FloatingButton.stories.js.map +0 -1
  379. package/dist/stories/Input.stories.d.ts +0 -4
  380. package/dist/stories/Input.stories.js +0 -35
  381. package/dist/stories/Input.stories.js.map +0 -1
  382. package/dist/stories/Modal.stories.d.ts +0 -4
  383. package/dist/stories/Modal.stories.js +0 -39
  384. package/dist/stories/Modal.stories.js.map +0 -1
  385. package/dist/stories/Radio.stories.d.ts +0 -4
  386. package/dist/stories/Radio.stories.js +0 -33
  387. package/dist/stories/Radio.stories.js.map +0 -1
  388. package/dist/stories/Select.stories.d.ts +0 -4
  389. package/dist/stories/Select.stories.js +0 -36
  390. package/dist/stories/Select.stories.js.map +0 -1
  391. package/dist/stories/Spinner.stories.d.ts +0 -4
  392. package/dist/stories/Spinner.stories.js +0 -32
  393. package/dist/stories/Spinner.stories.js.map +0 -1
  394. package/dist/stories/Switch.stories.d.ts +0 -4
  395. package/dist/stories/Switch.stories.js +0 -33
  396. package/dist/stories/Switch.stories.js.map +0 -1
  397. package/dist/stories/Textarea.stories.d.ts +0 -4
  398. package/dist/stories/Textarea.stories.js +0 -32
  399. package/dist/stories/Textarea.stories.js.map +0 -1
  400. package/dist/stories/Toast.stories.d.ts +0 -4
  401. package/dist/stories/Toast.stories.js +0 -32
  402. package/dist/stories/Toast.stories.js.map +0 -1
  403. package/dist/stories/Typography.stories.d.ts +0 -4
  404. package/dist/stories/Typography.stories.js +0 -35
  405. package/dist/stories/Typography.stories.js.map +0 -1
@@ -1,165 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.TutorSummaryTxtWithImg1 = exports.TutorSummaryTxtWithImg = exports.TutorSummaryMarkdown1 = exports.TutorSummaryMarkdown = exports.TutorSummaryTxt = void 0;
7
- const jsx_runtime_1 = require("react/jsx-runtime");
8
- const TutorSummary_1 = __importDefault(require("./TutorSummary"));
9
- const assistant_svg_1 = __importDefault(require("../../../../assests/ai-tutor/assistant.svg"));
10
- const arrow_svg_1 = __importDefault(require("../../../../assests/ai-tutor/arrow.svg"));
11
- exports.default = {
12
- title: "Components/Molecules/TutorSummary",
13
- component: TutorSummary_1.default,
14
- };
15
- const Template = (args) => (0, jsx_runtime_1.jsx)(TutorSummary_1.default, { ...args });
16
- exports.TutorSummaryTxt = Template.bind({});
17
- exports.TutorSummaryTxt.args = {
18
- summaryTitle: "what are human resources",
19
- summary: `Human resources refer to the people who make up the workforce of an organization, sector, or economy. Key aspects include:
20
- 1. **Quantity and Quality**: It encompasses both the number of people and their capabilities, which include their physical, mental, and psychological attributes.
21
- 2. **Skill Development**: Human resources involve the development of skills through education and health, enhancing people's ability to perform tasks and contribute effectively.
22
- 3. **Value Creation**: Educated and healthy individuals can utilize natural resources more efficiently, transforming them into valuable commodities and services.
23
- 4. **Human Resource Development**: This is the process of improving the quality of human resources through education, training, and health initiatives to increase their productivity and efficiency in various sectors.`,
24
- icons: {
25
- Arrow: arrow_svg_1.default,
26
- Assistant: assistant_svg_1.default,
27
- },
28
- hideVin: true,
29
- };
30
- exports.TutorSummaryMarkdown = Template.bind({});
31
- exports.TutorSummaryMarkdown.args = {
32
- summaryTitle: "what are human resources",
33
- summary: `Certainly! Here’s a list of secondary sexual characteristics that typically develop during puberty:
34
-
35
- 1. **In males**:
36
- - Growth of facial hair (like beard and moustache)
37
- - Deepening of the voice
38
- - Growth of body hair (chest, pubic, and underarm)
39
- - Enlargement of the Adam's apple
40
-
41
- 2. **In females**:
42
- - Development of breasts
43
- - Widening of hips
44
- - Growth of body hair (pubic and underarm)
45
- - Onset of menstruation (menarche)
46
-
47
- These characteristics are important as they signify the body's development into sexual maturity and readiness for reproduction. Thank you for engaging in this learning process! #*#*#
48
- `,
49
- icons: {
50
- Arrow: arrow_svg_1.default,
51
- Assistant: assistant_svg_1.default,
52
- },
53
- };
54
- exports.TutorSummaryMarkdown1 = Template.bind({});
55
- exports.TutorSummaryMarkdown1.args = {
56
- summaryTitle: "what are human resources",
57
- summary: `To find the cube of 3, we need to compute \\(3^3\\).\n\nStep-by-step calculation:\n1. Write down the number: \\(3\\).\n2. Multiply it by itself: \\(3 \\times 3 = 9\\).\n3. Multiply the result by the original number again: \\(9 \\times 3 = 27\\).\n\nHence, \\(3^3 = 27\\).\n\nThe final answer is: 27
58
- Let's structure it in a nested list format for clarity:
59
-
60
- - **Step 1: Identify the Base and Exponents**
61
- - Base: 2
62
- - Exponents: 3 and 5
63
-
64
- - **Step 2: Apply the Law of Exponents for Division**
65
- - Formula: \\(a^m \\div a^n = a^{m-n}\\)
66
-
67
- - **Step 3: Subtract the Exponents**
68
- - Calculation: \\(3 - 5 = -2\\)
69
-
70
- - **Step 4: Write the Result**
71
- - Result: \\(2^3 \\div 2^5 = 2^{-2}\\)
72
-
73
- Given these steps, can you tell me what \\(2^3 \\div 2^5\\) simplifies to?
74
-
75
- Certainly, here's how you handle the exponents when dividing terms with the same base:
76
-
77
- 1. **Identify the base and exponents**: In \\(2^3 \\div 2^5\\), the base is 2, with exponents 3 and 5.
78
- 2. **Apply the law of exponents for division**: \\(a^m \\div a^n = a^{m-n}\\).
79
- 3. **Subtract the exponents**: \\(3 - 5 = -2\\).
80
- 4. **Write the result**: \\(2^3 \\div 2^5 = 2^{-2}\\).
81
-
82
- Now, \\(2*2*2\\) knowing this, what is the result of \\(2^3 \\div 2^5\\)?
83
- "The correct answer is \\(1\\). So, the option that matches this value is:\na) 1\n\nWell done on working through the problem! #*#*#"
84
- `,
85
- icons: {
86
- Arrow: arrow_svg_1.default,
87
- Assistant: assistant_svg_1.default,
88
- },
89
- };
90
- exports.TutorSummaryTxtWithImg = Template.bind({});
91
- exports.TutorSummaryTxtWithImg.args = {
92
- summaryTitle: "what are human resources",
93
- summary: `Here's hedw a summary of secondary sexual characteristics for you:
94
-
95
- - **For Males:**
96
- - Growth of facial and body hair
97
- - Deepening of the voice
98
- - Increase in muscle mass - ygyhb **b**
99
- - Broadening of shoulders
100
-
101
- - **For Females:**
102
- - Development of breasts
103
- - Widening of hips
104
- - Onset of menstruation
105
- - Body fat redistribution
106
-
107
- These characteristics help in distinguishing between the sexes and are signs of sexual maturity but do not directly participate in the reproductive process.
108
-
109
- I hope this helps you understand the concept better! #*#*#
110
- Secondary sexual characteristics are traits that emerge during puberty, which are not directly involved in reproduction but serve to distinguish between the sexes. Here are the secondary sexual characteristics for boys and girls:\\[
111
-
112
- *The evaluation provided by the student for* \\(\\left(\\frac{3}{8}\\right)^{-3}\\) is correct. <u>As previously explained, using the property</u> of exponents \\(a^{-n} = \\frac{1}{a^n}\\), the expression simplifies to \\( \\frac{512}{27} \\). Well done on correctly applying the exponent rules and calculations. #*#*#
113
- | **Aspect** | **Static Friction** | **Sliding Friction** |
114
- |----------------------|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
115
- | **Definition** | Force that resists the initiation of motion of a stationary object on a surface. | Force that opposes the motion of an object already sliding over a surface. |
116
- | **State of Object** | Acts when the object is at rest. | Acts when the object is in motion. |
117
- | **Magnitude** | Generally higher than sliding friction for the same surfaces. | Generally lower than static friction for the same surfaces. |
118
- | **Interlocking** | Involves more interlocking of surface irregularities. | Less interlocking as the surfaces are already in relative motion. |
119
- | **Example** | Pushing a stationary box to start moving. | Keeping the same box moving at a constant speed. |
120
- `,
121
- icons: {
122
- Arrow: arrow_svg_1.default,
123
- Assistant: assistant_svg_1.default,
124
- },
125
- assistantRefImages: [
126
- {
127
- conv_index: 1,
128
- image_caption: "Schematic sectional view of the human heart",
129
- image_description: "The image shows a diagrammatic representation of the human heart with labels indicating its various parts and the direction of blood flow. The heart is depicted with its four chambers: the right atrium, right ventricle, left atrium, and left ventricle. The major vessels connected to the heart are also labeled, including the vena cava from the upper body, vena cava from the lower body, aorta, pulmonary arteries, and pulmonary veins. Arrows illustrate the flow of blood through the heart, highlighting the path from the body through the heart to the lungs and back out to the body again. The septum, which is the dividing wall between the left and right sides of the heart, is also noted.",
130
- image_url: "https://ai-assist-image-dev.s3.ap-south-1.amazonaws.com/diagram_collection/10/biology/life_processes/7.jpg",
131
- isMultimodal: true,
132
- name: "Image-4.1",
133
- media_type: "image",
134
- },
135
- ],
136
- };
137
- exports.TutorSummaryTxtWithImg1 = Template.bind({});
138
- exports.TutorSummaryTxtWithImg1.args = {
139
- summaryTitle: "what are human resources",
140
- summary: `Here's how to summarize the differences between static and sliding friction:
141
- | **Aspect** | **Static Friction** | **Sliding Friction** |
142
- |----------------------|-------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
143
- | **Definition** | Force that resists the initiation of motion of a stationary object on a surface. | Force that opposes the motion of an object already sliding over a surface. |
144
- | **State of Object** | Acts when the object is at rest. | Acts when the object is in motion. |
145
- | **Magnitude** | Generally higher than sliding friction for the same surfaces. | Generally lower than static friction for the same surfaces. |
146
- | **Interlocking** | Involves more interlocking of surface irregularities. | Less interlocking as the surfaces are already in relative motion. |
147
- | **Example** | Pushing a stationary box to start moving. | Keeping the same box moving at a constant speed. |
148
- `,
149
- icons: {
150
- Arrow: arrow_svg_1.default,
151
- Assistant: assistant_svg_1.default,
152
- },
153
- assistantRefImages: [
154
- {
155
- conv_index: 1,
156
- image_caption: "Schematic sectional view of the human heart",
157
- image_description: "The image shows a diagrammatic representation of the human heart with labels indicating its various parts and the direction of blood flow. The heart is depicted with its four chambers: the right atrium, right ventricle, left atrium, and left ventricle. The major vessels connected to the heart are also labeled, including the vena cava from the upper body, vena cava from the lower body, aorta, pulmonary arteries, and pulmonary veins. Arrows illustrate the flow of blood through the heart, highlighting the path from the body through the heart to the lungs and back out to the body again. The septum, which is the dividing wall between the left and right sides of the heart, is also noted.",
158
- image_url: "https://ai-assist-image-dev.s3.ap-south-1.amazonaws.com/diagram_collection/10/biology/life_processes/7.jpg",
159
- isMultimodal: true,
160
- name: "Image-4.1",
161
- media_type: "image",
162
- },
163
- ],
164
- };
165
- //# sourceMappingURL=TutorSummary.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"TutorSummary.stories.js","sourceRoot":"","sources":["../../../../../src/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.tsx"],"names":[],"mappings":";;;;;;;AAEA,kEAA0C;AAC1C,+FAAsE;AACtE,uFAA2D;AAE3D,kBAAe;IACb,KAAK,EAAE,mCAAmC;IAC1C,SAAS,EAAE,sBAAY;CAChB,CAAC;AAEV,MAAM,QAAQ,GAAc,CAAC,IAAI,EAAE,EAAE,CAAC,uBAAC,sBAAY,OAAK,IAAI,GAAI,CAAC;AAEpD,QAAA,eAAe,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACjD,uBAAe,CAAC,IAAI,GAAG;IACrB,YAAY,EAAE,0BAA0B;IACxC,OAAO,EAAE;;;;6NAIkN;IAC3N,KAAK,EAAE;QACL,KAAK,EAAL,mBAAK;QACL,SAAS,EAAE,uBAAY;KACxB;IACD,OAAO,EAAE,IAAI;CACd,CAAC;AAEW,QAAA,oBAAoB,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACtD,4BAAoB,CAAC,IAAI,GAAG;IAC1B,YAAY,EAAE,0BAA0B;IACxC,OAAO,EAAE;;;;;;;;;;;;;;;CAeV;IACC,KAAK,EAAE;QACL,KAAK,EAAL,mBAAK;QACL,SAAS,EAAE,uBAAY;KACxB;CACF,CAAC;AAEW,QAAA,qBAAqB,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvD,6BAAqB,CAAC,IAAI,GAAG;IAC3B,YAAY,EAAE,0BAA0B;IACxC,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BV;IACC,KAAK,EAAE;QACL,KAAK,EAAL,mBAAK;QACL,SAAS,EAAE,uBAAY;KACxB;CACF,CAAC;AAEW,QAAA,sBAAsB,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxD,8BAAsB,CAAC,IAAI,GAAG;IAC5B,YAAY,EAAE,0BAA0B;IACxC,OAAO,EAAE;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2BP;IACF,KAAK,EAAE;QACL,KAAK,EAAL,mBAAK;QACL,SAAS,EAAE,uBAAY;KACxB;IACD,kBAAkB,EAAE;QAClB;YACE,UAAU,EAAE,CAAC;YACb,aAAa,EAAE,6CAA6C;YAC5D,iBAAiB,EACf,orBAAorB;YACtrB,SAAS,EACP,4GAA4G;YAC9G,YAAY,EAAE,IAAI;YAClB,IAAI,EAAE,WAAW;YACjB,UAAU,EAAE,OAAO;SACpB;KACF;CACF,CAAC;AAGW,QAAA,uBAAuB,GAAE,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACxD,+BAAuB,CAAC,IAAI,GAAG;IAC7B,YAAY,EAAE,0BAA0B;IACxC,OAAO,EAAE;;;;;;;;IAQP;IACF,KAAK,EAAE;QACL,KAAK,EAAL,mBAAK;QACL,SAAS,EAAE,uBAAY;KACxB;IACD,kBAAkB,EAAE;QAClB;YACE,UAAU,EAAE,CAAC;YACb,aAAa,EAAE,6CAA6C;YAC5D,iBAAiB,EACf,orBAAorB;YACtrB,SAAS,EACP,4GAA4G;YAC9G,YAAY,EAAE,IAAI;YAClB,IAAI,EAAE,WAAW;YACjB,UAAU,EAAE,OAAO;SACpB;KACF;CACF,CAAC"}
@@ -1,6 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
2
- export default _default;
3
- export declare const UserTxt: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
4
- export declare const UserMathTxt: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
5
- export declare const UserHandwritten: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
6
- export declare const UserWithImages: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
@@ -1,117 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.UserWithImages = exports.UserHandwritten = exports.UserMathTxt = exports.UserTxt = void 0;
7
- const jsx_runtime_1 = require("react/jsx-runtime");
8
- const User_1 = __importDefault(require("./User"));
9
- exports.default = {
10
- title: "Components/Molecules/User",
11
- component: User_1.default,
12
- };
13
- const Template = (args) => (0, jsx_runtime_1.jsx)(User_1.default, { ...args });
14
- exports.UserTxt = Template.bind({});
15
- exports.UserTxt.args = {
16
- text: `What is chemical effects of electric current`,
17
- };
18
- exports.UserMathTxt = Template.bind({});
19
- exports.UserMathTxt.args = {
20
- text: `Evaluate :&nbsp; \\(\\left(\\frac38\\right)^{-3}\\) `,
21
- };
22
- exports.UserHandwritten = Template.bind({});
23
- exports.UserHandwritten.args = {
24
- text: `a)\n\n(b)\n\\[\n\\begin{array}{c}\nH \\\\\nH: \\ddot{C}: \\ddot{C}: \\ddot{C}: \\ddot{C}: H \\\\\n\\because H: \\ddot{H}\n\\end{array}\n\\] \n\n ithe structure of thanois acid is:\n(ii) The structure of Butanone is: `,
25
- transcribeImageList: [
26
- {
27
- "image": "https://student-handwritten.s3.amazonaws.com/63d9a8cc-a269-40fd-bc3f-d500c222e460_4ec4d3cd-b9cc-4942-81c3-9252134c857e-1.jpg",
28
- "text": "(a)\n\n(b)\n\\[\n\\begin{array}{c}\nH \\\\\nH: \\ddot{C}: \\ddot{C}: \\ddot{C}: \\ddot{C}: H \\\\\n\\because H: \\ddot{H}\n\\end{array}\n\\]",
29
- "annotations": [
30
- {
31
- "class": "diagram",
32
- "confidence": 0.8018212914466858,
33
- "height": 2546.9999999999995,
34
- "id": "4f7cd522-80fb-49e1-b5ec-a2cd07606e17",
35
- "width": 2161.971830985916,
36
- "x": 84.50704225352113,
37
- "y": 173
38
- },
39
- {
40
- "class": "diagram",
41
- "confidence": 0.8018212914466858,
42
- "height": 2546.9999999999995,
43
- "id": "4f7cd522-80fb-49e1-b5ec-a2cd07606e17",
44
- "width": 2161.971830985916,
45
- "x": 84.50704225352113,
46
- "y": 173
47
- },
48
- {
49
- "class": "diagram",
50
- "confidence": 0.8018212914466858,
51
- "height": 2546.9999999999995,
52
- "id": "4f7cd522-80fb-49e1-b5ec-a2cd07606e17",
53
- "width": 2161.971830985916,
54
- "x": 84.50704225352113,
55
- "y": 173
56
- }
57
- ],
58
- "status": "success",
59
- "otherMetadata": {
60
- "clarity": "clear",
61
- "handwriting_legibility": "legible",
62
- "is_handwritten": true,
63
- "issues": [
64
- "shadows"
65
- ],
66
- "orientation": "straight",
67
- "proceed_with_ocr": true,
68
- "quality_score": 8
69
- },
70
- "ocrStatus": true,
71
- "empty_transcription": false
72
- },
73
- {
74
- "image": "https://student-handwritten.s3.amazonaws.com/0234c0c4-e2a2-4904-b658-baa82ce3e315_4ec4d3cd-b9cc-4942-81c3-9252134c857e-2.jpg",
75
- "text": "ithe structure of thanois acid is:\n(ii) The structure of Butanone is:",
76
- "annotations": [
77
- {
78
- "class": "diagram",
79
- "confidence": 0.7416420578956604,
80
- "height": 1062,
81
- "id": "fae81be0-c1de-4917-b7dc-1512a502ae83",
82
- "width": 1316,
83
- "x": 317,
84
- "y": 475
85
- },
86
- {
87
- "class": "diagram",
88
- "confidence": 0.702781617641449,
89
- "height": 1357.9999999999998,
90
- "id": "6556d0dd-5771-4b56-9e6e-2695cd6b5185",
91
- "width": 2426.1830985915503,
92
- "x": 302.81690140845075,
93
- "y": 1932
94
- }
95
- ],
96
- "status": "success",
97
- "otherMetadata": {
98
- "clarity": "clear",
99
- "handwriting_legibility": "legible",
100
- "is_handwritten": true,
101
- "issues": [
102
- "shadows"
103
- ],
104
- "orientation": "straight",
105
- "proceed_with_ocr": true,
106
- "quality_score": 8
107
- },
108
- "ocrStatus": true,
109
- "empty_transcription": false
110
- }
111
- ]
112
- };
113
- exports.UserWithImages = Template.bind({});
114
- exports.UserWithImages.args = {
115
- image_urls: ["https://student-handwritten.s3.amazonaws.com/e3df2b83-0517-4a0e-b089-2d32cd154470_30891929-c5c7-49eb-931a-313a753e9ef9-1-cropped.jpg", "https://student-handwritten.s3.amazonaws.com/e3df2b83-0517-4a0e-b089-2d32cd154470_30891929-c5c7-49eb-931a-313a753e9ef9-1-cropped.jpg"],
116
- };
117
- //# sourceMappingURL=User.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"User.stories.js","sourceRoot":"","sources":["../../../../../src/components/Molecules/Tutor/User/User.stories.tsx"],"names":[],"mappings":";;;;;;;AAEA,kDAA0B;AAE1B,kBAAe;IACb,KAAK,EAAE,2BAA2B;IAClC,SAAS,EAAE,cAAI;CACR,CAAC;AAEV,MAAM,QAAQ,GAAc,CAAC,IAAI,EAAE,EAAE,CAAC,uBAAC,cAAI,OAAK,IAAI,GAAI,CAAC;AAE5C,QAAA,OAAO,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACzC,eAAO,CAAC,IAAI,GAAG;IACb,IAAI,EAAE,8CAA8C;CACrD,CAAC;AACW,QAAA,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC7C,mBAAW,CAAC,IAAI,GAAG;IACjB,IAAI,EAAE,uDAAuD;CAC9D,CAAC;AAEW,QAAA,eAAe,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACjD,uBAAe,CAAC,IAAI,GAAG;IACrB,IAAI,EAAE,0NAA0N;IAChO,mBAAmB,EAAE;QACnB;YACE,OAAO,EAAE,8HAA8H;YACvI,MAAM,EAAE,8IAA8I;YACtJ,aAAa,EAAE;gBACb;oBACE,OAAO,EAAE,SAAS;oBAClB,YAAY,EAAE,kBAAkB;oBAChC,QAAQ,EAAE,kBAAkB;oBAC5B,IAAI,EAAE,sCAAsC;oBAC5C,OAAO,EAAE,iBAAiB;oBAC1B,GAAG,EAAE,iBAAiB;oBACtB,GAAG,EAAE,GAAG;iBACT;gBACD;oBACE,OAAO,EAAE,SAAS;oBAClB,YAAY,EAAE,kBAAkB;oBAChC,QAAQ,EAAE,kBAAkB;oBAC5B,IAAI,EAAE,sCAAsC;oBAC5C,OAAO,EAAE,iBAAiB;oBAC1B,GAAG,EAAE,iBAAiB;oBACtB,GAAG,EAAE,GAAG;iBACT;gBACD;oBACE,OAAO,EAAE,SAAS;oBAClB,YAAY,EAAE,kBAAkB;oBAChC,QAAQ,EAAE,kBAAkB;oBAC5B,IAAI,EAAE,sCAAsC;oBAC5C,OAAO,EAAE,iBAAiB;oBAC1B,GAAG,EAAE,iBAAiB;oBACtB,GAAG,EAAE,GAAG;iBACT;aACF;YACD,QAAQ,EAAE,SAAS;YACnB,eAAe,EAAE;gBACf,SAAS,EAAE,OAAO;gBAClB,wBAAwB,EAAE,SAAS;gBACnC,gBAAgB,EAAE,IAAI;gBACtB,QAAQ,EAAE;oBACR,SAAS;iBACV;gBACD,aAAa,EAAE,UAAU;gBACzB,kBAAkB,EAAE,IAAI;gBACxB,eAAe,EAAE,CAAC;aACnB;YACD,WAAW,EAAE,IAAI;YACjB,qBAAqB,EAAE,KAAK;SAC7B;QACD;YACE,OAAO,EAAE,8HAA8H;YACvI,MAAM,EAAE,wEAAwE;YAChF,aAAa,EAAE;gBACb;oBACE,OAAO,EAAE,SAAS;oBAClB,YAAY,EAAE,kBAAkB;oBAChC,QAAQ,EAAE,IAAI;oBACd,IAAI,EAAE,sCAAsC;oBAC5C,OAAO,EAAE,IAAI;oBACb,GAAG,EAAE,GAAG;oBACR,GAAG,EAAE,GAAG;iBACT;gBACD;oBACE,OAAO,EAAE,SAAS;oBAClB,YAAY,EAAE,iBAAiB;oBAC/B,QAAQ,EAAE,kBAAkB;oBAC5B,IAAI,EAAE,sCAAsC;oBAC5C,OAAO,EAAE,kBAAkB;oBAC3B,GAAG,EAAE,kBAAkB;oBACvB,GAAG,EAAE,IAAI;iBACV;aACF;YACD,QAAQ,EAAE,SAAS;YACnB,eAAe,EAAE;gBACf,SAAS,EAAE,OAAO;gBAClB,wBAAwB,EAAE,SAAS;gBACnC,gBAAgB,EAAE,IAAI;gBACtB,QAAQ,EAAE;oBACR,SAAS;iBACV;gBACD,aAAa,EAAE,UAAU;gBACzB,kBAAkB,EAAE,IAAI;gBACxB,eAAe,EAAE,CAAC;aACnB;YACD,WAAW,EAAE,IAAI;YACjB,qBAAqB,EAAE,KAAK;SAC7B;KACF;CACF,CAAC;AAGW,QAAA,cAAc,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,sBAAc,CAAC,IAAI,GAAG;IACpB,UAAU,EAAE,CAAC,sIAAsI,EAAC,sIAAsI,CAAC;CAC5R,CAAC"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
2
- export default _default;
3
- export declare const DefaultView: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
@@ -1,23 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DefaultView = void 0;
7
- const jsx_runtime_1 = require("react/jsx-runtime");
8
- const VideoModal_1 = __importDefault(require("./VideoModal"));
9
- const wall_images_1 = __importDefault(require("../../../utils/wall-images"));
10
- exports.default = {
11
- title: "Components/Molecules/VideoModal",
12
- component: VideoModal_1.default,
13
- };
14
- const Template = (args) => (0, jsx_runtime_1.jsx)(VideoModal_1.default, { ...args });
15
- exports.DefaultView = Template.bind({});
16
- exports.DefaultView.args = {
17
- isOpen: true,
18
- videoUrl: `https://innerscore-student-wall.s3.amazonaws.com/aafe106e-19ab-4c8f-a9e4-66406891f3da_SampleVideo_1280x720_5mb_1.mp4`,
19
- icons: {
20
- close: wall_images_1.default.settings,
21
- },
22
- };
23
- //# sourceMappingURL=VideoModal.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"VideoModal.stories.js","sourceRoot":"","sources":["../../../../src/components/Molecules/VideoView/VideoModal.stories.tsx"],"names":[],"mappings":";;;;;;;AAEA,8DAAsC;AACtC,6EAAqD;AAErD,kBAAe;IACb,KAAK,EAAE,iCAAiC;IACxC,SAAS,EAAE,oBAAU;CACd,CAAC;AAEV,MAAM,QAAQ,GAAc,CAAC,IAAI,EAAE,EAAE,CAAC,uBAAC,oBAAU,OAAK,IAAI,GAAI,CAAC;AAElD,QAAA,WAAW,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC7C,mBAAW,CAAC,IAAI,GAAG;IACjB,MAAM,EAAE,IAAI;IACZ,QAAQ,EAAE,sHAAsH;IAChI,KAAK,EAAE;QACL,KAAK,EAAE,qBAAW,CAAC,QAAQ;KAC5B;CACF,CAAC"}
@@ -1,6 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
2
- export default _default;
3
- export declare const DefaultBanner: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
4
- export declare const DarkBanner: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
5
- export declare const WallTeacherBanner: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
6
- export declare const WallTeacherDarkBanner: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
@@ -1,45 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.WallTeacherDarkBanner = exports.WallTeacherBanner = exports.DarkBanner = exports.DefaultBanner = void 0;
7
- const jsx_runtime_1 = require("react/jsx-runtime");
8
- const WallBanner_1 = __importDefault(require("./WallBanner"));
9
- exports.default = {
10
- title: "Components/Molecules/WallBanner",
11
- component: WallBanner_1.default,
12
- };
13
- const imageURL = "https://innerscore-student-wall.s3.amazonaws.com/f93628be-3635-4677-85b4-faa12a4b57e1_images_1583759712444_dhoni.jpeg";
14
- const Template = (args) => (0, jsx_runtime_1.jsx)(WallBanner_1.default, { ...args });
15
- exports.DefaultBanner = Template.bind({});
16
- exports.DefaultBanner.args = {
17
- image: imageURL,
18
- title: "School Hub!",
19
- description: "CHALLENGE-Discover the Learning Wall: Share, Connect, Thrive! Post your learning activities, spark discussions and engage with a global community of fellow learners. Foster connections through comments, appreciations and discussions–your gateway to a world of educational exploration. So go ahead stick it on the Wall.",
20
- isDarkTheme: false,
21
- };
22
- exports.DarkBanner = Template.bind({});
23
- exports.DarkBanner.args = {
24
- image: imageURL,
25
- title: "School Hub!",
26
- description: "CHALLENGE-Discover the Learning Wall: Share, Connect, Thrive! Post your learning activities, spark discussions and engage with a global community of fellow learners. Foster connections through comments, appreciations and discussions–your gateway to a world of educational exploration. So go ahead stick it on the Wall.",
27
- isDarkTheme: true,
28
- };
29
- exports.WallTeacherBanner = Template.bind({});
30
- exports.WallTeacherBanner.args = {
31
- image: imageURL,
32
- title: "School Hub!",
33
- description: "CHALLENGE-Discover the Learning Wall: Share, Connect, Thrive! Post your learning activities, spark discussions and engage with a global community of fellow learners. Foster connections through comments, appreciations and discussions–your gateway to a world of educational exploration. So go ahead stick it on the Wall.",
34
- isTeacher: true,
35
- isDarkTheme: false,
36
- };
37
- exports.WallTeacherDarkBanner = Template.bind({});
38
- exports.WallTeacherDarkBanner.args = {
39
- image: imageURL,
40
- title: "School Hub!",
41
- description: "CHALLENGE-Discover the Learning Wall: Share, Connect, Thrive! Post your learning activities, spark discussions and engage with a global community of fellow learners. Foster connections through comments, appreciations and discussions–your gateway to a world of educational exploration. So go ahead stick it on the Wall.",
42
- isTeacher: true,
43
- isDarkTheme: true,
44
- };
45
- //# sourceMappingURL=WallBanner.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WallBanner.stories.js","sourceRoot":"","sources":["../../../../src/components/Molecules/WallBanner/WallBanner.stories.tsx"],"names":[],"mappings":";;;;;;;AAEA,8DAAsC;AAEtC,kBAAe;IACb,KAAK,EAAE,iCAAiC;IACxC,SAAS,EAAE,oBAAU;CACd,CAAC;AAEV,MAAM,QAAQ,GACZ,uHAAuH,CAAC;AAE1H,MAAM,QAAQ,GAAc,CAAC,IAAI,EAAE,EAAE,CAAC,uBAAC,oBAAU,OAAK,IAAI,GAAI,CAAC;AAElD,QAAA,aAAa,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC/C,qBAAa,CAAC,IAAI,GAAG;IACnB,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,aAAa;IACpB,WAAW,EACT,gUAAgU;IAClU,WAAW,EAAE,KAAK;CACnB,CAAC;AAEW,QAAA,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC5C,kBAAU,CAAC,IAAI,GAAG;IAChB,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,aAAa;IACpB,WAAW,EACT,gUAAgU;IAClU,WAAW,EAAE,IAAI;CAClB,CAAC;AAEW,QAAA,iBAAiB,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACnD,yBAAiB,CAAC,IAAI,GAAG;IACvB,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,aAAa;IACpB,WAAW,EACT,gUAAgU;IAClU,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,KAAK;CACnB,CAAC;AAEW,QAAA,qBAAqB,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACvD,6BAAqB,CAAC,IAAI,GAAG;IAC3B,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,aAAa;IACpB,WAAW,EACT,gUAAgU;IAClU,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;CAClB,CAAC"}
@@ -1,5 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
2
- export default _default;
3
- export declare const ShareCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
4
- export declare const ShareCardWithoutInteractions: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
5
- export declare const ChallengeCard: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
@@ -1,67 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.ChallengeCard = exports.ShareCardWithoutInteractions = exports.ShareCard = void 0;
7
- const jsx_runtime_1 = require("react/jsx-runtime");
8
- const WallCard_1 = __importDefault(require("./WallCard"));
9
- const wall_images_1 = __importDefault(require("../../../utils/wall-images"));
10
- exports.default = {
11
- title: "Components/Molecules/WallCard",
12
- component: WallCard_1.default,
13
- };
14
- const imageURL = "https://innerscore-student-wall.s3.amazonaws.com/7e7fa19c-b11e-412c-9c55-d36afacc34e4_Vocab_BG_4_Final.jpg";
15
- const Template = (args) => (0, jsx_runtime_1.jsx)(WallCard_1.default, { ...args });
16
- exports.ShareCard = Template.bind({});
17
- exports.ShareCard.args = {
18
- titleImg: imageURL,
19
- subject: "English",
20
- title: "Road not taken",
21
- description: "Here you will learn different types of graphs like bar, line, pie graphs. Use this in examples. line, pie graphs. Use this in examples.",
22
- color: "#FEE7E7",
23
- showInteractions: true,
24
- clapsCount: 0,
25
- commentsCount: 10,
26
- icons: {
27
- clap: wall_images_1.default.clap,
28
- comment: wall_images_1.default.comment,
29
- activeClap: wall_images_1.default.activeClap,
30
- challenge: wall_images_1.default.challenge,
31
- },
32
- };
33
- exports.ShareCardWithoutInteractions = Template.bind({});
34
- exports.ShareCardWithoutInteractions.args = {
35
- titleImg: imageURL,
36
- subject: "English",
37
- title: "Road not taken",
38
- description: "Here you will learn different types of graphs like bar, line, pie graphs. Use this in examples. line, pie graphs. Use this in examples.",
39
- color: "#FEE7E7",
40
- showInteractions: false,
41
- icons: {
42
- clap: wall_images_1.default.clap,
43
- comment: wall_images_1.default.comment,
44
- activeClap: wall_images_1.default.activeClap,
45
- challenge: wall_images_1.default.challenge,
46
- },
47
- };
48
- exports.ChallengeCard = Template.bind({});
49
- exports.ChallengeCard.args = {
50
- titleImg: imageURL,
51
- subject: "English",
52
- title: "Road not taken",
53
- description: "Here you will learn different types of graphs like bar",
54
- color: "#FEE7E7",
55
- showInteractions: true,
56
- clapsCount: 0,
57
- commentsCount: 10,
58
- isChallenge: true,
59
- isUserClapped: true,
60
- icons: {
61
- clap: wall_images_1.default.clap,
62
- comment: wall_images_1.default.comment,
63
- activeClap: wall_images_1.default.activeClap,
64
- challenge: wall_images_1.default.challenge,
65
- },
66
- };
67
- //# sourceMappingURL=WallCard.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"WallCard.stories.js","sourceRoot":"","sources":["../../../../src/components/Molecules/WallCard/WallCard.stories.tsx"],"names":[],"mappings":";;;;;;;AAEA,0DAAkC;AAClC,6EAAqD;AAErD,kBAAe;IACb,KAAK,EAAE,+BAA+B;IACtC,SAAS,EAAE,kBAAQ;CACZ,CAAC;AAEV,MAAM,QAAQ,GACZ,4GAA4G,CAAC;AAE/G,MAAM,QAAQ,GAAc,CAAC,IAAI,EAAE,EAAE,CAAC,uBAAC,kBAAQ,OAAK,IAAI,GAAI,CAAC;AAEhD,QAAA,SAAS,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC3C,iBAAS,CAAC,IAAI,GAAG;IACf,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,gBAAgB;IACvB,WAAW,EACT,yIAAyI;IAC3I,KAAK,EAAE,SAAS;IAChB,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,CAAC;IACb,aAAa,EAAE,EAAE;IACjB,KAAK,EAAE;QACL,IAAI,EAAE,qBAAW,CAAC,IAAI;QACtB,OAAO,EAAE,qBAAW,CAAC,OAAO;QAC5B,UAAU,EAAE,qBAAW,CAAC,UAAU;QAClC,SAAS,EAAE,qBAAW,CAAC,SAAS;KACjC;CACF,CAAC;AAEW,QAAA,4BAA4B,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC9D,oCAA4B,CAAC,IAAI,GAAG;IAClC,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,gBAAgB;IACvB,WAAW,EACT,yIAAyI;IAC3I,KAAK,EAAE,SAAS;IAChB,gBAAgB,EAAE,KAAK;IACvB,KAAK,EAAE;QACL,IAAI,EAAE,qBAAW,CAAC,IAAI;QACtB,OAAO,EAAE,qBAAW,CAAC,OAAO;QAC5B,UAAU,EAAE,qBAAW,CAAC,UAAU;QAClC,SAAS,EAAE,qBAAW,CAAC,SAAS;KACjC;CACF,CAAC;AAEW,QAAA,aAAa,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC/C,qBAAa,CAAC,IAAI,GAAG;IACnB,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,SAAS;IAClB,KAAK,EAAE,gBAAgB;IACvB,WAAW,EAAE,wDAAwD;IACrE,KAAK,EAAE,SAAS;IAChB,gBAAgB,EAAE,IAAI;IACtB,UAAU,EAAE,CAAC;IACb,aAAa,EAAE,EAAE;IACjB,WAAW,EAAE,IAAI;IACjB,aAAa,EAAE,IAAI;IACnB,KAAK,EAAE;QACL,IAAI,EAAE,qBAAW,CAAC,IAAI;QACtB,OAAO,EAAE,qBAAW,CAAC,OAAO;QAC5B,UAAU,EAAE,qBAAW,CAAC,UAAU;QAClC,SAAS,EAAE,qBAAW,CAAC,SAAS;KACjC;CACF,CAAC"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
2
- export default _default;
3
- export declare const DefaultActivityList: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;
@@ -1,76 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.DefaultActivityList = void 0;
7
- const jsx_runtime_1 = require("react/jsx-runtime");
8
- const ActivityList_1 = __importDefault(require("./ActivityList"));
9
- const wall_images_1 = __importDefault(require("../../../utils/wall-images"));
10
- exports.default = {
11
- title: "Components/Organisms/ActivityList",
12
- component: ActivityList_1.default,
13
- };
14
- const Template = (args) => (0, jsx_runtime_1.jsx)(ActivityList_1.default, { ...args });
15
- const imageURL = "https://innerscore-student-wall.s3.amazonaws.com/7e7fa19c-b11e-412c-9c55-d36afacc34e4_Vocab_BG_4_Final.jpg";
16
- const ActivityCards = [
17
- {
18
- titleImg: imageURL,
19
- subject: "English",
20
- title: "Road not taken",
21
- description: "Here you will learn different types of graphs like bar, line, pie graphs. Use this in examples. line, pie graphs. Use this in examples.",
22
- color: "#FEE7E7",
23
- clapIcon: wall_images_1.default.clap,
24
- commentIcon: wall_images_1.default.comment,
25
- clapsCount: 0,
26
- commentsCount: 10,
27
- enableClaps: false,
28
- enableComments: false,
29
- },
30
- {
31
- titleImg: imageURL,
32
- subject: "Mathematics",
33
- title: "Algebra",
34
- description: "Learn about algebraic equations, expressions, and how to solve them.",
35
- color: "#E7F3FE",
36
- clapIcon: wall_images_1.default.clap,
37
- commentIcon: wall_images_1.default.comment,
38
- clapsCount: 5,
39
- commentsCount: 2,
40
- enableClaps: false,
41
- enableComments: false,
42
- },
43
- {
44
- titleImg: imageURL,
45
- subject: "Science",
46
- title: "Physics Basics",
47
- description: "Introduction to physics, covering fundamental concepts and principles.",
48
- color: "#E7FEE7",
49
- enableClaps: true,
50
- enableComments: true,
51
- },
52
- ];
53
- let sampleData = ActivityCards?.map((item) => {
54
- return {
55
- ...item,
56
- isUserClapped: true,
57
- icons: {
58
- clap: wall_images_1.default.clap,
59
- activeClap: wall_images_1.default.activeClap,
60
- comment: wall_images_1.default.comment,
61
- challenge: wall_images_1.default.challenge,
62
- vote: wall_images_1.default.clap,
63
- activeVote: wall_images_1.default.activeClap,
64
- },
65
- };
66
- });
67
- console.log("sample data....", sampleData);
68
- exports.DefaultActivityList = Template.bind({});
69
- exports.DefaultActivityList.args = {
70
- cards: [...sampleData],
71
- handleClick: (data) => {
72
- alert(JSON.stringify(data));
73
- },
74
- completeData: [],
75
- };
76
- //# sourceMappingURL=ActivityList.stories.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ActivityList.stories.js","sourceRoot":"","sources":["../../../../src/components/Organisms/ActivityList/ActivityList.stories.tsx"],"names":[],"mappings":";;;;;;;AAEA,kEAA0C;AAC1C,6EAAqD;AAErD,kBAAe;IACb,KAAK,EAAE,mCAAmC;IAC1C,SAAS,EAAE,sBAAY;CAChB,CAAC;AAEV,MAAM,QAAQ,GAAc,CAAC,IAAI,EAAE,EAAE,CAAC,uBAAC,sBAAY,OAAK,IAAI,GAAI,CAAC;AACjE,MAAM,QAAQ,GACZ,4GAA4G,CAAC;AAC/G,MAAM,aAAa,GAAG;IACpB;QACE,QAAQ,EAAE,QAAQ;QAClB,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EACT,yIAAyI;QAC3I,KAAK,EAAE,SAAS;QAChB,QAAQ,EAAE,qBAAW,CAAC,IAAI;QAC1B,WAAW,EAAE,qBAAW,CAAC,OAAO;QAChC,UAAU,EAAE,CAAC;QACb,aAAa,EAAE,EAAE;QACjB,WAAW,EAAE,KAAK;QAClB,cAAc,EAAE,KAAK;KACtB;IACD;QACE,QAAQ,EAAE,QAAQ;QAClB,OAAO,EAAE,aAAa;QACtB,KAAK,EAAE,SAAS;QAChB,WAAW,EACT,sEAAsE;QACxE,KAAK,EAAE,SAAS;QAChB,QAAQ,EAAE,qBAAW,CAAC,IAAI;QAC1B,WAAW,EAAE,qBAAW,CAAC,OAAO;QAChC,UAAU,EAAE,CAAC;QACb,aAAa,EAAE,CAAC;QAChB,WAAW,EAAE,KAAK;QAClB,cAAc,EAAE,KAAK;KACtB;IACD;QACE,QAAQ,EAAE,QAAQ;QAClB,OAAO,EAAE,SAAS;QAClB,KAAK,EAAE,gBAAgB;QACvB,WAAW,EACT,wEAAwE;QAC1E,KAAK,EAAE,SAAS;QAChB,WAAW,EAAE,IAAI;QACjB,cAAc,EAAE,IAAI;KACrB;CACF,CAAC;AACF,IAAI,UAAU,GAAG,aAAa,EAAE,GAAG,CAAC,CAAC,IAAS,EAAE,EAAE;IAChD,OAAO;QACL,GAAG,IAAI;QACP,aAAa,EAAE,IAAI;QACnB,KAAK,EAAE;YACL,IAAI,EAAE,qBAAW,CAAC,IAAI;YACtB,UAAU,EAAE,qBAAW,CAAC,UAAU;YAClC,OAAO,EAAE,qBAAW,CAAC,OAAO;YAC5B,SAAS,EAAE,qBAAW,CAAC,SAAS;YAChC,IAAI,EAAE,qBAAW,CAAC,IAAI;YACtB,UAAU,EAAE,qBAAW,CAAC,UAAU;SACnC;KACF,CAAC;AACJ,CAAC,CAAC,CAAC;AACH,OAAO,CAAC,GAAG,CAAC,iBAAiB,EAAE,UAAU,CAAC,CAAC;AAC9B,QAAA,mBAAmB,GAAG,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACrD,2BAAmB,CAAC,IAAI,GAAG;IACzB,KAAK,EAAE,CAAC,GAAG,UAAU,CAAC;IACtB,WAAW,EAAE,CAAC,IAAS,EAAE,EAAE;QACzB,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC;IAC9B,CAAC;IACD,YAAY,EAAE,EAAE;CACjB,CAAC"}
@@ -1,3 +0,0 @@
1
- declare const _default: import("@storybook/types").ComponentAnnotations<import("@storybook/react/dist/types-0fc72a6d").R, import("@storybook/types").Args>;
2
- export default _default;
3
- export declare const Example1: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0fc72a6d").R, {}>;