mario-education 2.5.9-release → 2.5.11-release
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 =
|
|
6
|
-
Total =
|
|
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
|
@@ -78797,8 +78797,8 @@ var timeKeywords = ["this month", "this week", "this year", "last month", "last
|
|
|
78797
78797
|
var IDataType;
|
|
78798
78798
|
|
|
78799
78799
|
(function (IDataType) {
|
|
78800
|
-
IDataType[
|
|
78801
|
-
IDataType[
|
|
78800
|
+
IDataType["QuestionAnswer"] = "QuestionAnswer";
|
|
78801
|
+
IDataType["Total"] = "Total";
|
|
78802
78802
|
})(IDataType || (IDataType = {}));
|
|
78803
78803
|
var THEME = {
|
|
78804
78804
|
LIGHT: 'light',
|