mario-teacher-student-client 9000.0.17 → 9000.0.18

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.
@@ -15,5 +15,9 @@ declare const useNoteAdd: () => {
15
15
  errorTitle: boolean;
16
16
  student: any;
17
17
  updateDataNote: () => Promise<void>;
18
+ openConfirmDeleteDialog: boolean;
19
+ onOpenConfirmDeleteDialog: () => void;
20
+ onCloseConfirmDeleteDialog: () => void;
21
+ id: any;
18
22
  };
19
23
  export default useNoteAdd;
@@ -0,0 +1,11 @@
1
+ export interface INote {
2
+ createAt: string;
3
+ grade: string;
4
+ id: number;
5
+ isFavorite: boolean;
6
+ nameStudent: string;
7
+ studentId: number;
8
+ text: string;
9
+ title: string;
10
+ type: string;
11
+ }
package/dist/index.css CHANGED
@@ -8315,7 +8315,13 @@ button._kb6Ui {
8315
8315
  padding-left: 15px; }
8316
8316
  ._2Kqyy ._CqXeM ._2RMhs ._15B2X {
8317
8317
  margin-left: 10px;
8318
- color: #1A202C; }
8318
+ color: #1A202C;
8319
+ font-weight: 400;
8320
+ font-size: 14px;
8321
+ font-family: "Roboto", sans-serif !important; }
8322
+ ._2Kqyy ._CqXeM ._2RMhs ._WRoAg {
8323
+ color: rgba(0, 0, 0, 0.54);
8324
+ font-family: "Roboto", sans-serif !important; }
8319
8325
  ._2Kqyy ._CqXeM ._2RMhs p {
8320
8326
  margin-right: 10px;
8321
8327
  margin-top: 10px; }
@@ -8324,10 +8330,17 @@ button._kb6Ui {
8324
8330
  display: flex; }
8325
8331
  ._2Kqyy ._CqXeM ._oTRhw ._FmE78 {
8326
8332
  font-size: 20px;
8327
- font-weight: 700; }
8333
+ font-weight: 700;
8334
+ font-family: "Roboto", sans-serif !important; }
8328
8335
  ._2Kqyy ._CqXeM ._oTRhw ._yC3LF {
8329
8336
  font-weight: bold;
8330
- font-size: 16px; }
8337
+ font-size: 16px;
8338
+ font-family: "Roboto", sans-serif !important; }
8339
+ ._2Kqyy ._CqXeM ._oTRhw ._1T8V9 {
8340
+ color: #1A202C;
8341
+ font-weight: 400;
8342
+ font-size: 16px;
8343
+ font-family: "Roboto", sans-serif !important; }
8331
8344
  ._2Kqyy ._CqXeM ._oTRhw ._319e5 {
8332
8345
  margin-left: 50px; }
8333
8346
  ._2Kqyy ._CqXeM ._oTRhw ._319e5 ._3dAV2 {
@@ -8339,19 +8352,26 @@ button._kb6Ui {
8339
8352
  font-size: 16px;
8340
8353
  font-weight: 700; }
8341
8354
  ._2Kqyy ._CqXeM ._oTRhw ._319e5 ._2SGYS {
8342
- display: flex;
8343
- font-weight: 500; }
8355
+ display: flex; }
8344
8356
  ._2Kqyy ._CqXeM ._oTRhw ._319e5 ._2SGYS ._3FHQG {
8345
8357
  background: #E9D8FD;
8346
8358
  color: #44337A;
8347
8359
  border-radius: 12px;
8348
8360
  margin-right: 10px;
8349
- padding: 5px 15px; }
8361
+ padding: 5px 15px;
8362
+ font-family: "Roboto", sans-serif !important;
8363
+ font-weight: 700; }
8350
8364
  ._2Kqyy ._CqXeM ._oTRhw ._319e5 ._2SGYS ._2HLBj {
8351
8365
  background: #CEEDFF;
8352
8366
  color: #153E75;
8353
8367
  border-radius: 12px;
8354
- padding: 5px 15px; }
8368
+ padding: 5px 15px;
8369
+ font-family: "Roboto", sans-serif !important;
8370
+ font-weight: 700; }
8371
+ ._2Kqyy ._1SHW2 {
8372
+ padding: 0 20px; }
8373
+ ._2Kqyy ._1SHW2 ._28G44 {
8374
+ font-size: 16px; }
8355
8375
 
8356
8376
  ._1qEK_ {
8357
8377
  padding-left: 16px;
@@ -8395,7 +8415,8 @@ button._kb6Ui {
8395
8415
  color: #1A202C;
8396
8416
  padding-bottom: 13px; }
8397
8417
  ._1ooLu ._3hbmt {
8398
- display: flex; }
8418
+ display: flex;
8419
+ padding-bottom: 23px; }
8399
8420
  ._1ooLu ._3hbmt ._15B2X {
8400
8421
  font-size: 16px;
8401
8422
  font-weight: 400;