mario-teacher-student-client 9000.0.25 → 9000.0.26
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/Input/TextFieldComponent.d.ts +2 -1
- package/dist/containers/Home/components/CurrentFullCalendar.d.ts +1 -0
- package/dist/index.css +48 -15
- package/dist/index.js +177 -94
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +177 -94
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ interface Props {
|
|
|
4
4
|
valueText: string;
|
|
5
5
|
onChangeQuestionAnswer?: (questionId: number, value: string) => void;
|
|
6
6
|
isPageResult?: boolean;
|
|
7
|
+
isPageSessionResult?: boolean;
|
|
7
8
|
}
|
|
8
|
-
declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult }: Props) => JSX.Element;
|
|
9
|
+
declare const TextFieldComponent: ({ questionId, valueText, onChangeQuestionAnswer, isPageResult, isPageSessionResult }: Props) => JSX.Element;
|
|
9
10
|
export default TextFieldComponent;
|
package/dist/index.css
CHANGED
|
@@ -2750,7 +2750,8 @@ h2._1OAmb {
|
|
|
2750
2750
|
justify-content: flex-end;
|
|
2751
2751
|
flex-direction: column;
|
|
2752
2752
|
padding: 0px 20px 20px 20px;
|
|
2753
|
-
min-width: 450px;
|
|
2753
|
+
min-width: 450px;
|
|
2754
|
+
max-width: 600px; }
|
|
2754
2755
|
._m1FkD ._15JZz ._1ncr0 {
|
|
2755
2756
|
display: flex;
|
|
2756
2757
|
background: #eeeeee;
|
|
@@ -2830,7 +2831,9 @@ h2._1OAmb {
|
|
|
2830
2831
|
margin-bottom: 20px; }
|
|
2831
2832
|
._m1FkD ._2ta7E {
|
|
2832
2833
|
height: 100%;
|
|
2833
|
-
padding: 0px 20px;
|
|
2834
|
+
padding: 0px 20px;
|
|
2835
|
+
min-width: 450px;
|
|
2836
|
+
max-width: 600px; }
|
|
2834
2837
|
._m1FkD ._2ta7E ._11ZNu {
|
|
2835
2838
|
display: flex;
|
|
2836
2839
|
padding-top: 20px;
|
|
@@ -3094,7 +3097,8 @@ h2._1OAmb {
|
|
|
3094
3097
|
align-items: center;
|
|
3095
3098
|
justify-content: space-between;
|
|
3096
3099
|
flex: 1;
|
|
3097
|
-
gap: 12px;
|
|
3100
|
+
gap: 12px;
|
|
3101
|
+
width: 90%; }
|
|
3098
3102
|
|
|
3099
3103
|
._1xv1l {
|
|
3100
3104
|
background: #edf2f7; }
|
|
@@ -4169,7 +4173,7 @@ h2._1OAmb {
|
|
|
4169
4173
|
._2QGnx ._fEaRj {
|
|
4170
4174
|
color: #252733;
|
|
4171
4175
|
font-weight: 700;
|
|
4172
|
-
font-size:
|
|
4176
|
+
font-size: 25px;
|
|
4173
4177
|
margin-bottom: 0em !important; }
|
|
4174
4178
|
@media (max-width: 767px) {
|
|
4175
4179
|
._2QGnx {
|
|
@@ -4198,8 +4202,7 @@ h2._1OAmb {
|
|
|
4198
4202
|
._3sc5l {
|
|
4199
4203
|
padding-top: 10px; }
|
|
4200
4204
|
._3sc5l ._13FnU {
|
|
4201
|
-
width: 100%;
|
|
4202
|
-
padding-right: 8px; }
|
|
4205
|
+
width: 100%; }
|
|
4203
4206
|
._3sc5l ._21Iny {
|
|
4204
4207
|
padding-left: 8px; }
|
|
4205
4208
|
._3sc5l ._2UlJW {
|
|
@@ -4208,7 +4211,7 @@ h2._1OAmb {
|
|
|
4208
4211
|
border-radius: 10px; }
|
|
4209
4212
|
._3sc5l ._2UlJW::before {
|
|
4210
4213
|
opacity: 0 !important; }
|
|
4211
|
-
@media only screen and (max-width:
|
|
4214
|
+
@media only screen and (max-width: 1280px) {
|
|
4212
4215
|
._3sc5l ._21Iny {
|
|
4213
4216
|
margin-top: 15px;
|
|
4214
4217
|
padding-left: 0; } }
|
|
@@ -4267,6 +4270,20 @@ h2._1OAmb {
|
|
|
4267
4270
|
._2QGnx ._fEaRj {
|
|
4268
4271
|
font-size: 25px; } }
|
|
4269
4272
|
|
|
4273
|
+
@media (max-width: 960px) {
|
|
4274
|
+
._2tZC3 {
|
|
4275
|
+
display: none; } }
|
|
4276
|
+
|
|
4277
|
+
._39vGN {
|
|
4278
|
+
display: none; }
|
|
4279
|
+
@media (max-width: 960px) {
|
|
4280
|
+
._39vGN {
|
|
4281
|
+
display: block; } }
|
|
4282
|
+
|
|
4283
|
+
@media (max-width: 960px) {
|
|
4284
|
+
._3e_xC {
|
|
4285
|
+
display: block !important; } }
|
|
4286
|
+
|
|
4270
4287
|
@font-face {
|
|
4271
4288
|
font-family: "Lato-Regular";
|
|
4272
4289
|
src: url("/fonts/Lato-Regular.ttf");
|
|
@@ -4716,12 +4733,13 @@ h2._1OAmb {
|
|
|
4716
4733
|
font-style: normal;
|
|
4717
4734
|
font-weight: 700;
|
|
4718
4735
|
line-height: 21px; }
|
|
4719
|
-
|
|
4720
|
-
|
|
4721
|
-
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4736
|
+
|
|
4737
|
+
._23ld8 {
|
|
4738
|
+
font-size: 16px !important;
|
|
4739
|
+
font-style: normal;
|
|
4740
|
+
font-weight: 400;
|
|
4741
|
+
line-height: 19px;
|
|
4742
|
+
margin: 5px 0 !important; }
|
|
4725
4743
|
|
|
4726
4744
|
._Nyi4t {
|
|
4727
4745
|
background: #ffffff;
|
|
@@ -4751,6 +4769,8 @@ h2._1OAmb {
|
|
|
4751
4769
|
display: flex;
|
|
4752
4770
|
align-items: center;
|
|
4753
4771
|
margin-top: -5px; }
|
|
4772
|
+
._2qZ3K > p {
|
|
4773
|
+
font-size: 13px; }
|
|
4754
4774
|
|
|
4755
4775
|
._P01if {
|
|
4756
4776
|
padding: 10px; }
|
|
@@ -5032,6 +5052,10 @@ h2._1OAmb {
|
|
|
5032
5052
|
justify-content: space-between;
|
|
5033
5053
|
align-items: center;
|
|
5034
5054
|
padding: 24px; }
|
|
5055
|
+
@media (max-width: 960px) {
|
|
5056
|
+
._1sc2P ._14jsg {
|
|
5057
|
+
display: block;
|
|
5058
|
+
margin-top: 20px; } }
|
|
5035
5059
|
._1sc2P ._14jsg ._34b83 {
|
|
5036
5060
|
font-size: 20px;
|
|
5037
5061
|
font-weight: 700; }
|
|
@@ -5073,7 +5097,9 @@ h2._1OAmb {
|
|
|
5073
5097
|
font-size: 8px !important; }
|
|
5074
5098
|
|
|
5075
5099
|
._2K3qC {
|
|
5076
|
-
display: flex;
|
|
5100
|
+
display: flex;
|
|
5101
|
+
overflow: scroll;
|
|
5102
|
+
overflow-y: hidden; }
|
|
5077
5103
|
._2K3qC ._3f0nE {
|
|
5078
5104
|
display: flex;
|
|
5079
5105
|
flex-direction: column;
|
|
@@ -9049,7 +9075,11 @@ h2._1KpSK {
|
|
|
9049
9075
|
._1ip3G ._3jMMl {
|
|
9050
9076
|
padding: 10px; }
|
|
9051
9077
|
._1ip3G ._15K14 {
|
|
9052
|
-
padding: 16px;
|
|
9078
|
+
padding: 16px;
|
|
9079
|
+
display: flex;
|
|
9080
|
+
align-items: center; }
|
|
9081
|
+
._1ip3G ._15K14 svg {
|
|
9082
|
+
margin-left: 10px; }
|
|
9053
9083
|
|
|
9054
9084
|
._2Kqyy {
|
|
9055
9085
|
min-height: 749px;
|
|
@@ -9604,6 +9634,9 @@ h2._1KpSK {
|
|
|
9604
9634
|
|
|
9605
9635
|
._2NXSy {
|
|
9606
9636
|
width: 50%; }
|
|
9637
|
+
@media (max-width: 768px) {
|
|
9638
|
+
._2NXSy {
|
|
9639
|
+
width: 100%; } }
|
|
9607
9640
|
|
|
9608
9641
|
._2HzpQ {
|
|
9609
9642
|
margin-top: 35px; }
|