mario-teacher-student-client 9000.0.22 → 9000.0.23
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/Button/AddButton.d.ts +1 -0
- package/dist/containers/ActionPoint/constants/types.d.ts +1 -1
- package/dist/containers/ConductOneToOne/hooks/useConductOne.d.ts +1 -0
- package/dist/containers/LearningStrategies/hook/useAddLearningStrategies.d.ts +7 -1
- package/dist/containers/MyOneToOne/hooks/useSessionCompleted.d.ts +1 -0
- package/dist/containers/MyOneToOne/hooks/useUpComing.d.ts +1 -0
- package/dist/index.css +100 -2
- package/dist/index.js +373 -163
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +374 -164
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
interface Props {
|
|
2
|
+
bestfit: string;
|
|
3
|
+
content: string;
|
|
4
|
+
name: string;
|
|
5
|
+
id: number;
|
|
6
|
+
}
|
|
1
7
|
declare const useEditLearningStrategies: () => {
|
|
2
8
|
learningStrategyData: any;
|
|
3
|
-
selectLearning: (checked: boolean,
|
|
9
|
+
selectLearning: (checked: boolean, data: Props) => void;
|
|
4
10
|
handleChangeNote: (e: string, id: number) => void;
|
|
5
11
|
changeFilters: (e: string) => void;
|
|
6
12
|
filters: {
|
|
@@ -5,5 +5,6 @@ declare const useSessionCompleted: () => {
|
|
|
5
5
|
selectFavourite: (itemID: string) => Promise<void>;
|
|
6
6
|
changRouteQuestion: (studentId: number) => Promise<void>;
|
|
7
7
|
convertTimeSecond: (timeSecond: any) => string;
|
|
8
|
+
classFontSize: string;
|
|
8
9
|
};
|
|
9
10
|
export default useSessionCompleted;
|
|
@@ -20,5 +20,6 @@ declare const useUpComing: () => {
|
|
|
20
20
|
getAllNoteConference: (sessionId: any) => Promise<void>;
|
|
21
21
|
updateConferenceRubricPrivateNote: (privateNote: any, conferenceId: any) => Promise<void>;
|
|
22
22
|
deleteNoteConference: (noteId: any, sessionId: any) => Promise<void>;
|
|
23
|
+
classFontSize: string;
|
|
23
24
|
};
|
|
24
25
|
export default useUpComing;
|
package/dist/index.css
CHANGED
|
@@ -127,6 +127,18 @@ p._1YLGi {
|
|
|
127
127
|
display: flex;
|
|
128
128
|
align-items: center;
|
|
129
129
|
margin-bottom: 20px; }
|
|
130
|
+
._2gqE-._3Sup6 p._1gs0Z {
|
|
131
|
+
font-size: 20px !important; }
|
|
132
|
+
._2gqE-._3Sup6 ._t-JhH p:nth-child(1) {
|
|
133
|
+
font-size: 18px; }
|
|
134
|
+
._2gqE-._3Sup6 ._t-JhH p:nth-child(2) {
|
|
135
|
+
font-size: 20px; }
|
|
136
|
+
._2gqE-._2JnMg p._1gs0Z {
|
|
137
|
+
font-size: 12px !important; }
|
|
138
|
+
._2gqE-._2JnMg ._t-JhH p:nth-child(1) {
|
|
139
|
+
font-size: 12px; }
|
|
140
|
+
._2gqE-._2JnMg ._t-JhH p:nth-child(2) {
|
|
141
|
+
font-size: 14px; }
|
|
130
142
|
@media (max-width: 767px) {
|
|
131
143
|
._2gqE- {
|
|
132
144
|
display: block; } }
|
|
@@ -142,6 +154,18 @@ p._1YLGi {
|
|
|
142
154
|
align-items: center;
|
|
143
155
|
margin-bottom: 20px;
|
|
144
156
|
flex-wrap: wrap; }
|
|
157
|
+
._p-cUG._3Sup6 p._1gs0Z {
|
|
158
|
+
font-size: 20px !important; }
|
|
159
|
+
._p-cUG._3Sup6 ._t-JhH p:nth-child(1) {
|
|
160
|
+
font-size: 18px; }
|
|
161
|
+
._p-cUG._3Sup6 ._t-JhH p:nth-child(2) {
|
|
162
|
+
font-size: 20px; }
|
|
163
|
+
._p-cUG._2JnMg p._1gs0Z {
|
|
164
|
+
font-size: 12px !important; }
|
|
165
|
+
._p-cUG._2JnMg ._t-JhH p:nth-child(1) {
|
|
166
|
+
font-size: 12px; }
|
|
167
|
+
._p-cUG._2JnMg ._t-JhH p:nth-child(2) {
|
|
168
|
+
font-size: 14px; }
|
|
145
169
|
._p-cUG ._337MJ {
|
|
146
170
|
flex: 1 0 30%; }
|
|
147
171
|
._p-cUG ._k_dl- {
|
|
@@ -206,6 +230,10 @@ p._1YLGi {
|
|
|
206
230
|
._KKK4u {
|
|
207
231
|
display: flex;
|
|
208
232
|
flex-wrap: wrap; }
|
|
233
|
+
._KKK4u._3Sup6 ._1k7-R span {
|
|
234
|
+
font-size: 20px !important; }
|
|
235
|
+
._KKK4u._2JnMg ._1k7-R span {
|
|
236
|
+
font-size: 12px !important; }
|
|
209
237
|
._KKK4u ._1k7-R {
|
|
210
238
|
margin-right: 20px;
|
|
211
239
|
margin-top: 12px;
|
|
@@ -480,6 +508,14 @@ p._1YLGi {
|
|
|
480
508
|
font-weight: bold;
|
|
481
509
|
line-height: 40px; }
|
|
482
510
|
|
|
511
|
+
._2RwcR {
|
|
512
|
+
display: flex;
|
|
513
|
+
flex-wrap: wrap;
|
|
514
|
+
justify-content: space-between; }
|
|
515
|
+
@media (max-width: 1350px) {
|
|
516
|
+
._2RwcR {
|
|
517
|
+
justify-content: flex-start; } }
|
|
518
|
+
|
|
483
519
|
@font-face {
|
|
484
520
|
font-family: "Lato-Regular";
|
|
485
521
|
src: url("/fonts/Lato-Regular.ttf");
|
|
@@ -520,7 +556,8 @@ p._1YLGi {
|
|
|
520
556
|
margin-top: 20px; }
|
|
521
557
|
|
|
522
558
|
._2pCuD {
|
|
523
|
-
display: flex;
|
|
559
|
+
display: flex;
|
|
560
|
+
flex-wrap: wrap; }
|
|
524
561
|
@media (max-width: 767px) {
|
|
525
562
|
._2pCuD {
|
|
526
563
|
display: block; } }
|
|
@@ -532,6 +569,7 @@ p._1YLGi {
|
|
|
532
569
|
border: 3px solid #156da1;
|
|
533
570
|
margin-right: 16px;
|
|
534
571
|
border-radius: 9px;
|
|
572
|
+
margin-bottom: 16px;
|
|
535
573
|
background-color: #ffffff; }
|
|
536
574
|
._ppOfL ._3DN3c {
|
|
537
575
|
font-size: 17px;
|
|
@@ -597,7 +635,7 @@ p._1YLGi {
|
|
|
597
635
|
background-color: #ffffff;
|
|
598
636
|
border: 3px solid #156da1;
|
|
599
637
|
border-radius: 10px;
|
|
600
|
-
margin:
|
|
638
|
+
margin: 0px 16px 0 0;
|
|
601
639
|
position: relative; }
|
|
602
640
|
@media (max-width: 767px) {
|
|
603
641
|
._26M4Q {
|
|
@@ -657,6 +695,9 @@ p._1YLGi {
|
|
|
657
695
|
background: #00000005;
|
|
658
696
|
color: #0369A1; }
|
|
659
697
|
|
|
698
|
+
._1XobX {
|
|
699
|
+
width: 30%; }
|
|
700
|
+
|
|
660
701
|
._3TnaX {
|
|
661
702
|
display: flex;
|
|
662
703
|
justify-content: space-between;
|
|
@@ -814,6 +855,36 @@ p._1YLGi {
|
|
|
814
855
|
._9bJE3 th:last-child {
|
|
815
856
|
border-right: none; }
|
|
816
857
|
|
|
858
|
+
._9bJE3._2xoD2 td,
|
|
859
|
+
._9bJE3._2xoD2 th, ._9bJE3._2xoD2 ._2y4hI, ._9bJE3._2xoD2 ._2olkq, ._9bJE3._2xoD2 ._yS2sJ, ._9bJE3._2xoD2 ._3PjVZ {
|
|
860
|
+
font-size: 20px !important; }
|
|
861
|
+
|
|
862
|
+
._9bJE3._2xoD2 td ._3HBOZ, ._9bJE3._2xoD2 td svg {
|
|
863
|
+
font-size: 20px !important; }
|
|
864
|
+
|
|
865
|
+
._9bJE3._2xoD2 ._yS2sJ button span {
|
|
866
|
+
font-size: 20px !important; }
|
|
867
|
+
|
|
868
|
+
._9bJE3._2xoD2 th ._2ZoYJ {
|
|
869
|
+
font-size: 20px !important; }
|
|
870
|
+
._9bJE3._2xoD2 th ._2ZoYJ ._1IZ5- {
|
|
871
|
+
font-size: 20px !important; }
|
|
872
|
+
|
|
873
|
+
._9bJE3._3106c td,
|
|
874
|
+
._9bJE3._3106c th, ._9bJE3._3106c ._2y4hI, ._9bJE3._3106c ._2olkq, ._9bJE3._3106c ._yS2sJ, ._9bJE3._3106c ._3PjVZ {
|
|
875
|
+
font-size: 12px !important; }
|
|
876
|
+
|
|
877
|
+
._9bJE3._3106c td ._3HBOZ, ._9bJE3._3106c td svg {
|
|
878
|
+
font-size: 12px !important; }
|
|
879
|
+
|
|
880
|
+
._9bJE3._3106c ._yS2sJ button span {
|
|
881
|
+
font-size: 12px !important; }
|
|
882
|
+
|
|
883
|
+
._9bJE3._3106c th ._2ZoYJ {
|
|
884
|
+
font-size: 12px !important; }
|
|
885
|
+
._9bJE3._3106c th ._2ZoYJ ._1IZ5- {
|
|
886
|
+
font-size: 12px !important; }
|
|
887
|
+
|
|
817
888
|
._2z25F {
|
|
818
889
|
position: relative;
|
|
819
890
|
border: 1px solid rgba(0, 0, 0, 0.54);
|
|
@@ -1561,6 +1632,11 @@ p._1YLGi {
|
|
|
1561
1632
|
font-size: 12px;
|
|
1562
1633
|
margin-left: 8px; }
|
|
1563
1634
|
|
|
1635
|
+
._YCahH {
|
|
1636
|
+
margin-top: 15px; }
|
|
1637
|
+
._YCahH > div > label {
|
|
1638
|
+
color: rgba(0, 0, 0, 0.87) !important; }
|
|
1639
|
+
|
|
1564
1640
|
@font-face {
|
|
1565
1641
|
font-family: "Lato-Regular";
|
|
1566
1642
|
src: url("/fonts/Lato-Regular.ttf");
|
|
@@ -2128,6 +2204,20 @@ p._1YLGi {
|
|
|
2128
2204
|
._3A-A9 {
|
|
2129
2205
|
background: #efefef;
|
|
2130
2206
|
min-height: calc(100vh - 64px); }
|
|
2207
|
+
._3A-A9._CvEXW ._3mJSQ ._3RuBx, ._3A-A9._CvEXW ._2hOFE, ._3A-A9._CvEXW p._1bzoU, ._3A-A9._CvEXW h2._1OAmb,
|
|
2208
|
+
._3A-A9._CvEXW ._3ijmc h2, ._3A-A9._CvEXW p._3aoT5, ._3A-A9._CvEXW ._Firjr label, ._3A-A9._CvEXW ._mzLvX p, ._3A-A9._CvEXW ._T1fJ4 span {
|
|
2209
|
+
font-size: 20px !important; }
|
|
2210
|
+
._3A-A9._CvEXW ._3-Mx5 p:nth-child(1) {
|
|
2211
|
+
font-size: 18px !important; }
|
|
2212
|
+
._3A-A9._CvEXW ._3-Mx5 p:nth-child(2) {
|
|
2213
|
+
font-size: 20px !important; }
|
|
2214
|
+
._3A-A9._XhgGV ._3mJSQ ._3RuBx, ._3A-A9._XhgGV ._2hOFE, ._3A-A9._XhgGV p._1bzoU, ._3A-A9._XhgGV h2._1OAmb,
|
|
2215
|
+
._3A-A9._XhgGV ._3ijmc h2, ._3A-A9._XhgGV p._3aoT5, ._3A-A9._XhgGV ._Firjr label, ._3A-A9._XhgGV ._mzLvX p, ._3A-A9._XhgGV ._T1fJ4 span {
|
|
2216
|
+
font-size: 12px !important; }
|
|
2217
|
+
._3A-A9._XhgGV ._3-Mx5 p:nth-child(1) {
|
|
2218
|
+
font-size: 12px !important; }
|
|
2219
|
+
._3A-A9._XhgGV ._3-Mx5 p:nth-child(2) {
|
|
2220
|
+
font-size: 14px !important; }
|
|
2131
2221
|
|
|
2132
2222
|
._1saEt {
|
|
2133
2223
|
padding: 75px 16px 0 16px; }
|
|
@@ -8861,6 +8951,10 @@ button._kb6Ui {
|
|
|
8861
8951
|
._2HzpQ {
|
|
8862
8952
|
margin-top: 35px; }
|
|
8863
8953
|
|
|
8954
|
+
._37WbA {
|
|
8955
|
+
display: flex;
|
|
8956
|
+
flex-grow: 3; }
|
|
8957
|
+
|
|
8864
8958
|
._1bNL_ ._3EN4b {
|
|
8865
8959
|
font-size: 16px;
|
|
8866
8960
|
font-weight: 400; }
|
|
@@ -8922,6 +9016,10 @@ button._kb6Ui {
|
|
|
8922
9016
|
._3UWpG {
|
|
8923
9017
|
margin-top: 35px; }
|
|
8924
9018
|
|
|
9019
|
+
._3Vo2f {
|
|
9020
|
+
display: flex;
|
|
9021
|
+
flex-grow: 3; }
|
|
9022
|
+
|
|
8925
9023
|
@font-face {
|
|
8926
9024
|
font-family: "Lato-Regular";
|
|
8927
9025
|
src: url("/fonts/Lato-Regular.ttf");
|