mario-core 2.9.145-up → 2.9.146-level

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 (82) hide show
  1. package/dist/components/Alerts/ReactNotification.d.ts +2 -2
  2. package/dist/components/Image/UploadImage.d.ts +2 -2
  3. package/dist/components/Modals/ModelSelectRole.d.ts +7 -0
  4. package/dist/components/Modals/NotificationLogoutModal.d.ts +2 -2
  5. package/dist/components/Modals/NotificationModal.d.ts +2 -2
  6. package/dist/components/Others/QuitPrompt.d.ts +2 -2
  7. package/dist/components/Pagination/CustomPagination.d.ts +2 -2
  8. package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -2
  9. package/dist/components/Selectors/CategorySelector.d.ts +2 -2
  10. package/dist/components/Selectors/CreatableSelector.d.ts +2 -2
  11. package/dist/components/Selectors/CustomSelector.d.ts +2 -2
  12. package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -2
  13. package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -2
  14. package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -2
  15. package/dist/components/Selectors/StarRatingSelector.d.ts +2 -2
  16. package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -2
  17. package/dist/components/Tabs/CustomTab.d.ts +2 -2
  18. package/dist/containers/Login/views/Dashboard.d.ts +2 -2
  19. package/dist/containers/Login/views/Login.d.ts +2 -2
  20. package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +2 -2
  21. package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -2
  22. package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -2
  23. package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -2
  24. package/dist/containers/Notifications/views/NotificationList.d.ts +2 -2
  25. package/dist/containers/Skill/components/SkillSelector.d.ts +2 -2
  26. package/dist/containers/User/views/UserDetail.d.ts +2 -2
  27. package/dist/containers/User/views/UserList.d.ts +2 -2
  28. package/dist/index.css +42 -4
  29. package/dist/index.js +1322 -688
  30. package/dist/index.js.map +1 -1
  31. package/dist/index.modern.js +1322 -688
  32. package/dist/index.modern.js.map +1 -1
  33. package/dist/layouts/TheContent.d.ts +1 -1
  34. package/dist/layouts/TheFooter.d.ts +1 -1
  35. package/dist/layouts/TheHeader.d.ts +5 -2
  36. package/dist/layouts/TheHeaderDropdown.d.ts +5 -2
  37. package/dist/layouts/TheLanguageDropdown.d.ts +2 -2
  38. package/dist/layouts/TheLayout.d.ts +2 -2
  39. package/dist/layouts/TheLayoutAdmin.d.ts +4 -0
  40. package/dist/layouts/TheSidebar.d.ts +2 -2
  41. package/dist/redux/assessments/reducer.d.ts +2 -2
  42. package/dist/redux/assignment/reducer.d.ts +1 -1
  43. package/dist/redux/assistants/reducer.d.ts +1 -1
  44. package/dist/redux/badges/reducer.d.ts +1 -1
  45. package/dist/redux/bandScores/reducer.d.ts +1 -1
  46. package/dist/redux/certificate/reducer.d.ts +1 -1
  47. package/dist/redux/classes/reducer.d.ts +1 -1
  48. package/dist/redux/commons/reducer.d.ts +1 -1
  49. package/dist/redux/conferenceRubrics/reducer.d.ts +1 -1
  50. package/dist/redux/customAlert/reducer.d.ts +1 -1
  51. package/dist/redux/dashboard/reducer.d.ts +1 -1
  52. package/dist/redux/dataPlayer/reducer.d.ts +1 -1
  53. package/dist/redux/emailTemplates/reducer.d.ts +1 -1
  54. package/dist/redux/faqs/reducer.d.ts +1 -1
  55. package/dist/redux/feedback/reducer.d.ts +1 -1
  56. package/dist/redux/gallery/reducer.d.ts +1 -1
  57. package/dist/redux/goalExamples/reducer.d.ts +1 -1
  58. package/dist/redux/improveMyClass/reducer.d.ts +1 -1
  59. package/dist/redux/learningStrategies/reducer.d.ts +1 -1
  60. package/dist/redux/learningSupportCategories/reducer.d.ts +1 -1
  61. package/dist/redux/mailCategories/reducer.d.ts +1 -1
  62. package/dist/redux/navMobile/reducer.d.ts +1 -1
  63. package/dist/redux/notifications/reducer.d.ts +1 -1
  64. package/dist/redux/questionBanks/reducer.d.ts +1 -1
  65. package/dist/redux/questionByCategory/reducer.d.ts +1 -1
  66. package/dist/redux/questionCategory/reducer.d.ts +1 -1
  67. package/dist/redux/reflectionForms/reducer.d.ts +1 -1
  68. package/dist/redux/reflectionResults/reducer.d.ts +1 -1
  69. package/dist/redux/schoolBlankDays/reducer.d.ts +1 -1
  70. package/dist/redux/semester/reducer.d.ts +1 -1
  71. package/dist/redux/sessionPlayers/reducer.d.ts +1 -1
  72. package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +1 -1
  73. package/dist/redux/sessionTemplates/reducer.d.ts +1 -1
  74. package/dist/redux/skills/reducer.d.ts +1 -1
  75. package/dist/redux/subjects/reducer.d.ts +1 -1
  76. package/dist/redux/suggestionBanks/reducer.d.ts +1 -1
  77. package/dist/redux/teacher/myStudent/reducer.d.ts +1 -1
  78. package/dist/redux/tutorialScreen/reducer.d.ts +2 -2
  79. package/dist/redux/users/reducer.d.ts +1 -1
  80. package/dist/redux/widget/reducer.d.ts +1 -1
  81. package/dist/utils/constants.d.ts +1 -0
  82. package/package.json +2 -2
@@ -1,4 +1,4 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  import "react-notifications-component/dist/theme.css";
3
- declare const _default: () => React.JSX.Element;
3
+ declare const _default: () => JSX.Element;
4
4
  export default _default;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const UploadImage: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const UploadImage: () => JSX.Element;
3
3
  export default UploadImage;
@@ -0,0 +1,7 @@
1
+ /// <reference types="react" />
2
+ export interface IModelSelectRole {
3
+ open: boolean;
4
+ onToggleModel: Function;
5
+ }
6
+ declare const ModelSelectRole: ({ open, onToggleModel }: IModelSelectRole) => JSX.Element;
7
+ export default ModelSelectRole;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const NotificationLogoutModal: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const NotificationLogoutModal: () => JSX.Element;
3
3
  export default NotificationLogoutModal;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const NotificationModal: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const NotificationModal: () => JSX.Element;
3
3
  export default NotificationModal;
@@ -1,2 +1,2 @@
1
- import React from "react";
2
- export default function QuitPrompt(props: any): React.JSX.Element;
1
+ /// <reference types="react" />
2
+ export default function QuitPrompt(props: any): JSX.Element;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const CustomPagination: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const CustomPagination: (props: any) => JSX.Element;
3
3
  export default CustomPagination;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const AcademicClassSelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const AcademicClassSelector: (props: any) => JSX.Element;
3
3
  export default AcademicClassSelector;
@@ -1,3 +1,3 @@
1
- import React from 'react';
2
- declare const CategorySelector: ({ value, ...rest }: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const CategorySelector: ({ value, ...rest }: any) => JSX.Element;
3
3
  export default CategorySelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const CreatableSelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const CreatableSelector: (props: any) => JSX.Element;
3
3
  export default CreatableSelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const CustomSelector: ({ defaultValue, options, isDisabled, scrollBottom, ...rest }: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const CustomSelector: ({ defaultValue, options, isDisabled, scrollBottom, ...rest }: any) => JSX.Element;
3
3
  export default CustomSelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const MailCategorySelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const MailCategorySelector: (props: any) => JSX.Element;
3
3
  export default MailCategorySelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const QuestionCategorySelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const QuestionCategorySelector: (props: any) => JSX.Element;
3
3
  export default QuestionCategorySelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const QuestionTypeSelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const QuestionTypeSelector: (props: any) => JSX.Element;
3
3
  export default QuestionTypeSelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const StarRatingSelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const StarRatingSelector: (props: any) => JSX.Element;
3
3
  export default StarRatingSelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const SuggestionCategorySelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const SuggestionCategorySelector: (props: any) => JSX.Element;
3
3
  export default SuggestionCategorySelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const CustomTabs: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const CustomTabs: (props: any) => JSX.Element;
3
3
  export default CustomTabs;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const Dashboard: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const Dashboard: () => JSX.Element;
3
3
  export default Dashboard;
@@ -1,9 +1,9 @@
1
- import React from "react";
1
+ /// <reference types="react" />
2
2
  interface loginProps {
3
3
  isLogin?: boolean;
4
4
  isForgotPassword?: boolean;
5
5
  isResetPassword?: boolean;
6
6
  isLoginTwoFactor?: boolean;
7
7
  }
8
- declare const Login: (props: loginProps) => React.JSX.Element;
8
+ declare const Login: (props: loginProps) => JSX.Element;
9
9
  export default Login;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const BlockForgetPassword: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const BlockForgetPassword: () => JSX.Element;
3
3
  export default BlockForgetPassword;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const BlockResetPassword: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const BlockResetPassword: () => JSX.Element;
3
3
  export default BlockResetPassword;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const BlockTwoFactorLogin: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const BlockTwoFactorLogin: () => JSX.Element;
3
3
  export default BlockTwoFactorLogin;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const QuoteContent: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const QuoteContent: () => JSX.Element;
3
3
  export default QuoteContent;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const NotificationList: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const NotificationList: () => JSX.Element;
3
3
  export default NotificationList;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const SkillSelector: (props: any) => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const SkillSelector: (props: any) => JSX.Element;
3
3
  export default SkillSelector;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const UserDetail: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const UserDetail: () => JSX.Element;
3
3
  export default UserDetail;
@@ -1,3 +1,3 @@
1
- import React from "react";
2
- declare const UserList: () => React.JSX.Element;
1
+ /// <reference types="react" />
2
+ declare const UserList: () => JSX.Element;
3
3
  export default UserList;
package/dist/index.css CHANGED
@@ -294,18 +294,30 @@
294
294
  ._jOY7o {
295
295
  background-size: cover;
296
296
  opacity: 0;
297
- animation: _wnn2_ 20s step-start infinite 0s; }
297
+ -webkit-animation: _wnn2_ 20s step-start infinite 0s;
298
+ animation: _wnn2_ 20s step-start infinite 0s; }
299
+
300
+ @-webkit-keyframes _wnn2_ {
301
+ 0% {
302
+ opacity: 0;
303
+ background-image: url("/images/landing-page.jpg"); }
304
+ 50% {
305
+ opacity: 1;
306
+ background-image: url("/images/landing-page2.jpg"); }
307
+ 100% {
308
+ opacity: 2;
309
+ background-image: url("/images/landing-page3.jpg"); } }
298
310
 
299
311
  @keyframes _wnn2_ {
300
312
  0% {
301
313
  opacity: 0;
302
- background-image: url("~/public/images/landing-page.jpg"); }
314
+ background-image: url("/images/landing-page.jpg"); }
303
315
  50% {
304
316
  opacity: 1;
305
- background-image: url("~/public/images/landing-page2.jpg"); }
317
+ background-image: url("/images/landing-page2.jpg"); }
306
318
  100% {
307
319
  opacity: 2;
308
- background-image: url("~/public/images/landing-page3.jpg"); } }
320
+ background-image: url("/images/landing-page3.jpg"); } }
309
321
 
310
322
  ._F-hjL {
311
323
  background-color: #336dda;
@@ -611,6 +623,32 @@
611
623
  ._2Zz97 ._3-yp5 {
612
624
  z-index: -1; }
613
625
 
626
+ ._1KcY7 {
627
+ padding: 10px 75px;
628
+ border-top: 1px solid #DFE0DF;
629
+ cursor: pointer;
630
+ font-size: 20px;
631
+ text-align: center;
632
+ margin-bottom: 0;
633
+ transition: background-color 0.5s ease-out; }
634
+
635
+ ._1KcY7:hover {
636
+ background: #336DDA;
637
+ color: #ffff; }
638
+
639
+ ._dOVso {
640
+ background: #336DDA;
641
+ color: #ffff; }
642
+
643
+ ._3ZqxI > div {
644
+ border-radius: 7px; }
645
+
646
+ ._3ZqxI ._g-p72 {
647
+ font-weight: 500;
648
+ line-height: 1.6;
649
+ font-size: 20px;
650
+ padding: 10px 20px; }
651
+
614
652
  ._297lu {
615
653
  width: 100%;
616
654
  height: 100%; }