touchstudy-core 0.1.121 → 0.1.123

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.
Files changed (44) hide show
  1. package/README.md +46 -46
  2. package/dist/components/List/List.d.ts +7 -0
  3. package/dist/containers/ExamResult/components/Dialog/CreateNewQuestion2.d.ts +9 -0
  4. package/dist/containers/ExamResult/components/MyAnswer/components/CreateNewQuestion.d.ts +2 -3
  5. package/dist/containers/ExamResult/components/Notes/components/ActionItem.d.ts +7 -0
  6. package/dist/containers/ExamResult/components/Notes/components/ActionsTooltip.d.ts +14 -0
  7. package/dist/containers/ExamResult/components/Notes/components/ContentTooltip.d.ts +14 -0
  8. package/dist/containers/ExamResult/components/Notes/components/NewNoteButton.d.ts +6 -0
  9. package/dist/containers/ExamResult/components/Notes/components/NoteItem.d.ts +9 -0
  10. package/dist/containers/ExamResult/components/Notes/components/NoteList.d.ts +12 -0
  11. package/dist/containers/ExamResult/components/Notes/configs/constants.d.ts +2 -0
  12. package/dist/containers/ExamResult/components/Notes/configs/interfaces.d.ts +4 -0
  13. package/dist/containers/ExamResult/components/Notes/hooks/useNotes.d.ts +8 -0
  14. package/dist/containers/ExamResult/components/Notes/styles/styles.d.ts +67 -0
  15. package/dist/containers/ExamResult/components/StudentNotes/components/ActionItem.d.ts +7 -0
  16. package/dist/containers/ExamResult/components/StudentNotes/components/ActionsTooltip.d.ts +14 -0
  17. package/dist/containers/ExamResult/components/StudentNotes/components/NewNoteButton.d.ts +6 -0
  18. package/dist/containers/ExamResult/components/StudentNotes/components/NoteItem.d.ts +9 -0
  19. package/dist/containers/ExamResult/components/StudentNotes/configs/constants.d.ts +2 -0
  20. package/dist/containers/ExamResult/components/StudentNotes/configs/interfaces.d.ts +7 -0
  21. package/dist/containers/ExamResult/components/StudentNotes/hooks/useStudentNotes.d.ts +12 -0
  22. package/dist/containers/ExamResult/components/StudentNotes/index.d.ts +4 -0
  23. package/dist/containers/ExamResult/components/StudentNotes/styles/styles.d.ts +67 -0
  24. package/dist/containers/ExamResult/hooks/useExamNoteDialog.d.ts +18 -0
  25. package/dist/containers/Login/views/LoginQRCode.d.ts +10 -0
  26. package/dist/containers/Notes/components/ActionItem.d.ts +7 -0
  27. package/dist/containers/Notes/components/ActionsTooltip.d.ts +16 -0
  28. package/dist/containers/Notes/components/NoteDialog.d.ts +4 -0
  29. package/dist/containers/Textbooks/components/TextbookShareDialog.d.ts +26 -0
  30. package/dist/index.css +9 -9
  31. package/dist/index.js +117 -50
  32. package/dist/index.js.map +1 -1
  33. package/dist/index.modern.js +117 -50
  34. package/dist/index.modern.js.map +1 -1
  35. package/dist/utils/enums/examStatus.d.ts +3 -2
  36. package/package.json +102 -102
  37. package/dist/StudyTouch_Character_v1_Question~jLFvuYmI.png +0 -0
  38. package/dist/components/Selectors/InActiveAcademySelector.d.ts +0 -16
  39. package/dist/containers/Academies/hooks/usePassCodeDialog.d.ts +0 -10
  40. package/dist/containers/PreparedTextbook/apiClients/academyService.d.ts +0 -1
  41. package/dist/tests/performances/do-exam-session-list-student.d.ts +0 -19
  42. package/dist/tests/performances/do-exam-session-request-answer-one-time.d.ts +0 -19
  43. package/dist/tests/performances/do-exam-session-skip-answer.d.ts +0 -19
  44. package/dist/tests/performances/do-exam-session2.d.ts +0 -19
package/README.md CHANGED
@@ -1,46 +1,46 @@
1
- # Getting Started with Create React App
2
-
3
- This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4
-
5
- ## Available Scripts
6
-
7
- In the project directory, you can run:
8
-
9
- ### `npm start`
10
-
11
- Runs the app in the development mode.\
12
- Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13
-
14
- The page will reload if you make edits.\
15
- You will also see any lint errors in the console.
16
-
17
- ### `npm test`
18
-
19
- Launches the test runner in the interactive watch mode.\
20
- See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21
-
22
- ### `npm run build`
23
-
24
- Builds the app for production to the `build` folder.\
25
- It correctly bundles React in production mode and optimizes the build for the best performance.
26
-
27
- The build is minified and the filenames include the hashes.\
28
- Your app is ready to be deployed!
29
-
30
- See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31
-
32
- ### `npm run eject`
33
-
34
- **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35
-
36
- If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37
-
38
- Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
39
-
40
- You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
41
-
42
- ## Learn More
43
-
44
- You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45
-
46
- To learn React, check out the [React documentation](https://reactjs.org/).
1
+ # Getting Started with Create React App
2
+
3
+ This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
4
+
5
+ ## Available Scripts
6
+
7
+ In the project directory, you can run:
8
+
9
+ ### `npm start`
10
+
11
+ Runs the app in the development mode.\
12
+ Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
13
+
14
+ The page will reload if you make edits.\
15
+ You will also see any lint errors in the console.
16
+
17
+ ### `npm test`
18
+
19
+ Launches the test runner in the interactive watch mode.\
20
+ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
21
+
22
+ ### `npm run build`
23
+
24
+ Builds the app for production to the `build` folder.\
25
+ It correctly bundles React in production mode and optimizes the build for the best performance.
26
+
27
+ The build is minified and the filenames include the hashes.\
28
+ Your app is ready to be deployed!
29
+
30
+ See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
31
+
32
+ ### `npm run eject`
33
+
34
+ **Note: this is a one-way operation. Once you `eject`, you can’t go back!**
35
+
36
+ If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
37
+
38
+ Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
39
+
40
+ You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
41
+
42
+ ## Learn More
43
+
44
+ You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
45
+
46
+ To learn React, check out the [React documentation](https://reactjs.org/).
@@ -0,0 +1,7 @@
1
+ import { FC, ReactElement } from "react";
2
+ interface IListProps<T> {
3
+ data: T[];
4
+ render: (item: T, index: number) => ReactElement;
5
+ }
6
+ declare const List: FC<IListProps<any>>;
7
+ export default List;
@@ -0,0 +1,9 @@
1
+ import React from 'react';
2
+ declare type Props = {
3
+ openCreateQuestionDialog: boolean;
4
+ toggleCreateQuestion: () => void;
5
+ handleCreateQuestion: any;
6
+ examSessionId: number;
7
+ };
8
+ export default function CreateNewQuestionDialog({ handleCreateQuestion, openCreateQuestionDialog, toggleCreateQuestion, examSessionId }: Props): React.JSX.Element;
9
+ export {};
@@ -4,12 +4,11 @@ declare type Props = {
4
4
  toggleCreateQuestion: () => void;
5
5
  handleCreateQuestion: any;
6
6
  questionOrderSelected?: number;
7
- examSessionId?: number;
8
- textbookSessionId?: number;
7
+ examSessionId: number;
9
8
  questionOptions: {
10
9
  label: string;
11
10
  value: number;
12
11
  }[];
13
12
  };
14
- export default function CreateNewQuestionDialog({ handleCreateQuestion, openCreateQuestionDialog, toggleCreateQuestion, examSessionId, textbookSessionId, questionOrderSelected, questionOptions }: Props): React.JSX.Element;
13
+ export default function CreateNewQuestionDialog({ handleCreateQuestion, openCreateQuestionDialog, toggleCreateQuestion, examSessionId, questionOrderSelected, questionOptions }: Props): React.JSX.Element;
15
14
  export {};
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ import { Action } from "./ActionsTooltip";
3
+ interface Props extends Action {
4
+ isLast?: boolean;
5
+ }
6
+ declare const ActionItem: FC<Props>;
7
+ export default ActionItem;
@@ -0,0 +1,14 @@
1
+ import { FC, MouseEvent } from "react";
2
+ export declare type Action = {
3
+ label: string;
4
+ startIcon?: JSX.Element;
5
+ endIcon?: JSX.Element;
6
+ style?: object;
7
+ textStyle?: object;
8
+ onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
9
+ };
10
+ declare type Props = {
11
+ actions: Action[];
12
+ };
13
+ declare const ActionsTooltip: FC<Props>;
14
+ export default ActionsTooltip;
@@ -0,0 +1,14 @@
1
+ import { FC } from "react";
2
+ declare type Action = {
3
+ label: string;
4
+ startIcon?: JSX.Element;
5
+ endIcon?: JSX.Element;
6
+ onClick?: (event: any) => void;
7
+ style?: object;
8
+ textStyle?: object;
9
+ };
10
+ declare type Props = {
11
+ actions: Action[];
12
+ };
13
+ declare const ActionsTooltip: FC<Props>;
14
+ export default ActionsTooltip;
@@ -0,0 +1,6 @@
1
+ import { FC, MouseEvent, PropsWithChildren } from "react";
2
+ interface Props extends PropsWithChildren {
3
+ onClick?: (e: MouseEvent<HTMLButtonElement>) => void;
4
+ }
5
+ declare const NewNoteButton: FC<Props>;
6
+ export default NewNoteButton;
@@ -0,0 +1,9 @@
1
+ import { FC } from "react";
2
+ import { NoteResponse } from "../../../../../utils/types/note";
3
+ import { TooltipProps } from "../configs/interfaces";
4
+ interface NoteItemProps extends TooltipProps<NoteResponse> {
5
+ data: NoteResponse;
6
+ openTooltip: boolean;
7
+ }
8
+ declare const NoteItem: FC<NoteItemProps>;
9
+ export default NoteItem;
@@ -0,0 +1,12 @@
1
+ import { FC, RefObject } from "react";
2
+ import { NoteResponse } from "../../../../../utils/types/note";
3
+ import { TooltipProps } from "../configs/interfaces";
4
+ interface NoteListProps extends TooltipProps<NoteResponse> {
5
+ data: NoteResponse[];
6
+ selectedItem?: NoteResponse;
7
+ observerTarget: RefObject<HTMLDivElement>;
8
+ loading: boolean;
9
+ onLoadMore: () => void;
10
+ }
11
+ declare const NoteList: FC<NoteListProps>;
12
+ export default NoteList;
@@ -0,0 +1,2 @@
1
+ import { NoteSearchQuery } from "../../../../Notes/configs/types";
2
+ export declare const StudentNoteFilter: NoteSearchQuery;
@@ -0,0 +1,4 @@
1
+ export interface TooltipProps<T> {
2
+ onClose: () => void;
3
+ onOpen: (note: T) => void;
4
+ }
@@ -0,0 +1,8 @@
1
+ import { NoteResponse } from "../../../../../utils/types/note";
2
+ declare const useNotes: () => {
3
+ t: any;
4
+ selectedNote: NoteResponse | undefined;
5
+ handleCloseTooltip: () => void;
6
+ handleOpenTooltip: (note: NoteResponse) => void;
7
+ };
8
+ export default useNotes;
@@ -0,0 +1,67 @@
1
+ export declare const NoteListStyles: {
2
+ p: number;
3
+ bgcolor: string;
4
+ border: string;
5
+ borderRadius: string;
6
+ minHeight: string;
7
+ };
8
+ export declare const newButtonStyle: {
9
+ color: string;
10
+ borderColor: string;
11
+ };
12
+ export declare const NoteItemRootStyle: {
13
+ bgcolor: string;
14
+ paddingInline: number;
15
+ paddingBlock: number;
16
+ borderRadius: string;
17
+ };
18
+ export declare const NoteItemLeftTextStyle: {
19
+ color: string;
20
+ fontSize: string;
21
+ fontWeight: number;
22
+ };
23
+ export declare const NoteItemMiddleTextStyle: {
24
+ color: string;
25
+ fontSize: string;
26
+ fontWeight: number;
27
+ };
28
+ export declare const NoteItemContentTextStyle: {
29
+ color: string;
30
+ fontSize: string;
31
+ fontWeight: number;
32
+ };
33
+ export declare const NoteItemRightTextStyle: {
34
+ color: string;
35
+ fontSize: string;
36
+ fontWeight: number;
37
+ };
38
+ export declare const NoteItemStyles: {
39
+ root: {
40
+ bgcolor: string;
41
+ paddingInline: number;
42
+ paddingBlock: number;
43
+ borderRadius: string;
44
+ };
45
+ text: {
46
+ left: {
47
+ color: string;
48
+ fontSize: string;
49
+ fontWeight: number;
50
+ };
51
+ middle: {
52
+ color: string;
53
+ fontSize: string;
54
+ fontWeight: number;
55
+ };
56
+ right: {
57
+ color: string;
58
+ fontSize: string;
59
+ fontWeight: number;
60
+ };
61
+ };
62
+ contentText: {
63
+ color: string;
64
+ fontSize: string;
65
+ fontWeight: number;
66
+ };
67
+ };
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ import { Action } from "./ActionsTooltip";
3
+ interface Props extends Action {
4
+ isLast?: boolean;
5
+ }
6
+ declare const ActionItem: FC<Props>;
7
+ export default ActionItem;
@@ -0,0 +1,14 @@
1
+ import { FC, MouseEvent } from "react";
2
+ export declare type Action = {
3
+ label: string;
4
+ startIcon?: JSX.Element;
5
+ endIcon?: JSX.Element;
6
+ style?: object;
7
+ textStyle?: object;
8
+ onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
9
+ };
10
+ declare type Props = {
11
+ actions: Action[];
12
+ };
13
+ declare const ActionsTooltip: FC<Props>;
14
+ export default ActionsTooltip;
@@ -0,0 +1,6 @@
1
+ import { FC, MouseEvent, PropsWithChildren } from "react";
2
+ interface Props extends PropsWithChildren {
3
+ onClick?: (e: MouseEvent<HTMLButtonElement>) => void;
4
+ }
5
+ declare const NewNoteButton: FC<Props>;
6
+ export default NewNoteButton;
@@ -0,0 +1,9 @@
1
+ import { FC } from "react";
2
+ import { NoteResponse } from "../../../../../utils/types/note";
3
+ import { TooltipProps } from "../configs/interfaces";
4
+ interface NoteItemProps extends TooltipProps<NoteResponse> {
5
+ data: NoteResponse;
6
+ openTooltip: boolean;
7
+ }
8
+ declare const NoteItem: FC<NoteItemProps>;
9
+ export default NoteItem;
@@ -0,0 +1,2 @@
1
+ import { NoteSearchQuery } from "../../../../Notes/configs/types";
2
+ export declare const StudentNoteFilter: NoteSearchQuery;
@@ -0,0 +1,7 @@
1
+ export interface TooltipProps<T> {
2
+ onClose: () => void;
3
+ onOpen: (note: T) => void;
4
+ }
5
+ export interface StudentNotesProps {
6
+ examCode?: string;
7
+ }
@@ -0,0 +1,12 @@
1
+ import { NoteResponse } from "../../../../../utils/types/note";
2
+ import { StudentNotesProps } from "../configs/interfaces";
3
+ declare const useStudentNotes: ({ examCode }: StudentNotesProps) => {
4
+ t: any;
5
+ notes: NoteResponse[];
6
+ isLoading: boolean;
7
+ selectedNote: NoteResponse | undefined;
8
+ handleLoadMore: () => void;
9
+ handleCloseTooltip: () => void;
10
+ handleOpenTooltip: (note: NoteResponse) => void;
11
+ };
12
+ export default useStudentNotes;
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { StudentNotesProps } from "./configs/interfaces";
3
+ declare const StudentNotes: FC<StudentNotesProps>;
4
+ export default StudentNotes;
@@ -0,0 +1,67 @@
1
+ export declare const NoteListStyles: {
2
+ p: number;
3
+ bgcolor: string;
4
+ border: string;
5
+ borderRadius: string;
6
+ minHeight: string;
7
+ };
8
+ export declare const newButtonStyle: {
9
+ color: string;
10
+ borderColor: string;
11
+ };
12
+ export declare const NoteItemRootStyle: {
13
+ bgcolor: string;
14
+ paddingInline: number;
15
+ paddingBlock: number;
16
+ borderRadius: string;
17
+ };
18
+ export declare const NoteItemLeftTextStyle: {
19
+ color: string;
20
+ fontSize: string;
21
+ fontWeight: number;
22
+ };
23
+ export declare const NoteItemMiddleTextStyle: {
24
+ color: string;
25
+ fontSize: string;
26
+ fontWeight: number;
27
+ };
28
+ export declare const NoteItemContentTextStyle: {
29
+ color: string;
30
+ fontSize: string;
31
+ fontWeight: number;
32
+ };
33
+ export declare const NoteItemRightTextStyle: {
34
+ color: string;
35
+ fontSize: string;
36
+ fontWeight: number;
37
+ };
38
+ export declare const NoteItemStyles: {
39
+ root: {
40
+ bgcolor: string;
41
+ paddingInline: number;
42
+ paddingBlock: number;
43
+ borderRadius: string;
44
+ };
45
+ text: {
46
+ left: {
47
+ color: string;
48
+ fontSize: string;
49
+ fontWeight: number;
50
+ };
51
+ middle: {
52
+ color: string;
53
+ fontSize: string;
54
+ fontWeight: number;
55
+ };
56
+ right: {
57
+ color: string;
58
+ fontSize: string;
59
+ fontWeight: number;
60
+ };
61
+ };
62
+ contentText: {
63
+ color: string;
64
+ fontSize: string;
65
+ fontWeight: number;
66
+ };
67
+ };
@@ -0,0 +1,18 @@
1
+ import { MouseEvent } from "react";
2
+ import { Question } from "../../../utils";
3
+ import { QuestionData } from "../../../utils/types";
4
+ declare const useCreateQuestionDialog: (handleSelectQuestion: (question?: QuestionData | undefined) => void) => {
5
+ questionIdContextMenu: number | undefined;
6
+ isOpenQuestionDialog: boolean;
7
+ setOpenQuestionDialog: import("react").Dispatch<import("react").SetStateAction<boolean>>;
8
+ handleOpenQuestionContextMenu: (question: Question) => void;
9
+ handleOpenQuestionDialog: (_: MouseEvent<HTMLButtonElement>, question: Question) => void;
10
+ handleCloseQuestionDialog: () => void;
11
+ handleCreateQuestion: ({ content, examSessionId, questionId }: {
12
+ content: string;
13
+ examSessionId: number;
14
+ questionId: number;
15
+ }) => Promise<void>;
16
+ handleCloseQuestionContextMenu: () => void;
17
+ };
18
+ export default useCreateQuestionDialog;
@@ -0,0 +1,10 @@
1
+ import { FC } from "react";
2
+ export declare type LoginQRCodeProps = {
3
+ history: any;
4
+ homeAcademyUrl: string;
5
+ homeUrl: string;
6
+ registerUrl?: string;
7
+ domain: string;
8
+ };
9
+ declare const LoginQRCode: FC<LoginQRCodeProps>;
10
+ export default LoginQRCode;
@@ -0,0 +1,7 @@
1
+ import { FC } from "react";
2
+ import { Action } from "./ActionsTooltip";
3
+ interface Props extends Action {
4
+ isLast?: boolean;
5
+ }
6
+ declare const ActionItem: FC<Props>;
7
+ export default ActionItem;
@@ -0,0 +1,16 @@
1
+ import { FC, MouseEvent } from "react";
2
+ import { SxProps, Theme } from "@mui/material";
3
+ export declare type Action = {
4
+ label: string;
5
+ startIcon?: JSX.Element;
6
+ endIcon?: JSX.Element;
7
+ style?: SxProps<Theme>;
8
+ textStyle?: SxProps<Theme>;
9
+ onClick?: (event: MouseEvent<HTMLButtonElement>) => void;
10
+ };
11
+ declare type Props = {
12
+ actions: Action[];
13
+ style?: SxProps<Theme>;
14
+ };
15
+ declare const ActionsTooltip: FC<Props>;
16
+ export default ActionsTooltip;
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { NoteDialogProps } from "../configs/interfaces";
3
+ declare const NoteDialog: FC<NoteDialogProps>;
4
+ export default NoteDialog;
@@ -0,0 +1,26 @@
1
+ import React, { FC } from "react";
2
+ import { TeacherSimpleResponse } from "../configs/types";
3
+ import { SearchQuery } from "../../../utils/types/searchQuery";
4
+ import { PagingResponse } from "../../../utils/types/pagingResponse";
5
+ interface Props {
6
+ open: boolean;
7
+ selectedShare: number[];
8
+ textSearchShareRef: React.RefObject<HTMLInputElement>;
9
+ handleChangeSearchTextShare: (e: React.ChangeEvent<HTMLInputElement>) => void;
10
+ numSelectedShare: number;
11
+ isCheckAllShare: (teachers: TeacherSimpleResponse[], userLength: number) => boolean;
12
+ handleSelectAllClickShare: (event: React.ChangeEvent<HTMLInputElement>) => void;
13
+ teachers: TeacherSimpleResponse[];
14
+ handleSortShare: (sortColumnName: string) => void;
15
+ filterShare: SearchQuery;
16
+ pagingShare: PagingResponse;
17
+ handleChangePageShare: (_: any, page: number) => void;
18
+ handleShareTextbook: (teacherIds: number[], textbookId: number) => Promise<void>;
19
+ isSelectedShare: (id: number) => boolean;
20
+ handleCloseShareDialog: () => void;
21
+ handleClickCheckboxShare: (id: number) => void;
22
+ selectedTeacher: TeacherSimpleResponse | undefined;
23
+ currentTextbookId: number;
24
+ }
25
+ export declare const ShareTextbookDialog: FC<Props>;
26
+ export {};
package/dist/index.css CHANGED
@@ -353,7 +353,7 @@
353
353
  background-clip: padding-box;
354
354
  border: 1px solid #dee2e6;
355
355
  border-radius: 0.375rem;
356
- transition: border-color 0.15s ease-in-out,
357
356
  box-shadow 0.15s ease-in-out; }
357
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
358
358
 
359
359
  ._2PWdX {
360
360
  display: inline-block;
@@ -372,7 +372,7 @@
372
372
  border: 1px solid #0d6efd;
373
373
  border-radius: 0.375rem;
374
374
  background-color: transparent;
375
- transition: color 0.15s ease-in-out,
376
375
  background-color 0.15s ease-in-out,
377
376
  border-color 0.15s ease-in-out,
378
377
  box-shadow 0.15s ease-in-out; }
378
+ transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
379
379
  ._2PWdX:hover {
380
380
  color: #fff !important;
381
381
  background-color: #0d6efd;
@@ -406,7 +406,7 @@
406
406
  background-size: 10px 7px;
407
407
  border: 1px solid #dee2e6;
408
408
  border-radius: 0.375rem;
409
- transition: border-color 0.15s ease-in-out,
410
409
  box-shadow 0.15s ease-in-out; }
410
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
411
411
 
412
412
  ._3NJzN {
413
413
  overflow: hidden;
@@ -1810,7 +1810,7 @@ h3 {
1810
1810
  ._24wBH, ._2LXBj {
1811
1811
  background-color: var(--docusaurus-collapse-button-bg); }
1812
1812
  :root {
1813
- --docusaurus-announcement-bar-height: 30px
1813
+ --docusaurus-announcement-bar-height: 30px
1814
1814
  ; }
1815
1815
  ._32uEE, ._2PagL {
1816
1816
  flex-basis: 50px; }
@@ -1915,7 +1915,7 @@ h3 {
1915
1915
  flex-basis: var(--ifm-col-width);
1916
1916
  margin-left: 0; }
1917
1917
  ._gceZJ {
1918
- --ifm-footer-padding-horizontal: 0
1918
+ --ifm-footer-padding-horizontal: 0
1919
1919
  ; }
1920
1920
  ._OawS_, ._3fzLh, ._1wyV6, ._3tGM4 {
1921
1921
  display: none; }
@@ -1962,13 +1962,13 @@ h3 {
1962
1962
 
1963
1963
  @media (max-width: 576px) {
1964
1964
  ._2xZt0 h1:first-child {
1965
- --ifm-h1-font-size:2rem
1965
+ --ifm-h1-font-size:2rem
1966
1966
  ; }
1967
1967
  ._2xZt0 > h2 {
1968
- --ifm-h2-font-size: 1.5rem
1968
+ --ifm-h2-font-size: 1.5rem
1969
1969
  ; }
1970
1970
  ._2xZt0 > h3 {
1971
- --ifm-h3-font-size: 1.25rem
1971
+ --ifm-h3-font-size: 1.25rem
1972
1972
  ; } }
1973
1973
 
1974
1974
  @media (hover: hover) {
@@ -1993,7 +1993,7 @@ h3 {
1993
1993
  @media (prefers-reduced-motion: reduce) {
1994
1994
  :root {
1995
1995
  --ifm-transition-fast: 0ms;
1996
- --ifm-transition-slow: 0ms
1996
+ --ifm-transition-slow: 0ms
1997
1997
  ; } }
1998
1998
 
1999
1999
  @media print {