mario-education 2.4.547-feedback → 2.4.548-feedback

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.
@@ -666,7 +666,7 @@ export interface ILowMetricStudent {
666
666
  export interface IConversationKpi {
667
667
  conversationTarget: number;
668
668
  conversationTeacherAvg: number;
669
- avgStudentReview?: any;
670
- sessionReviewSkipped?: any;
669
+ avgStudentReview: number;
670
+ sessionReviewSkipped: number;
671
671
  }
672
672
  export {};
package/dist/index.css CHANGED
@@ -1444,6 +1444,11 @@ datalist option:focus {
1444
1444
  ._3Qo6X {
1445
1445
  padding: 20px;
1446
1446
  }
1447
+ ._1Q9y6 {
1448
+ width: -webkit-fit-content;
1449
+ width: -moz-fit-content;
1450
+ width: fit-content;
1451
+ }
1447
1452
  ._3d-7s {
1448
1453
  display: flex;
1449
1454
  flex-direction: column;
@@ -15969,9 +15974,4 @@ p._17qsx {
15969
15974
  ._nXa-q {
15970
15975
  width: 24px;
15971
15976
  height: 24px;
15972
- }
15973
- ._1Q9y6 {
15974
- width: -webkit-fit-content;
15975
- width: -moz-fit-content;
15976
- width: fit-content;
15977
15977
  }