mario-teacher-student-client 3.0.9-counselor → 3.0.10-admin

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.
@@ -0,0 +1,3 @@
1
+ export declare const HEADER_DESKTOP_HEIGHT = 64;
2
+ export declare const HEADER_MOBILE_HEIGHT = 55;
3
+ export declare const NOTIFICATION_HEIGHT = 36;
@@ -6,4 +6,7 @@ export interface STYLE_PROPS {
6
6
  width: number;
7
7
  duration: number;
8
8
  }
9
- export declare const NOTIFICATION_ALERT_KEY_ID = "NOTIFICATION_ALERT_KEY_ID";
9
+ export interface STORED_NOTIFICATION {
10
+ id: number;
11
+ isOpen: boolean;
12
+ }
@@ -8,7 +8,6 @@ declare const useDialogRequest: (_props: PropsType, ref: any) => {
8
8
  open: boolean;
9
9
  isTeacher: any;
10
10
  isAssistant: any;
11
- isCounselor: any;
12
11
  classList: never[];
13
12
  formData: FORM_REQUEST;
14
13
  changeFormData: (updatedForm: any) => void;
@@ -12,6 +12,5 @@ declare const useDoneList: () => {
12
12
  filters: any;
13
13
  isTeacher: any;
14
14
  isAssistant: any;
15
- isCounselor: any;
16
15
  };
17
16
  export default useDoneList;
@@ -15,7 +15,6 @@ declare const useTodoList: () => {
15
15
  getActionPointList: () => Promise<void>;
16
16
  isTeacher: any;
17
17
  isAssistant: any;
18
- isCounselor: any;
19
18
  classFontSize: string;
20
19
  inputSearch: import("react").MutableRefObject<any>;
21
20
  };
@@ -22,12 +22,6 @@ export declare enum TypeTime {
22
22
  StartTime = 1,
23
23
  StopTime = 2
24
24
  }
25
- export declare enum RoleStartSessionEnum {
26
- Assistant = 0,
27
- Teacher = 1,
28
- Student = 2,
29
- Counselor = 3
30
- }
31
25
  export interface LearningStrategyType {
32
26
  id?: number;
33
27
  text: string;
@@ -127,9 +127,3 @@ export declare const initialResultAnswer: {
127
127
  id: number;
128
128
  questionResponses: never[];
129
129
  };
130
- export declare enum RoleStartSessionEnum {
131
- Assistant = 0,
132
- Teacher = 1,
133
- Student = 2,
134
- Counselor = 3
135
- }
@@ -13,9 +13,7 @@ declare const useStudentList: () => {
13
13
  useStyles: (props?: any) => Record<"select" | "fontCustom", string>;
14
14
  defaultFont: any;
15
15
  onSubmitAssistant: (cb: Function) => Promise<void>;
16
- onSubmitCounselor: (cb: Function) => Promise<void>;
17
16
  setAssistantId: import("react").Dispatch<import("react").SetStateAction<number>>;
18
- setCounselorId: import("react").Dispatch<import("react").SetStateAction<number>>;
19
17
  setStudentAssistant: import("react").Dispatch<import("react").SetStateAction<number>>;
20
18
  isRoleTeacherAndAssistant: boolean;
21
19
  nameTeacherAssistant: any;
package/dist/index.css CHANGED
@@ -1107,7 +1107,8 @@ p._1YLGi {
1107
1107
  min-height: 36px;
1108
1108
  height: 36px;
1109
1109
  background: #f58f10;
1110
- padding: 0 2.5rem; }
1110
+ width: 100vw;
1111
+ padding: 0 3rem; }
1111
1112
  ._28v_I > div > div > div {
1112
1113
  display: flex;
1113
1114
  justify-content: center;
@@ -1115,7 +1116,7 @@ p._1YLGi {
1115
1116
 
1116
1117
  ._1la70 {
1117
1118
  padding: 0.1rem !important;
1118
- right: 1rem;
1119
+ right: 0.5rem;
1119
1120
  top: 50%;
1120
1121
  transform: translateY(-50%); }
1121
1122
  ._1la70 svg {