catchup-library-web 2.3.7 → 2.4.0

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.
package/dist/index.js CHANGED
@@ -70,10 +70,8 @@ __export(index_exports, {
70
70
  ActivityBodyContent: () => ActivityBodyContent_default,
71
71
  ActivityEmptyContent: () => ActivityEmptyContent_default,
72
72
  ActivityEvaluationRubricContent: () => ActivityEvaluationRubricContent_default,
73
- ActivityLabel: () => ActivityLabel_default,
74
73
  ActivityPreviewByData: () => ActivityPreviewByData_default,
75
74
  ActivitySolutionContent: () => ActivitySolutionContent_default,
76
- ActivityTemplateLabel: () => ActivityTemplateLabel_default,
77
75
  ApproveButton: () => ApproveButton_default,
78
76
  BaseCard: () => BaseCard_default,
79
77
  BaseImage: () => BaseImage_default,
@@ -82,23 +80,25 @@ __export(index_exports, {
82
80
  BaseModal: () => BaseModal_default,
83
81
  BasePDF: () => BasePDF_default,
84
82
  BaseTitle: () => BaseTitle_default,
83
+ BlueLabel: () => BlueLabel_default,
85
84
  BlueVerticalDividerLine: () => BlueVerticalDividerLine_default,
86
- BrandLabel: () => BrandLabel_default,
87
85
  CancelButton: () => CancelButton_default,
88
- CategoryLabel: () => CategoryLabel_default,
89
- CoterieLabel: () => CoterieLabel_default,
86
+ CoralLabel: () => CoralLabel_default,
90
87
  CreateButton: () => CreateButton_default,
88
+ CyanLabel: () => CyanLabel_default,
91
89
  DeleteButton: () => DeleteButton_default,
92
90
  DividerLine: () => DividerLine_default,
93
91
  DropdownActivityContent: () => DropdownActivityContent_default,
94
92
  FillInTheBlanksActivityContent: () => FillInTheBlanksActivityContent_default,
95
93
  FullCard: () => FullCard_default,
96
- GradeLabel: () => GradeLabel_default,
94
+ GrayLabel: () => GrayLabel_default,
95
+ GreenLabel: () => GreenLabel_default,
97
96
  GroupingActivityContent: () => GroupingActivityContent_default,
98
97
  InfoWithText: () => InfoWithText_default,
99
98
  InputGroup: () => InputGroup_default,
100
99
  InputWithSpecialExpression: () => InputWithSpecialExpression_default,
101
100
  LeftTextRightInputGroup: () => LeftTextRightInputGroup_default,
101
+ LimeLabel: () => LimeLabel_default,
102
102
  MCMAActivityContent: () => MCMAActivityContent_default,
103
103
  MCSAActivityContent: () => MCSAActivityContent_default,
104
104
  MatchingActivityContent: () => MatchingActivityContent_default,
@@ -107,13 +107,13 @@ __export(index_exports, {
107
107
  ONE_MONTH: () => ONE_MONTH,
108
108
  ONE_WEEK: () => ONE_WEEK,
109
109
  OpenEndedActivityContent: () => OpenEndedActivityContent_default,
110
+ OrangeLabel: () => OrangeLabel_default,
110
111
  OrderingActivityContent: () => OrderingActivityContent_default,
111
- OutcomeLabel: () => OutcomeLabel_default,
112
112
  PageTravelGroup: () => PageTravelGroup_default,
113
- PersonalLabel: () => PersonalLabel_default,
114
113
  PrimaryButton: () => PrimaryButton_default,
115
114
  ProgressBar: () => ProgressBar_default,
116
- PublishingHouseLabel: () => PublishingHouseLabel_default,
115
+ PurpleLabel: () => PurpleLabel_default,
116
+ RedLabel: () => RedLabel_default,
117
117
  ScoreBar: () => ScoreBar_default,
118
118
  SecondaryButton: () => SecondaryButton_default,
119
119
  SelectionBox: () => SelectionBox_default,
@@ -123,6 +123,7 @@ __export(index_exports, {
123
123
  StatusError: () => StatusError_default,
124
124
  SubTitle: () => SubTitle_default,
125
125
  THREE_MONTHS: () => THREE_MONTHS,
126
+ TealLabel: () => TealLabel_default,
126
127
  TimedProgressBar: () => TimedProgressBar_default,
127
128
  TrueFalseActivityContent: () => TrueFalseActivityContent_default,
128
129
  VerticalDividerLine: () => VerticalDividerLine_default,
@@ -4377,9 +4378,9 @@ var getLanguageFromCurriculumType = (curriculumType) => {
4377
4378
  };
4378
4379
  var getSystemLanguageFromCurriculumType = (curriculumType) => {
4379
4380
  if (curriculumType === "MEB") {
4380
- return "tr";
4381
+ return "TR";
4381
4382
  }
4382
- return "en";
4383
+ return "EN";
4383
4384
  };
4384
4385
 
4385
4386
  // src/components/dropdowns/MediaDropdown.tsx
@@ -7760,149 +7761,243 @@ var SelectionTabFill = ({
7760
7761
  };
7761
7762
  var SelectionTabFill_default = SelectionTabFill;
7762
7763
 
7763
- // src/components/labels/ActivityTemplateLabel.tsx
7764
+ // src/components/labels/Label.tsx
7764
7765
  var import_jsx_runtime55 = require("react/jsx-runtime");
7765
- var ActivityTemplateLabel = ({
7766
+ var Label = ({
7766
7767
  title,
7767
7768
  icon,
7768
- font
7769
+ font = "text-md",
7770
+ borderWidth = 1,
7771
+ borderColor,
7772
+ backgroundColor,
7773
+ textColor
7769
7774
  }) => {
7770
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-grade-label-border bg-grade-label text-grade-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7771
- icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(BaseImage_default, { src: "/icons/activity.webp", alt: "label", size: "xsmall" }),
7772
- /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("p", { className: font ? font : "text-sm", children: title })
7773
- ] }) });
7775
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
7776
+ "div",
7777
+ {
7778
+ className: "px-3 py-1 gap-x-3 border rounded-catchup-2xlarge text-center",
7779
+ style: {
7780
+ borderWidth,
7781
+ borderColor,
7782
+ background: backgroundColor,
7783
+ color: textColor
7784
+ },
7785
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7786
+ icon,
7787
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("p", { className: font, children: title })
7788
+ ] })
7789
+ }
7790
+ );
7774
7791
  };
7775
- var ActivityTemplateLabel_default = ActivityTemplateLabel;
7792
+ var Label_default = Label;
7776
7793
 
7777
- // src/components/labels/BrandLabel.tsx
7794
+ // src/components/labels/TealLabel.tsx
7778
7795
  var import_jsx_runtime56 = require("react/jsx-runtime");
7779
- var BrandLabel = ({ title, icon, font }) => {
7780
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-brand-label-border bg-brand-label text-brand-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7781
- icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(BaseImage_default, { src: "/icons/brand-label.webp", alt: "label", size: "xsmall" }),
7782
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)("p", { className: font ? font : "text-sm", children: title })
7783
- ] }) });
7796
+ var TealLabel = ({ title, icon, font }) => {
7797
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
7798
+ Label_default,
7799
+ {
7800
+ title,
7801
+ icon,
7802
+ font,
7803
+ borderColor: "#B2E5EF",
7804
+ backgroundColor: "#E7F8FB",
7805
+ textColor: "#3E879A"
7806
+ }
7807
+ );
7784
7808
  };
7785
- var BrandLabel_default = BrandLabel;
7809
+ var TealLabel_default = TealLabel;
7786
7810
 
7787
- // src/components/labels/CategoryLabel.tsx
7811
+ // src/components/labels/PurpleLabel.tsx
7788
7812
  var import_jsx_runtime57 = require("react/jsx-runtime");
7789
- var CategoryLabel = ({ title, icon, font }) => {
7790
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-category-label-border bg-category-label text-category-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7791
- icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
7792
- BaseImage_default,
7793
- {
7794
- src: "/icons/category-label.webp",
7795
- alt: "label",
7796
- size: "xsmall"
7797
- }
7798
- ),
7799
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)("p", { className: font ? font : "text-sm", children: title })
7800
- ] }) });
7813
+ var PurpleLabel = ({ title, icon, font }) => {
7814
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
7815
+ Label_default,
7816
+ {
7817
+ title,
7818
+ icon,
7819
+ font,
7820
+ borderColor: "#E3CEF4",
7821
+ backgroundColor: "#EDEAF1",
7822
+ textColor: "#9C63B0"
7823
+ }
7824
+ );
7801
7825
  };
7802
- var CategoryLabel_default = CategoryLabel;
7826
+ var PurpleLabel_default = PurpleLabel;
7803
7827
 
7804
- // src/components/labels/CoterieLabel.tsx
7828
+ // src/components/labels/GreenLabel.tsx
7805
7829
  var import_jsx_runtime58 = require("react/jsx-runtime");
7806
- var CoterieLabel = ({ title, font }) => {
7807
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-brand-label-border bg-brand-label text-brand-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("p", { className: font ? font : "text-sm", children: title }) });
7830
+ var GreenLabel = ({ title, icon, font }) => {
7831
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
7832
+ Label_default,
7833
+ {
7834
+ title,
7835
+ icon,
7836
+ font,
7837
+ borderColor: "#BBF7D0",
7838
+ backgroundColor: "#ECFDF5",
7839
+ textColor: "#059669"
7840
+ }
7841
+ );
7808
7842
  };
7809
- var CoterieLabel_default = CoterieLabel;
7843
+ var GreenLabel_default = GreenLabel;
7810
7844
 
7811
- // src/components/labels/GradeLabel.tsx
7845
+ // src/components/labels/BlueLabel.tsx
7812
7846
  var import_jsx_runtime59 = require("react/jsx-runtime");
7813
- var GradeLabel = ({ title, font }) => {
7814
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-grade-label-border bg-grade-label text-grade-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("p", { className: font ? font : "text-sm", children: title }) });
7847
+ var BlueLabel = ({ title, icon, font }) => {
7848
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
7849
+ Label_default,
7850
+ {
7851
+ title,
7852
+ icon,
7853
+ font,
7854
+ borderColor: "#E4ECFF",
7855
+ backgroundColor: "#F6FBFD",
7856
+ textColor: "#4E9BD2"
7857
+ }
7858
+ );
7815
7859
  };
7816
- var GradeLabel_default = GradeLabel;
7860
+ var BlueLabel_default = BlueLabel;
7817
7861
 
7818
- // src/components/labels/OutcomeLabel.tsx
7862
+ // src/components/labels/OrangeLabel.tsx
7819
7863
  var import_jsx_runtime60 = require("react/jsx-runtime");
7820
- var OutcomeLabel = ({ title, font }) => {
7821
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-brand-label-border bg-brand-label text-brand-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7822
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(BaseImage_default, { src: "/icons/category.webp", alt: "label", size: "xsmall" }),
7823
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("p", { className: font ? font : "text-sm", children: title })
7824
- ] }) });
7864
+ var OrangeLabel = ({ title, icon, font }) => {
7865
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
7866
+ Label_default,
7867
+ {
7868
+ title,
7869
+ icon,
7870
+ font,
7871
+ borderColor: "#E2D0CA",
7872
+ backgroundColor: "#FEF8F6",
7873
+ textColor: "#FF8156"
7874
+ }
7875
+ );
7825
7876
  };
7826
- var OutcomeLabel_default = OutcomeLabel;
7877
+ var OrangeLabel_default = OrangeLabel;
7827
7878
 
7828
- // src/components/labels/PersonalLabel.tsx
7879
+ // src/components/labels/RedLabel.tsx
7829
7880
  var import_jsx_runtime61 = require("react/jsx-runtime");
7830
- var PersonalLabel = ({ title, icon, font }) => {
7831
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-personal-label-border bg-personal-label text-personal-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7832
- icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
7833
- BaseImage_default,
7834
- {
7835
- src: "/icons/personal-label.webp",
7836
- alt: "label",
7837
- size: "xsmall"
7838
- }
7839
- ),
7840
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("p", { className: font ? font : "text-sm", children: title })
7841
- ] }) });
7881
+ var RedLabel = ({ title, icon, font }) => {
7882
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
7883
+ Label_default,
7884
+ {
7885
+ title,
7886
+ icon,
7887
+ font,
7888
+ borderColor: "#F9E0E0",
7889
+ backgroundColor: "#FEF2F2",
7890
+ textColor: "#FF6B6B"
7891
+ }
7892
+ );
7842
7893
  };
7843
- var PersonalLabel_default = PersonalLabel;
7894
+ var RedLabel_default = RedLabel;
7844
7895
 
7845
- // src/components/labels/PublishingHouseLabel.tsx
7896
+ // src/components/labels/LimeLabel.tsx
7846
7897
  var import_jsx_runtime62 = require("react/jsx-runtime");
7847
- var PublishingHouseLabel = ({ title, icon, font }) => {
7848
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-publishing-house-label-border bg-publishing-house-label text-publishing-house-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("div", { className: "flex flex-row items-center gap-x-2", children: [
7849
- icon ? icon : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
7850
- BaseImage_default,
7851
- {
7852
- src: "/icons/publishing-house-label.webp",
7853
- alt: "label",
7854
- size: "xsmall"
7855
- }
7856
- ),
7857
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("p", { className: font ? font : "text-sm", children: title })
7858
- ] }) });
7898
+ var LimeLabel = ({ title, icon, font }) => {
7899
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
7900
+ Label_default,
7901
+ {
7902
+ title,
7903
+ icon,
7904
+ font,
7905
+ borderColor: "#D9EF9F",
7906
+ backgroundColor: "#F0F7DD",
7907
+ textColor: "#789C23"
7908
+ }
7909
+ );
7859
7910
  };
7860
- var PublishingHouseLabel_default = PublishingHouseLabel;
7911
+ var LimeLabel_default = LimeLabel;
7861
7912
 
7862
- // src/components/labels/ActivityLabel.tsx
7913
+ // src/components/labels/CoralLabel.tsx
7863
7914
  var import_jsx_runtime63 = require("react/jsx-runtime");
7864
- var ActivityLabel = ({ title, font }) => {
7865
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("div", { className: "px-3 py-1 gap-x-3 border border-publishing-house-label-border bg-publishing-house-label text-publishing-house-label-text rounded-catchup-3xlarge text-center", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("p", { className: font ? font : "text-sm", children: title }) });
7915
+ var CoralLabel = ({ title, icon, font }) => {
7916
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
7917
+ Label_default,
7918
+ {
7919
+ title,
7920
+ icon,
7921
+ font,
7922
+ borderColor: "#FCCFC5",
7923
+ backgroundColor: "#FEF0ED",
7924
+ textColor: "#F98066"
7925
+ }
7926
+ );
7866
7927
  };
7867
- var ActivityLabel_default = ActivityLabel;
7928
+ var CoralLabel_default = CoralLabel;
7868
7929
 
7869
- // src/components/infos/InfoWithText.tsx
7930
+ // src/components/labels/CyanLabel.tsx
7870
7931
  var import_jsx_runtime64 = require("react/jsx-runtime");
7932
+ var CyanLabel = ({ title, icon, font }) => {
7933
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
7934
+ Label_default,
7935
+ {
7936
+ title,
7937
+ icon,
7938
+ font,
7939
+ borderColor: "#A4E7F1",
7940
+ backgroundColor: "#DEFBFF",
7941
+ textColor: "#0F899C"
7942
+ }
7943
+ );
7944
+ };
7945
+ var CyanLabel_default = CyanLabel;
7946
+
7947
+ // src/components/labels/GrayLabel.tsx
7948
+ var import_jsx_runtime65 = require("react/jsx-runtime");
7949
+ var GrayLabel = ({ title, icon, font }) => {
7950
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
7951
+ Label_default,
7952
+ {
7953
+ title,
7954
+ icon,
7955
+ font,
7956
+ borderColor: "#D2DDE1",
7957
+ backgroundColor: "#EAECF1",
7958
+ textColor: "#55777F"
7959
+ }
7960
+ );
7961
+ };
7962
+ var GrayLabel_default = GrayLabel;
7963
+
7964
+ // src/components/infos/InfoWithText.tsx
7965
+ var import_jsx_runtime66 = require("react/jsx-runtime");
7871
7966
  var InfoWithText = (props) => {
7872
7967
  const { value } = props;
7873
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "w-full flex flex-row items-center gap-x-2 my-2", children: [
7874
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(BaseImage_default, { src: "/icons/info.webp", alt: "info", size: "small" }),
7875
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("p", { className: "", children: value }) })
7968
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "w-full flex flex-row items-center gap-x-2 my-2", children: [
7969
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(BaseImage_default, { src: "/icons/info.webp", alt: "info", size: "small" }),
7970
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "flex-1", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("p", { className: "", children: value }) })
7876
7971
  ] });
7877
7972
  };
7878
7973
  var InfoWithText_default = InfoWithText;
7879
7974
 
7880
7975
  // src/components/titles/BaseTitle.tsx
7881
- var import_jsx_runtime65 = require("react/jsx-runtime");
7976
+ var import_jsx_runtime67 = require("react/jsx-runtime");
7882
7977
  var BaseTitle = ({
7883
7978
  title,
7884
7979
  totalItemCount,
7885
7980
  itemName,
7886
7981
  description
7887
7982
  }) => {
7888
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "flex flex-col gap-y-2", children: [
7889
- /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("p", { className: "text-2xl font-medium", children: [
7983
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: "flex flex-col gap-y-2", children: [
7984
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("p", { className: "text-2xl font-medium", children: [
7890
7985
  title,
7891
- totalItemCount && itemName ? /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("span", { className: "p-2 text-base text-catchup-blue-600 border border-catchup-blue-300 rounded-catchup-3xlarge mx-2 bg-catchup-blue-100", children: [
7986
+ totalItemCount && itemName ? /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("span", { className: "p-2 text-base text-catchup-blue-600 border border-catchup-blue-300 rounded-catchup-3xlarge mx-2 bg-catchup-blue-100", children: [
7892
7987
  totalItemCount,
7893
7988
  " ",
7894
7989
  itemName
7895
7990
  ] }) : null
7896
7991
  ] }),
7897
- description ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("p", { className: "", children: description }) : null
7992
+ description ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("p", { className: "", children: description }) : null
7898
7993
  ] });
7899
7994
  };
7900
7995
  var BaseTitle_default = BaseTitle;
7901
7996
 
7902
7997
  // src/components/titles/SubTitle.tsx
7903
- var import_jsx_runtime66 = require("react/jsx-runtime");
7998
+ var import_jsx_runtime68 = require("react/jsx-runtime");
7904
7999
  var SubTitle = ({ title }) => {
7905
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("p", { className: "text-xl font-medium text-catchup-darker-blue", children: title });
8000
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("p", { className: "text-xl font-medium text-catchup-darker-blue", children: title });
7906
8001
  };
7907
8002
  var SubTitle_default = SubTitle;
7908
8003
 
@@ -10663,10 +10758,8 @@ var retrieveActivityMethodologyOptionList = () => {
10663
10758
  ActivityBodyContent,
10664
10759
  ActivityEmptyContent,
10665
10760
  ActivityEvaluationRubricContent,
10666
- ActivityLabel,
10667
10761
  ActivityPreviewByData,
10668
10762
  ActivitySolutionContent,
10669
- ActivityTemplateLabel,
10670
10763
  ApproveButton,
10671
10764
  BaseCard,
10672
10765
  BaseImage,
@@ -10675,23 +10768,25 @@ var retrieveActivityMethodologyOptionList = () => {
10675
10768
  BaseModal,
10676
10769
  BasePDF,
10677
10770
  BaseTitle,
10771
+ BlueLabel,
10678
10772
  BlueVerticalDividerLine,
10679
- BrandLabel,
10680
10773
  CancelButton,
10681
- CategoryLabel,
10682
- CoterieLabel,
10774
+ CoralLabel,
10683
10775
  CreateButton,
10776
+ CyanLabel,
10684
10777
  DeleteButton,
10685
10778
  DividerLine,
10686
10779
  DropdownActivityContent,
10687
10780
  FillInTheBlanksActivityContent,
10688
10781
  FullCard,
10689
- GradeLabel,
10782
+ GrayLabel,
10783
+ GreenLabel,
10690
10784
  GroupingActivityContent,
10691
10785
  InfoWithText,
10692
10786
  InputGroup,
10693
10787
  InputWithSpecialExpression,
10694
10788
  LeftTextRightInputGroup,
10789
+ LimeLabel,
10695
10790
  MCMAActivityContent,
10696
10791
  MCSAActivityContent,
10697
10792
  MatchingActivityContent,
@@ -10700,13 +10795,13 @@ var retrieveActivityMethodologyOptionList = () => {
10700
10795
  ONE_MONTH,
10701
10796
  ONE_WEEK,
10702
10797
  OpenEndedActivityContent,
10798
+ OrangeLabel,
10703
10799
  OrderingActivityContent,
10704
- OutcomeLabel,
10705
10800
  PageTravelGroup,
10706
- PersonalLabel,
10707
10801
  PrimaryButton,
10708
10802
  ProgressBar,
10709
- PublishingHouseLabel,
10803
+ PurpleLabel,
10804
+ RedLabel,
10710
10805
  ScoreBar,
10711
10806
  SecondaryButton,
10712
10807
  SelectionBox,
@@ -10716,6 +10811,7 @@ var retrieveActivityMethodologyOptionList = () => {
10716
10811
  StatusError,
10717
10812
  SubTitle,
10718
10813
  THREE_MONTHS,
10814
+ TealLabel,
10719
10815
  TimedProgressBar,
10720
10816
  TrueFalseActivityContent,
10721
10817
  VerticalDividerLine,