touchstudy-core 0.1.43 → 0.1.45

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,4 @@
1
+ import React from "react";
2
+ import { DropdownIndicatorProps } from 'react-select';
3
+ export declare const DropdownIndicator: (props: DropdownIndicatorProps) => React.JSX.Element;
4
+ export declare const CustomOption: (props: any) => React.JSX.Element;
@@ -0,0 +1,6 @@
1
+ export declare const customStyles: {
2
+ control: (baseStyles: any, state: any) => any;
3
+ input: (baseStyles: any, _: any) => any;
4
+ singleValue: (baseStyles: any) => any;
5
+ option: (baseStyles: any, state: any) => any;
6
+ };
@@ -0,0 +1,6 @@
1
+ export declare const customStyles: {
2
+ control: (baseStyles: any, state: any) => any;
3
+ input: (baseStyles: any, _: any) => any;
4
+ singleValue: (baseStyles: any) => any;
5
+ option: (baseStyles: any, state: any) => any;
6
+ };
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  import { CategoryResponse, EffectSize, ExamResult, LongTimeSpendQuestion, TimelyOrderQuestion } from "../configs/types";
3
- declare const useExamResult: (searchParam: string, navigate: Function, examSessionId: number | undefined, studentId: number | undefined, code: string | undefined, handleChangeTab: (newValue: number) => void) => {
3
+ declare const useExamResult: (searchParam: string, navigate: Function, examSessionId: number | undefined, studentId: number | undefined, code: string | undefined, handleChangeTab: (newValue: number) => void, selectedTab: number) => {
4
4
  examTime: string;
5
5
  series: {
6
6
  name: any;
@@ -1,6 +1,6 @@
1
1
  import { FC } from "react";
2
2
  import { INavigateProps } from "../../../utils/types";
3
- import { Role } from "../configs/constants";
3
+ import { Role } from "../../../utils/constants";
4
4
  interface Props {
5
5
  role?: Role;
6
6
  homeAcademyUrl: string;
package/dist/index.css CHANGED
@@ -1248,7 +1248,8 @@
1248
1248
  ._3Z1nV ._36Xpx {
1249
1249
  display: flex;
1250
1250
  align-items: center;
1251
- justify-content: space-between; }
1251
+ justify-content: space-between;
1252
+ margin-bottom: 8px; }
1252
1253
  ._3Z1nV ._36Xpx ._3ZJQW {
1253
1254
  font-family: "Pretendard";
1254
1255
  font-weight: 500;
@@ -1265,7 +1266,7 @@
1265
1266
  width: 100%;
1266
1267
  height: 12px;
1267
1268
  background-color: transparent;
1268
- border: 1px solid #ebebff;
1269
+ border: 1px solid #C8F8DB;
1269
1270
  border-radius: 12px;
1270
1271
  padding: 1px 5px;
1271
1272
  overflow-x: hidden; }
@@ -1275,6 +1276,7 @@
1275
1276
  ._3Z1nV ._1MPdO ._3CV_y {
1276
1277
  width: 8px;
1277
1278
  height: 8px;
1279
+ background: #18442A;
1278
1280
  border-radius: 100%;
1279
1281
  position: absolute;
1280
1282
  top: 0;