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.
@@ -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;