catchup-library-web 1.1.11 → 1.1.12

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
@@ -5975,7 +5975,7 @@ var ActivityEvaluationRubricContent = ({
5975
5975
  const evaluationRubricMap = JSON.parse(evaluationRubricMapString);
5976
5976
  if (!evaluationRubricMap) return;
5977
5977
  if (Object.keys(evaluationRubricMap).length === 0) return;
5978
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "mx-2", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "p-4 border-catchup-blue border-2 rounded-catchup-xlarge", children: [
5978
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("div", { className: "mx-2", children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("div", { className: "p-4 border-catchup-gray-400 border-2 rounded-catchup-xlarge", children: [
5979
5979
  /* @__PURE__ */ (0, import_jsx_runtime41.jsx)("p", { className: "text-xl font-bold text-center mb-3", children: i18n_default.t("evaluation_rubric") }),
5980
5980
  Object.keys(evaluationRubricMap).map((key, index) => {
5981
5981
  const currentItem = JSON.parse(evaluationRubricMap[key]);
@@ -6230,7 +6230,7 @@ var ActivityPreviewByData = ({
6230
6230
  data
6231
6231
  }
6232
6232
  ) }) : null,
6233
- selectedType && showEvaluationRubric ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6233
+ selectedType && showEvaluationRubric ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("div", { className: "my-4", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
6234
6234
  ActivityEvaluationRubricContent_default,
6235
6235
  {
6236
6236
  activityTemplateType: selectedType,
package/dist/index.mjs CHANGED
@@ -5801,7 +5801,7 @@ var ActivityEvaluationRubricContent = ({
5801
5801
  const evaluationRubricMap = JSON.parse(evaluationRubricMapString);
5802
5802
  if (!evaluationRubricMap) return;
5803
5803
  if (Object.keys(evaluationRubricMap).length === 0) return;
5804
- return /* @__PURE__ */ jsx41("div", { className: "mx-2", children: /* @__PURE__ */ jsxs32("div", { className: "p-4 border-catchup-blue border-2 rounded-catchup-xlarge", children: [
5804
+ return /* @__PURE__ */ jsx41("div", { className: "mx-2", children: /* @__PURE__ */ jsxs32("div", { className: "p-4 border-catchup-gray-400 border-2 rounded-catchup-xlarge", children: [
5805
5805
  /* @__PURE__ */ jsx41("p", { className: "text-xl font-bold text-center mb-3", children: i18n_default.t("evaluation_rubric") }),
5806
5806
  Object.keys(evaluationRubricMap).map((key, index) => {
5807
5807
  const currentItem = JSON.parse(evaluationRubricMap[key]);
@@ -6056,7 +6056,7 @@ var ActivityPreviewByData = ({
6056
6056
  data
6057
6057
  }
6058
6058
  ) }) : null,
6059
- selectedType && showEvaluationRubric ? /* @__PURE__ */ jsx42("div", { children: /* @__PURE__ */ jsx42(
6059
+ selectedType && showEvaluationRubric ? /* @__PURE__ */ jsx42("div", { className: "my-4", children: /* @__PURE__ */ jsx42(
6060
6060
  ActivityEvaluationRubricContent_default,
6061
6061
  {
6062
6062
  activityTemplateType: selectedType,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -261,7 +261,7 @@ const ActivityPreviewByData = ({
261
261
  </div>
262
262
  ) : null}
263
263
  {selectedType && showEvaluationRubric ? (
264
- <div>
264
+ <div className="my-4">
265
265
  <ActivityEvaluationRubricContent
266
266
  activityTemplateType={selectedType}
267
267
  data={data}
@@ -45,7 +45,7 @@ const ActivityEvaluationRubricContent = ({
45
45
 
46
46
  return (
47
47
  <div className="mx-2">
48
- <div className="p-4 border-catchup-blue border-2 rounded-catchup-xlarge">
48
+ <div className="p-4 border-catchup-gray-400 border-2 rounded-catchup-xlarge">
49
49
  <p className="text-xl font-bold text-center mb-3">
50
50
  {i18n.t("evaluation_rubric")}
51
51
  </p>