mario-core 2.9.139-up → 2.9.140-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/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/views/Dashboard.d.ts +2 -2
- package/dist/containers/Login/views/Login.d.ts +2 -2
- 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 +16 -4
- package/dist/index.js +2041 -1493
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +2042 -1494
- 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 +2 -2
- package/dist/layouts/TheHeaderDropdown.d.ts +2 -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/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
|
@@ -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("
|
|
314
|
+
background-image: url("/images/landing-page.jpg"); }
|
|
303
315
|
50% {
|
|
304
316
|
opacity: 1;
|
|
305
|
-
background-image: url("
|
|
317
|
+
background-image: url("/images/landing-page2.jpg"); }
|
|
306
318
|
100% {
|
|
307
319
|
opacity: 2;
|
|
308
|
-
background-image: url("
|
|
320
|
+
background-image: url("/images/landing-page3.jpg"); } }
|
|
309
321
|
|
|
310
322
|
._F-hjL {
|
|
311
323
|
background-color: #336dda;
|