mario-core 2.9.2 → 2.9.3

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 (218) hide show
  1. package/dist/assets/Images.d.ts +0 -0
  2. package/dist/components/Alerts/CommonAlert.d.ts +0 -0
  3. package/dist/components/Alerts/EmptyDataAlert.d.ts +0 -0
  4. package/dist/components/Alerts/ErrorHandler.d.ts +0 -0
  5. package/dist/components/Alerts/ReactNotification.d.ts +0 -0
  6. package/dist/components/Buttons/AddButton.d.ts +0 -0
  7. package/dist/components/Buttons/AddButtonIcon.d.ts +0 -0
  8. package/dist/components/Buttons/CloseButton.d.ts +0 -0
  9. package/dist/components/Buttons/DeleteButtonIcon.d.ts +0 -0
  10. package/dist/components/Buttons/DetailActionButtons.d.ts +0 -0
  11. package/dist/components/Buttons/EditButtonIcon.d.ts +0 -0
  12. package/dist/components/Buttons/LinkEditButton.d.ts +0 -0
  13. package/dist/components/Buttons/LoginNavButton.d.ts +0 -0
  14. package/dist/components/Buttons/ToggleButton.d.ts +0 -0
  15. package/dist/components/Buttons/UploadFileButton.d.ts +0 -0
  16. package/dist/components/Headers/CommonHeader.d.ts +0 -0
  17. package/dist/components/Image/UploadImage.d.ts +0 -0
  18. package/dist/components/Inputs/FileInput.d.ts +0 -0
  19. package/dist/components/Inputs/PasswordInput.d.ts +0 -0
  20. package/dist/components/Inputs/SearchBox.d.ts +0 -0
  21. package/dist/components/Inputs/SearchBoxContainer.d.ts +0 -0
  22. package/dist/components/Labels/RequiredLabel.d.ts +0 -0
  23. package/dist/components/Loading/Loading.d.ts +0 -0
  24. package/dist/components/Modals/CommonModal.d.ts +0 -0
  25. package/dist/components/Modals/NotificationModal.d.ts +0 -0
  26. package/dist/components/Others/QuitPrompt.d.ts +0 -0
  27. package/dist/components/Pagination/CustomPagination.d.ts +0 -0
  28. package/dist/components/Selectors/AcademicClassSelector.d.ts +0 -0
  29. package/dist/components/Selectors/CreatableSelector.d.ts +0 -0
  30. package/dist/components/Selectors/CustomSelector.d.ts +0 -0
  31. package/dist/components/Selectors/MailCategorySelectors.d.ts +0 -0
  32. package/dist/components/Selectors/QuestionCategorySelector.d.ts +0 -0
  33. package/dist/components/Selectors/QuestionTypeSelector.d.ts +0 -0
  34. package/dist/components/Selectors/StarRatingSelector.d.ts +0 -0
  35. package/dist/components/Selectors/SuggestionCategorySelector.d.ts +0 -0
  36. package/dist/components/Tabs/CustomTab.d.ts +0 -0
  37. package/dist/configs/editorConfig.d.ts +0 -0
  38. package/dist/containers/Commons/NotFound.d.ts +0 -0
  39. package/dist/containers/DistrictSchools/views/SchoolList.d.ts +0 -0
  40. package/dist/containers/EmailTemplate/components/AttachmentFile.d.ts +0 -0
  41. package/dist/containers/EmailTemplate/components/MailParam.d.ts +0 -0
  42. package/dist/containers/EmailTemplate/configs/emailTemplateSchema.d.ts +0 -0
  43. package/dist/containers/EmailTemplate/hooks/useEmailTemplateDetail.d.ts +0 -0
  44. package/dist/containers/EmailTemplate/hooks/useEmailTemplateList.d.ts +0 -0
  45. package/dist/containers/EmailTemplate/views/EmailTemplateDetail.d.ts +0 -0
  46. package/dist/containers/EmailTemplate/views/EmailTemplateList.d.ts +0 -0
  47. package/dist/containers/Faq/components/FaqDetailModal.d.ts +0 -0
  48. package/dist/containers/Faq/hooks/useFaqDetail.d.ts +0 -0
  49. package/dist/containers/Faq/hooks/useFaqList.d.ts +0 -0
  50. package/dist/containers/Faq/views/FaqList.d.ts +0 -0
  51. package/dist/containers/Gallery/components/ActionModal.d.ts +0 -0
  52. package/dist/containers/Gallery/components/Filter.d.ts +0 -0
  53. package/dist/containers/Gallery/components/Media.d.ts +0 -0
  54. package/dist/containers/Gallery/components/MediaDetail.d.ts +0 -0
  55. package/dist/containers/Gallery/components/MediaList.d.ts +0 -0
  56. package/dist/containers/Gallery/components/MediaNav.d.ts +0 -0
  57. package/dist/containers/Gallery/constants/gallery.types.d.ts +0 -0
  58. package/dist/containers/Gallery/extensions/helpers.d.ts +0 -0
  59. package/dist/containers/Gallery/hooks/useGalleryList.d.ts +0 -0
  60. package/dist/containers/Gallery/views/GalleryList.d.ts +0 -0
  61. package/dist/containers/Login/hooks/useForgotPassword.d.ts +0 -0
  62. package/dist/containers/Login/hooks/useLogin.d.ts +0 -0
  63. package/dist/containers/Login/hooks/useLoginTwoFactor.d.ts +0 -0
  64. package/dist/containers/Login/views/Dashboard.d.ts +0 -0
  65. package/dist/containers/Login/views/Login.d.ts +0 -0
  66. package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +0 -0
  67. package/dist/containers/Login/views/block/BlockLogin.d.ts +0 -0
  68. package/dist/containers/Login/views/block/BlockResetPassword.d.ts +0 -0
  69. package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +0 -0
  70. package/dist/containers/Login/views/block/CloseBlock.d.ts +0 -0
  71. package/dist/containers/Login/views/block/ContentHomePage.d.ts +0 -0
  72. package/dist/containers/Login/views/block/IconContent.d.ts +0 -0
  73. package/dist/containers/Login/views/block/QuoteContent.d.ts +0 -0
  74. package/dist/containers/Notifications/components/NotificationButton.d.ts +0 -0
  75. package/dist/containers/Notifications/components/NotificationStatusSelector.d.ts +0 -0
  76. package/dist/containers/Notifications/hooks/useNotificationList.d.ts +0 -0
  77. package/dist/containers/Notifications/hooks/useUnreadNotification.d.ts +0 -0
  78. package/dist/containers/Notifications/views/NotificationList.d.ts +0 -0
  79. package/dist/containers/Skill/components/SkillDetailModal.d.ts +0 -0
  80. package/dist/containers/Skill/components/SkillSelector.d.ts +0 -0
  81. package/dist/containers/Skill/hooks/useSkillDetail.d.ts +0 -0
  82. package/dist/containers/Skill/hooks/useSkillList.d.ts +0 -0
  83. package/dist/containers/Skill/views/SkillList.d.ts +0 -0
  84. package/dist/containers/User/configs/changePasswordSchema.d.ts +0 -0
  85. package/dist/containers/User/configs/userSchema.d.ts +0 -0
  86. package/dist/containers/User/hooks/useUserDetail.d.ts +0 -0
  87. package/dist/containers/User/hooks/useUserList.d.ts +0 -0
  88. package/dist/containers/User/views/UserDetail.d.ts +0 -0
  89. package/dist/containers/User/views/UserList.d.ts +0 -0
  90. package/dist/hooks/useFilters.d.ts +0 -0
  91. package/dist/index.css +0 -0
  92. package/dist/index.d.ts +0 -0
  93. package/dist/index.js +4 -4
  94. package/dist/index.js.map +1 -1
  95. package/dist/index.modern.js +4 -4
  96. package/dist/index.modern.js.map +1 -1
  97. package/dist/index.test.d.ts +0 -0
  98. package/dist/layouts/TheContent.d.ts +0 -0
  99. package/dist/layouts/TheFooter.d.ts +0 -0
  100. package/dist/layouts/TheHeader.d.ts +0 -0
  101. package/dist/layouts/TheHeaderDropdown.d.ts +0 -0
  102. package/dist/layouts/TheLayout.d.ts +0 -0
  103. package/dist/layouts/TheSidebar.d.ts +0 -0
  104. package/dist/redux/assessments/action.d.ts +0 -0
  105. package/dist/redux/assessments/reducer.d.ts +0 -0
  106. package/dist/redux/assignment/action.d.ts +0 -0
  107. package/dist/redux/assignment/reducer.d.ts +0 -0
  108. package/dist/redux/assistants/action.d.ts +0 -0
  109. package/dist/redux/assistants/reducer.d.ts +0 -0
  110. package/dist/redux/badges/action.d.ts +0 -0
  111. package/dist/redux/badges/reducer.d.ts +0 -0
  112. package/dist/redux/bandScores/action.d.ts +0 -0
  113. package/dist/redux/bandScores/reducer.d.ts +0 -0
  114. package/dist/redux/certificate/action.d.ts +0 -0
  115. package/dist/redux/certificate/reducer.d.ts +0 -0
  116. package/dist/redux/classes/action.d.ts +0 -0
  117. package/dist/redux/classes/reducer.d.ts +0 -0
  118. package/dist/redux/commons/action.d.ts +0 -0
  119. package/dist/redux/commons/reducer.d.ts +0 -0
  120. package/dist/redux/conferenceRubrics/action.d.ts +0 -0
  121. package/dist/redux/conferenceRubrics/reducer.d.ts +0 -0
  122. package/dist/redux/customAlert/action.d.ts +0 -0
  123. package/dist/redux/customAlert/reducer.d.ts +0 -0
  124. package/dist/redux/dashboard/action.d.ts +0 -0
  125. package/dist/redux/dashboard/reducer.d.ts +0 -0
  126. package/dist/redux/dataPlayer/action.d.ts +0 -0
  127. package/dist/redux/dataPlayer/reducer.d.ts +0 -0
  128. package/dist/redux/emailTemplates/action.d.ts +0 -0
  129. package/dist/redux/emailTemplates/reducer.d.ts +0 -0
  130. package/dist/redux/faqs/action.d.ts +0 -0
  131. package/dist/redux/faqs/reducer.d.ts +0 -0
  132. package/dist/redux/feedback/action.d.ts +0 -0
  133. package/dist/redux/feedback/reducer.d.ts +0 -0
  134. package/dist/redux/gallery/action.d.ts +0 -0
  135. package/dist/redux/gallery/reducer.d.ts +0 -0
  136. package/dist/redux/goalExamples/action.d.ts +0 -0
  137. package/dist/redux/goalExamples/reducer.d.ts +0 -0
  138. package/dist/redux/improveMyClass/action.d.ts +0 -0
  139. package/dist/redux/improveMyClass/reducer.d.ts +0 -0
  140. package/dist/redux/learningStrategies/action.d.ts +0 -0
  141. package/dist/redux/learningStrategies/reducer.d.ts +0 -0
  142. package/dist/redux/learningSupportCategories/action.d.ts +0 -0
  143. package/dist/redux/learningSupportCategories/reducer.d.ts +0 -0
  144. package/dist/redux/mailCategories/action.d.ts +0 -0
  145. package/dist/redux/mailCategories/reducer.d.ts +0 -0
  146. package/dist/redux/navMobile/action.d.ts +0 -0
  147. package/dist/redux/navMobile/reducer.d.ts +0 -0
  148. package/dist/redux/notifications/action.d.ts +0 -0
  149. package/dist/redux/notifications/reducer.d.ts +0 -0
  150. package/dist/redux/questionBanks/action.d.ts +0 -0
  151. package/dist/redux/questionBanks/reducer.d.ts +0 -0
  152. package/dist/redux/questionByCategory/action.d.ts +0 -0
  153. package/dist/redux/questionByCategory/reducer.d.ts +0 -0
  154. package/dist/redux/questionCategory/action.d.ts +0 -0
  155. package/dist/redux/questionCategory/reducer.d.ts +0 -0
  156. package/dist/redux/reflectionForms/action.d.ts +0 -0
  157. package/dist/redux/reflectionForms/reducer.d.ts +0 -0
  158. package/dist/redux/reflectionResults/action.d.ts +0 -0
  159. package/dist/redux/reflectionResults/reducer.d.ts +0 -0
  160. package/dist/redux/schoolBlankDays/action.d.ts +0 -0
  161. package/dist/redux/schoolBlankDays/reducer.d.ts +0 -0
  162. package/dist/redux/semester/action.d.ts +0 -0
  163. package/dist/redux/semester/reducer.d.ts +0 -0
  164. package/dist/redux/sessionPlayers/action.d.ts +0 -0
  165. package/dist/redux/sessionPlayers/reducer.d.ts +0 -0
  166. package/dist/redux/sessionTemplateGeneralClasses/action.d.ts +0 -0
  167. package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +0 -0
  168. package/dist/redux/sessionTemplates/action.d.ts +0 -0
  169. package/dist/redux/sessionTemplates/reducer.d.ts +0 -0
  170. package/dist/redux/skills/action.d.ts +0 -0
  171. package/dist/redux/skills/reducer.d.ts +0 -0
  172. package/dist/redux/subjects/action.d.ts +0 -0
  173. package/dist/redux/subjects/reducer.d.ts +0 -0
  174. package/dist/redux/suggestionBanks/action.d.ts +0 -0
  175. package/dist/redux/suggestionBanks/reducer.d.ts +0 -0
  176. package/dist/redux/teacher/myStudent/action.d.ts +0 -0
  177. package/dist/redux/teacher/myStudent/reducer.d.ts +0 -0
  178. package/dist/redux/tutorialScreen/action.d.ts +0 -0
  179. package/dist/redux/tutorialScreen/reducer.d.ts +0 -0
  180. package/dist/redux/users/action.d.ts +0 -0
  181. package/dist/redux/users/reducer.d.ts +0 -0
  182. package/dist/redux/widget/action.d.ts +0 -0
  183. package/dist/redux/widget/reducer.d.ts +0 -0
  184. package/dist/rootReducer.d.ts +0 -0
  185. package/dist/services/accountService.d.ts +0 -0
  186. package/dist/services/api.d.ts +0 -0
  187. package/dist/services/classService.d.ts +0 -0
  188. package/dist/services/emailTemplateService.d.ts +0 -0
  189. package/dist/services/faqService.d.ts +0 -0
  190. package/dist/services/fileServices.d.ts +0 -0
  191. package/dist/services/galleryService.d.ts +0 -0
  192. package/dist/services/mailCategoryService.d.ts +0 -0
  193. package/dist/services/notificationService.d.ts +0 -0
  194. package/dist/services/questionCategoryService.d.ts +0 -0
  195. package/dist/services/skillService.d.ts +0 -0
  196. package/dist/services/suggestionCategoryService.d.ts +0 -0
  197. package/dist/services/userService.d.ts +0 -0
  198. package/dist/store.d.ts +0 -0
  199. package/dist/types/Conversation.d.ts +0 -0
  200. package/dist/types/ConversationMember.d.ts +0 -0
  201. package/dist/types/Dashboard.d.ts +0 -0
  202. package/dist/types/Filter.d.ts +0 -0
  203. package/dist/types/Message.d.ts +0 -0
  204. package/dist/types/Notification.d.ts +0 -0
  205. package/dist/utils/canAccessRoute.d.ts +0 -0
  206. package/dist/utils/constants.d.ts +0 -0
  207. package/dist/utils/debounce.d.ts +0 -0
  208. package/dist/utils/domHelpers.d.ts +0 -0
  209. package/dist/utils/encodeParams.d.ts +0 -0
  210. package/dist/utils/firstCheckToken.d.ts +0 -0
  211. package/dist/utils/generateRandomString.d.ts +0 -0
  212. package/dist/utils/getAccessToken.d.ts +0 -0
  213. package/dist/utils/getFileUrl.d.ts +0 -0
  214. package/dist/utils/getTextFromHTML.d.ts +0 -0
  215. package/dist/utils/utcToLocalTime.d.ts +0 -0
  216. package/package.json +94 -94
  217. package/dist/containers/Login/views/block/blockForgetPass.d.ts +0 -7
  218. package/dist/containers/Notifications/components/NotificationList.d.ts +0 -7
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/dist/store.d.ts CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,94 +1,94 @@
1
- {
2
- "name": "mario-core",
3
- "version": "2.9.2",
4
- "description": "Contains core components && functions for Mario project",
5
- "author": "brss",
6
- "license": "MIT",
7
- "repository": "brss/mario-core",
8
- "main": "dist/index.js",
9
- "module": "dist/index.modern.js",
10
- "source": "src/index.tsx",
11
- "engines": {
12
- "node": ">=10"
13
- },
14
- "scripts": {
15
- "build": "microbundle-crl --no-compress --format modern,cjs",
16
- "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
- "prepare": "run-s build",
18
- "test": "run-s test:unit test:lint test:build",
19
- "test:build": "run-s build",
20
- "test:lint": "eslint .",
21
- "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
- "test:watch": "react-scripts test --env=jsdom"
23
- },
24
- "peerDependencies": {
25
- "react": "^16.0.0",
26
- "react-dom": "*",
27
- "react-router-dom": "*",
28
- "react-redux": "*"
29
- },
30
- "devDependencies": {
31
- "@rollup/plugin-commonjs": "11.0.2",
32
- "@testing-library/jest-dom": "^4.2.4",
33
- "@testing-library/react": "^9.5.0",
34
- "@testing-library/user-event": "^7.2.1",
35
- "@types/date-fns": "^2.6.0",
36
- "@types/jest": "^25.1.4",
37
- "@types/node": "^12.12.38",
38
- "@types/react": "^16.9.27",
39
- "@types/react-datepicker": "^3.1.7",
40
- "@types/react-dom": "^16.9.7",
41
- "@types/react-redux": "^7.1.16",
42
- "@types/react-router-dom": "^5.1.7",
43
- "@types/react-select": "^4.0.13",
44
- "@types/redux-logger": "^3.0.8",
45
- "@types/yup": "^0.29.11",
46
- "@typescript-eslint/eslint-plugin": "^2.26.0",
47
- "@typescript-eslint/parser": "^2.26.0",
48
- "babel-eslint": "^10.0.3",
49
- "cross-env": "^7.0.2",
50
- "eslint": "^6.8.0",
51
- "eslint-config-prettier": "^6.7.0",
52
- "eslint-config-standard": "^14.1.0",
53
- "eslint-config-standard-react": "^9.2.0",
54
- "eslint-plugin-import": "^2.18.2",
55
- "eslint-plugin-node": "^11.0.0",
56
- "eslint-plugin-prettier": "^3.3.1",
57
- "eslint-plugin-promise": "^4.2.1",
58
- "eslint-plugin-react": "^7.17.0",
59
- "eslint-plugin-standard": "^4.0.1",
60
- "gh-pages": "^2.2.0",
61
- "microbundle-crl": "^0.13.10",
62
- "npm-run-all": "^4.1.5",
63
- "prettier": "^2.0.4",
64
- "react-scripts": "^3.4.1",
65
- "redux-logger": "^3.0.6",
66
- "typescript": "^3.7.5"
67
- },
68
- "files": [
69
- "dist"
70
- ],
71
- "dependencies": {
72
- "@coreui/icons": "2.0.0-rc.0",
73
- "@coreui/icons-react": "1.0.2",
74
- "@coreui/react": "3.4.0",
75
- "@reduxjs/toolkit": "^1.5.0",
76
- "@tinymce/tinymce-react": "^3.9.0",
77
- "@types/react-notifications-component": "2.4.0",
78
- "axios": "^0.21.1",
79
- "bootstrap": "^4.6.0",
80
- "date-fns": "^2.19.0",
81
- "formik": "^2.2.6",
82
- "moment": "^2.29.1",
83
- "node-sass": "^5.0.0",
84
- "pusher-js": "^7.0.3",
85
- "react-datepicker": "^3.6.0",
86
- "react-google-recaptcha-v3": "^1.9.3",
87
- "react-icons": "^4.2.0",
88
- "react-notifications-component": "3.0.4",
89
- "react-select": "^4.1.0",
90
- "reactstrap": "^8.9.0",
91
- "redux-thunk": "^2.3.0",
92
- "yup": "^0.32.9"
93
- }
94
- }
1
+ {
2
+ "name": "mario-core",
3
+ "version": "2.9.3",
4
+ "description": "Contains core components && functions for Mario project",
5
+ "author": "brss",
6
+ "license": "MIT",
7
+ "repository": "brss/mario-core",
8
+ "main": "dist/index.js",
9
+ "module": "dist/index.modern.js",
10
+ "source": "src/index.tsx",
11
+ "engines": {
12
+ "node": ">=10"
13
+ },
14
+ "scripts": {
15
+ "build": "microbundle-crl --no-compress --format modern,cjs",
16
+ "start": "microbundle-crl watch --no-compress --format modern,cjs",
17
+ "prepare": "run-s build",
18
+ "test": "run-s test:unit test:lint test:build",
19
+ "test:build": "run-s build",
20
+ "test:lint": "eslint .",
21
+ "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
22
+ "test:watch": "react-scripts test --env=jsdom"
23
+ },
24
+ "peerDependencies": {
25
+ "react": "^16.0.0",
26
+ "react-dom": "*",
27
+ "react-router-dom": "*",
28
+ "react-redux": "*"
29
+ },
30
+ "devDependencies": {
31
+ "@rollup/plugin-commonjs": "11.0.2",
32
+ "@testing-library/jest-dom": "^4.2.4",
33
+ "@testing-library/react": "^9.5.0",
34
+ "@testing-library/user-event": "^7.2.1",
35
+ "@types/date-fns": "^2.6.0",
36
+ "@types/jest": "^25.1.4",
37
+ "@types/node": "^12.12.38",
38
+ "@types/react": "^16.9.27",
39
+ "@types/react-datepicker": "^3.1.7",
40
+ "@types/react-dom": "^16.9.7",
41
+ "@types/react-redux": "^7.1.16",
42
+ "@types/react-router-dom": "^5.1.7",
43
+ "@types/react-select": "^4.0.13",
44
+ "@types/redux-logger": "^3.0.8",
45
+ "@types/yup": "^0.29.11",
46
+ "@typescript-eslint/eslint-plugin": "^2.26.0",
47
+ "@typescript-eslint/parser": "^2.26.0",
48
+ "babel-eslint": "^10.0.3",
49
+ "cross-env": "^7.0.2",
50
+ "eslint": "^6.8.0",
51
+ "eslint-config-prettier": "^6.7.0",
52
+ "eslint-config-standard": "^14.1.0",
53
+ "eslint-config-standard-react": "^9.2.0",
54
+ "eslint-plugin-import": "^2.18.2",
55
+ "eslint-plugin-node": "^11.0.0",
56
+ "eslint-plugin-prettier": "^3.3.1",
57
+ "eslint-plugin-promise": "^4.2.1",
58
+ "eslint-plugin-react": "^7.17.0",
59
+ "eslint-plugin-standard": "^4.0.1",
60
+ "gh-pages": "^2.2.0",
61
+ "microbundle-crl": "^0.13.10",
62
+ "npm-run-all": "^4.1.5",
63
+ "prettier": "^2.0.4",
64
+ "react-scripts": "^3.4.1",
65
+ "redux-logger": "^3.0.6",
66
+ "typescript": "^3.7.5"
67
+ },
68
+ "files": [
69
+ "dist"
70
+ ],
71
+ "dependencies": {
72
+ "@coreui/icons": "2.0.0-rc.0",
73
+ "@coreui/icons-react": "1.0.2",
74
+ "@coreui/react": "3.4.0",
75
+ "@reduxjs/toolkit": "^1.5.0",
76
+ "@tinymce/tinymce-react": "^3.9.0",
77
+ "@types/react-notifications-component": "2.4.0",
78
+ "axios": "^0.21.1",
79
+ "bootstrap": "^4.6.0",
80
+ "date-fns": "^2.19.0",
81
+ "formik": "^2.2.6",
82
+ "moment": "^2.29.1",
83
+ "node-sass": "^5.0.0",
84
+ "pusher-js": "^7.0.3",
85
+ "react-datepicker": "^3.6.0",
86
+ "react-google-recaptcha-v3": "^1.9.3",
87
+ "react-icons": "^4.2.0",
88
+ "react-notifications-component": "3.0.4",
89
+ "react-select": "^4.1.0",
90
+ "reactstrap": "^8.9.0",
91
+ "redux-thunk": "^2.3.0",
92
+ "yup": "^0.32.9"
93
+ }
94
+ }
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- interface Props {
3
- title?: string;
4
- descriptions?: string;
5
- }
6
- declare const BlockForgotPass: FC<Props>;
7
- export default BlockForgotPass;
@@ -1,7 +0,0 @@
1
- import { FC } from "react";
2
- import { Notification } from "../../../types/Notification";
3
- interface Props {
4
- notificationList: Notification[];
5
- }
6
- declare const NotificationList: FC<Props>;
7
- export default NotificationList;