mario-education 2.4.561-feedback → 2.4.562-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.
@@ -2,8 +2,8 @@ import { ICardAI, IOptionDate } from "./type";
2
2
  export declare const CALENDAR_OPTIONS: IOptionDate[];
3
3
  export declare const timeKeywords: string[];
4
4
  export declare enum IDataType {
5
- QuestionAnswer = 0,
6
- Total = 1
5
+ QuestionAnswer = "QuestionAnswer",
6
+ Total = "Total"
7
7
  }
8
8
  export declare const promptIcons: (() => JSX.Element)[];
9
9
  export declare const CARD_AI_HEADER: ICardAI[];
package/dist/index.js CHANGED
@@ -78846,8 +78846,8 @@ var timeKeywords = ["this month", "this week", "this year", "last month", "last
78846
78846
  var IDataType;
78847
78847
 
78848
78848
  (function (IDataType) {
78849
- IDataType[IDataType["QuestionAnswer"] = 0] = "QuestionAnswer";
78850
- IDataType[IDataType["Total"] = 1] = "Total";
78849
+ IDataType["QuestionAnswer"] = "QuestionAnswer";
78850
+ IDataType["Total"] = "Total";
78851
78851
  })(IDataType || (IDataType = {}));
78852
78852
  var THEME = {
78853
78853
  LIGHT: 'light',