mario-education 2.4.296-layout → 2.4.298-layout

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 @@
1
+ export declare const customRemove: <T>(array: T[], predicate: (value: T, index: number, array: T[]) => boolean) => T[];
@@ -134,3 +134,6 @@ export declare const filterYearData: {
134
134
  }[];
135
135
  export declare const handleAveraged: (points: number[], isStress?: boolean | undefined) => number;
136
136
  export declare const handleGenerateAvgQuestion: (data: number[], isStress: boolean, avgContent?: string | undefined) => string;
137
+ declare type PropertySelector<T> = (item: T) => any;
138
+ export declare const customSortBy: <T>(array: T[], selector: PropertySelector<T>) => T[];
139
+ export {};
@@ -128,3 +128,4 @@ export declare const filterYearData: {
128
128
  endDate: number;
129
129
  }[];
130
130
  export declare const answerBarChartOptions: (labelNames: any, usageCountList: number[], isMobileScreen: boolean, isFullScreen: boolean) => ApexOptions;
131
+ export declare const cloneDeep: <T>(obj: T) => T;
package/dist/index.css CHANGED
@@ -8130,9 +8130,9 @@ h2._1tZzk {
8130
8130
 
8131
8131
  ._DkZPN {
8132
8132
  background: #ffffff;
8133
- border: 1px solid #ebeff2;
8134
8133
  box-shadow: 6px 0px 18px rgba(0, 0, 0, 0.06);
8135
- border-radius: 8px; }
8134
+ border-radius: 16px;
8135
+ margin-bottom: 16px; }
8136
8136
 
8137
8137
  ._8dSSA {
8138
8138
  min-width: 255px;