@local-civics/hub-ui 0.1.119 → 0.1.121
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 +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3680,7 +3680,7 @@ const Home = () => {
|
|
|
3680
3680
|
alt: "landing",
|
|
3681
3681
|
src: "https://cdn.localcivics.io/hub/landing.jpg"
|
|
3682
3682
|
}
|
|
3683
|
-
), /* @__PURE__ */ React.createElement("div", { className: "absolute z-10 bottom-1/4 left-0 w-full -mb-[3rem] px-6 lg:px-36" }, /* @__PURE__ */ React.createElement("div", { className: "max-w-[62.5rem] m-auto inset-z-0 text-white" }, /* @__PURE__ */ React.createElement("p", { className: "text-[3rem] font-bold" }, "
|
|
3683
|
+
), /* @__PURE__ */ React.createElement("div", { className: "absolute z-10 bottom-1/4 left-0 w-full -mb-[3rem] px-6 lg:px-36" }, /* @__PURE__ */ React.createElement("div", { className: "max-w-[62.5rem] m-auto inset-z-0 text-white" }, /* @__PURE__ */ React.createElement("p", { className: "text-[3rem] font-bold" }, "Learning that powers your future!"), /* @__PURE__ */ React.createElement("p", { className: "mt-5 text-[2rem]" }, "Explore pathways, earn badges and build skills for success in college, career, and community."))));
|
|
3684
3684
|
};
|
|
3685
3685
|
|
|
3686
3686
|
const FormExitDialog$1 = (props) => {
|
|
@@ -4286,7 +4286,7 @@ const LearningForm = (props) => {
|
|
|
4286
4286
|
}), /* @__PURE__ */ React__default.createElement(
|
|
4287
4287
|
FormItem,
|
|
4288
4288
|
{
|
|
4289
|
-
displayName: /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement("p", null, "Optional
|
|
4289
|
+
displayName: /* @__PURE__ */ React__default.createElement(React__default.Fragment, null, /* @__PURE__ */ React__default.createElement("p", null, "Optional: What is one takeaway from this lesson?")),
|
|
4290
4290
|
description: "",
|
|
4291
4291
|
format: "question",
|
|
4292
4292
|
questionType: "text",
|
|
@@ -4294,7 +4294,7 @@ const LearningForm = (props) => {
|
|
|
4294
4294
|
onResponseChange: onReflectionChange,
|
|
4295
4295
|
paragraph: true,
|
|
4296
4296
|
minText: MIN_REFLECTION_LENGTH,
|
|
4297
|
-
responses: reflection ? [reflection] : ["
|
|
4297
|
+
responses: reflection ? [reflection] : ["My Reflection: "]
|
|
4298
4298
|
}
|
|
4299
4299
|
), /* @__PURE__ */ React__default.createElement(FormItem, null, /* @__PURE__ */ React__default.createElement(Rating, { disabled: !canReflect || !!props.preview, rating, setRating })), !props.preview && /* @__PURE__ */ React__default.createElement("div", { className: "w-max m-auto" }, /* @__PURE__ */ React__default.createElement(
|
|
4300
4300
|
Button,
|