touchstudy-core 0.1.174 → 0.1.176
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/containers/Classes/configs/types.d.ts +2 -2
- package/dist/index.css +13 -0
- package/dist/index.js +606 -57
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +608 -59
- package/dist/index.modern.js.map +1 -1
- package/dist/layouts/Header.d.ts +1 -1
- package/dist/layouts/TimerCountItem.d.ts +9 -0
- package/dist/layouts/TimerItem.d.ts +11 -0
- package/dist/services/subjectService.d.ts +4 -0
- package/dist/theme/palette.d.ts +1 -0
- package/dist/utils/enums/index.d.ts +1 -0
- package/dist/utils/enums/subject.d.ts +5 -0
- package/dist/utils/functions/times.d.ts +1 -0
- package/dist/utils/types/index.d.ts +1 -0
- package/dist/utils/types/subjects.d.ts +17 -0
- package/package.json +1 -1
@@ -155,8 +155,8 @@ export declare type TeacherQuery = {
|
|
155
155
|
sortColumnDirection: OrderBy;
|
156
156
|
};
|
157
157
|
export declare enum TeacherSortBy {
|
158
|
-
Name = "UserProfile.FullName",
|
159
|
-
Email = "UserProfile.Email"
|
158
|
+
Name = "User.UserProfile.FullName",
|
159
|
+
Email = "User.UserProfile.Email"
|
160
160
|
}
|
161
161
|
export declare enum ClassStatus {
|
162
162
|
Default = "Default",
|
package/dist/index.css
CHANGED
@@ -501,6 +501,19 @@
|
|
501
501
|
text-overflow: ellipsis;
|
502
502
|
word-wrap: break-word; }
|
503
503
|
|
504
|
+
._3bvVg ._z624V {
|
505
|
+
transition: background-color 0.3s ease; }
|
506
|
+
._3bvVg ._z624V:hover {
|
507
|
+
background-color: #3DC674; }
|
508
|
+
._3bvVg ._z624V:hover ._2KJX4 {
|
509
|
+
color: #F0FFF6; }
|
510
|
+
._3bvVg ._z624V:hover ._1mwlk {
|
511
|
+
color: #F0FFF6; }
|
512
|
+
._3bvVg ._z624V:hover ._maff_ {
|
513
|
+
color: #F0FFF6; }
|
514
|
+
._3bvVg ._z624V ._maff_ {
|
515
|
+
color: #3DC674; }
|
516
|
+
|
504
517
|
._2mYOt ._1H9qR:nth-child(1) {
|
505
518
|
font-family: "Pretendard";
|
506
519
|
font-size: 20px;
|