mario-core 2.9.145-up → 2.9.147-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.
- package/dist/components/Alerts/ReactNotification.d.ts +2 -2
- package/dist/components/Image/UploadImage.d.ts +2 -2
- package/dist/components/Modals/ModelSelectRole.d.ts +7 -0
- package/dist/components/Modals/NotificationLogoutModal.d.ts +2 -2
- package/dist/components/Modals/NotificationModal.d.ts +2 -2
- package/dist/components/Others/QuitPrompt.d.ts +2 -2
- package/dist/components/Pagination/CustomPagination.d.ts +2 -2
- package/dist/components/Selectors/AcademicClassSelector.d.ts +2 -2
- package/dist/components/Selectors/CategorySelector.d.ts +2 -2
- package/dist/components/Selectors/CreatableSelector.d.ts +2 -2
- package/dist/components/Selectors/CustomSelector.d.ts +2 -2
- package/dist/components/Selectors/MailCategorySelectors.d.ts +2 -2
- package/dist/components/Selectors/QuestionCategorySelector.d.ts +2 -2
- package/dist/components/Selectors/QuestionTypeSelector.d.ts +2 -2
- package/dist/components/Selectors/StarRatingSelector.d.ts +2 -2
- package/dist/components/Selectors/SuggestionCategorySelector.d.ts +2 -2
- package/dist/components/Tabs/CustomTab.d.ts +2 -2
- package/dist/containers/Login/constant/type.d.ts +5 -0
- package/dist/containers/Login/views/Dashboard.d.ts +2 -2
- package/dist/containers/Login/views/Login.d.ts +2 -2
- package/dist/containers/Login/views/ModelSelectRole.d.ts +4 -0
- package/dist/containers/Login/views/block/BlockForgetPassword.d.ts +2 -2
- package/dist/containers/Login/views/block/BlockResetPassword.d.ts +2 -2
- package/dist/containers/Login/views/block/BlockTwoFactorLogin.d.ts +2 -2
- package/dist/containers/Login/views/block/QuoteContent.d.ts +2 -2
- package/dist/containers/Notifications/views/NotificationList.d.ts +2 -2
- package/dist/containers/Skill/components/SkillSelector.d.ts +2 -2
- package/dist/containers/User/views/UserDetail.d.ts +2 -2
- package/dist/containers/User/views/UserList.d.ts +2 -2
- package/dist/index.css +31 -4
- package/dist/index.js +805 -781
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +806 -782
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/TheContent.d.ts +1 -1
- package/dist/layouts/TheFooter.d.ts +1 -1
- package/dist/layouts/TheHeader.d.ts +5 -2
- package/dist/layouts/TheHeaderDropdown.d.ts +5 -2
- package/dist/layouts/TheLanguageDropdown.d.ts +2 -2
- package/dist/layouts/TheLayout.d.ts +2 -2
- package/dist/layouts/TheSidebar.d.ts +2 -2
- package/dist/redux/assessments/reducer.d.ts +2 -2
- package/dist/redux/assignment/reducer.d.ts +1 -1
- package/dist/redux/assistants/reducer.d.ts +1 -1
- package/dist/redux/badges/reducer.d.ts +1 -1
- package/dist/redux/bandScores/reducer.d.ts +1 -1
- package/dist/redux/certificate/reducer.d.ts +1 -1
- package/dist/redux/classes/reducer.d.ts +1 -1
- package/dist/redux/commons/reducer.d.ts +1 -1
- package/dist/redux/conferenceRubrics/reducer.d.ts +1 -1
- package/dist/redux/customAlert/reducer.d.ts +1 -1
- package/dist/redux/dashboard/reducer.d.ts +1 -1
- package/dist/redux/dataPlayer/reducer.d.ts +1 -1
- package/dist/redux/emailTemplates/reducer.d.ts +1 -1
- package/dist/redux/faqs/reducer.d.ts +1 -1
- package/dist/redux/feedback/reducer.d.ts +1 -1
- package/dist/redux/gallery/reducer.d.ts +1 -1
- package/dist/redux/goalExamples/reducer.d.ts +1 -1
- package/dist/redux/improveMyClass/reducer.d.ts +1 -1
- package/dist/redux/learningStrategies/reducer.d.ts +1 -1
- package/dist/redux/learningSupportCategories/reducer.d.ts +1 -1
- package/dist/redux/mailCategories/reducer.d.ts +1 -1
- package/dist/redux/navMobile/reducer.d.ts +1 -1
- package/dist/redux/notifications/reducer.d.ts +1 -1
- package/dist/redux/questionBanks/reducer.d.ts +1 -1
- package/dist/redux/questionByCategory/reducer.d.ts +1 -1
- package/dist/redux/questionCategory/reducer.d.ts +1 -1
- package/dist/redux/reflectionForms/reducer.d.ts +1 -1
- package/dist/redux/reflectionResults/reducer.d.ts +1 -1
- package/dist/redux/schoolBlankDays/reducer.d.ts +1 -1
- package/dist/redux/semester/reducer.d.ts +1 -1
- package/dist/redux/sessionPlayers/reducer.d.ts +1 -1
- package/dist/redux/sessionTemplateGeneralClasses/reducer.d.ts +1 -1
- package/dist/redux/sessionTemplates/reducer.d.ts +1 -1
- package/dist/redux/skills/reducer.d.ts +1 -1
- package/dist/redux/subjects/reducer.d.ts +1 -1
- package/dist/redux/suggestionBanks/reducer.d.ts +1 -1
- package/dist/redux/teacher/myStudent/reducer.d.ts +1 -1
- package/dist/redux/tutorialScreen/reducer.d.ts +2 -2
- package/dist/redux/users/reducer.d.ts +1 -1
- package/dist/redux/widget/reducer.d.ts +1 -1
- package/dist/utils/amplitude.d.ts +1 -0
- package/dist/utils/constants.d.ts +1 -0
- package/package.json +101 -101
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const UploadImage: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const UploadImage: () => JSX.Element;
|
|
3
3
|
export default UploadImage;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const NotificationLogoutModal: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const NotificationLogoutModal: () => JSX.Element;
|
|
3
3
|
export default NotificationLogoutModal;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const NotificationModal: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const NotificationModal: () => JSX.Element;
|
|
3
3
|
export default NotificationModal;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export default function QuitPrompt(props: any):
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export default function QuitPrompt(props: any): JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CustomPagination: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const CustomPagination: (props: any) => JSX.Element;
|
|
3
3
|
export default CustomPagination;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const AcademicClassSelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const AcademicClassSelector: (props: any) => JSX.Element;
|
|
3
3
|
export default AcademicClassSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CategorySelector: ({ value, ...rest }: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const CategorySelector: ({ value, ...rest }: any) => JSX.Element;
|
|
3
3
|
export default CategorySelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CreatableSelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const CreatableSelector: (props: any) => JSX.Element;
|
|
3
3
|
export default CreatableSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CustomSelector: ({ defaultValue, options, isDisabled, scrollBottom, ...rest }: any) =>
|
|
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
|
-
|
|
2
|
-
declare const MailCategorySelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const MailCategorySelector: (props: any) => JSX.Element;
|
|
3
3
|
export default MailCategorySelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const QuestionCategorySelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const QuestionCategorySelector: (props: any) => JSX.Element;
|
|
3
3
|
export default QuestionCategorySelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const QuestionTypeSelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const QuestionTypeSelector: (props: any) => JSX.Element;
|
|
3
3
|
export default QuestionTypeSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const StarRatingSelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const StarRatingSelector: (props: any) => JSX.Element;
|
|
3
3
|
export default StarRatingSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const SuggestionCategorySelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const SuggestionCategorySelector: (props: any) => JSX.Element;
|
|
3
3
|
export default SuggestionCategorySelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const CustomTabs: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const CustomTabs: (props: any) => JSX.Element;
|
|
3
3
|
export default CustomTabs;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const Dashboard: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const Dashboard: () => JSX.Element;
|
|
3
3
|
export default Dashboard;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
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) =>
|
|
8
|
+
declare const Login: (props: loginProps) => JSX.Element;
|
|
9
9
|
export default Login;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const BlockForgetPassword: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const BlockForgetPassword: () => JSX.Element;
|
|
3
3
|
export default BlockForgetPassword;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const BlockResetPassword: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const BlockResetPassword: () => JSX.Element;
|
|
3
3
|
export default BlockResetPassword;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const BlockTwoFactorLogin: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const BlockTwoFactorLogin: () => JSX.Element;
|
|
3
3
|
export default BlockTwoFactorLogin;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const QuoteContent: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const QuoteContent: () => JSX.Element;
|
|
3
3
|
export default QuoteContent;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const NotificationList: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const NotificationList: () => JSX.Element;
|
|
3
3
|
export default NotificationList;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const SkillSelector: (props: any) =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const SkillSelector: (props: any) => JSX.Element;
|
|
3
3
|
export default SkillSelector;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const UserDetail: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const UserDetail: () => JSX.Element;
|
|
3
3
|
export default UserDetail;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
declare const UserList: () =>
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const UserList: () => JSX.Element;
|
|
3
3
|
export default UserList;
|
package/dist/index.css
CHANGED
|
@@ -299,13 +299,13 @@
|
|
|
299
299
|
@keyframes _wnn2_ {
|
|
300
300
|
0% {
|
|
301
301
|
opacity: 0;
|
|
302
|
-
background-image: url("
|
|
302
|
+
background-image: url("/images/landing-page.jpg"); }
|
|
303
303
|
50% {
|
|
304
304
|
opacity: 1;
|
|
305
|
-
background-image: url("
|
|
305
|
+
background-image: url("/images/landing-page2.jpg"); }
|
|
306
306
|
100% {
|
|
307
307
|
opacity: 2;
|
|
308
|
-
background-image: url("
|
|
308
|
+
background-image: url("/images/landing-page3.jpg"); } }
|
|
309
309
|
|
|
310
310
|
._F-hjL {
|
|
311
311
|
background-color: #336dda;
|
|
@@ -337,7 +337,8 @@
|
|
|
337
337
|
|
|
338
338
|
._2kOvJ {
|
|
339
339
|
width: 50%;
|
|
340
|
-
margin-bottom: 25px;
|
|
340
|
+
margin-bottom: 25px;
|
|
341
|
+
margin-left: -30px; }
|
|
341
342
|
|
|
342
343
|
._39l0X {
|
|
343
344
|
padding: 0; }
|
|
@@ -611,6 +612,32 @@
|
|
|
611
612
|
._2Zz97 ._3-yp5 {
|
|
612
613
|
z-index: -1; }
|
|
613
614
|
|
|
615
|
+
._1KcY7 {
|
|
616
|
+
padding: 10px 75px;
|
|
617
|
+
border-top: 1px solid #DFE0DF;
|
|
618
|
+
cursor: pointer;
|
|
619
|
+
font-size: 20px;
|
|
620
|
+
text-align: center;
|
|
621
|
+
margin-bottom: 0;
|
|
622
|
+
transition: background-color 0.5s ease-out; }
|
|
623
|
+
|
|
624
|
+
._1KcY7:hover {
|
|
625
|
+
background: #336DDA;
|
|
626
|
+
color: #ffff; }
|
|
627
|
+
|
|
628
|
+
._dOVso {
|
|
629
|
+
background: #336DDA;
|
|
630
|
+
color: #ffff; }
|
|
631
|
+
|
|
632
|
+
._3ZqxI > div {
|
|
633
|
+
border-radius: 7px; }
|
|
634
|
+
|
|
635
|
+
._3ZqxI ._g-p72 {
|
|
636
|
+
font-weight: 500;
|
|
637
|
+
line-height: 1.6;
|
|
638
|
+
font-size: 20px;
|
|
639
|
+
padding: 10px 20px; }
|
|
640
|
+
|
|
614
641
|
._297lu {
|
|
615
642
|
width: 100%;
|
|
616
643
|
height: 100%; }
|