@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.js
CHANGED
|
@@ -3700,7 +3700,7 @@ const Home = () => {
|
|
|
3700
3700
|
alt: "landing",
|
|
3701
3701
|
src: "https://cdn.localcivics.io/hub/landing.jpg"
|
|
3702
3702
|
}
|
|
3703
|
-
), /* @__PURE__ */ React__namespace.createElement("div", { className: "absolute z-10 bottom-1/4 left-0 w-full -mb-[3rem] px-6 lg:px-36" }, /* @__PURE__ */ React__namespace.createElement("div", { className: "max-w-[62.5rem] m-auto inset-z-0 text-white" }, /* @__PURE__ */ React__namespace.createElement("p", { className: "text-[3rem] font-bold" }, "
|
|
3703
|
+
), /* @__PURE__ */ React__namespace.createElement("div", { className: "absolute z-10 bottom-1/4 left-0 w-full -mb-[3rem] px-6 lg:px-36" }, /* @__PURE__ */ React__namespace.createElement("div", { className: "max-w-[62.5rem] m-auto inset-z-0 text-white" }, /* @__PURE__ */ React__namespace.createElement("p", { className: "text-[3rem] font-bold" }, "Learning that powers your future!"), /* @__PURE__ */ React__namespace.createElement("p", { className: "mt-5 text-[2rem]" }, "Explore pathways, earn badges and build skills for success in college, career, and community."))));
|
|
3704
3704
|
};
|
|
3705
3705
|
|
|
3706
3706
|
const FormExitDialog$1 = (props) => {
|
|
@@ -4306,7 +4306,7 @@ const LearningForm = (props) => {
|
|
|
4306
4306
|
}), /* @__PURE__ */ React.createElement(
|
|
4307
4307
|
FormItem,
|
|
4308
4308
|
{
|
|
4309
|
-
displayName: /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", null, "Optional
|
|
4309
|
+
displayName: /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement("p", null, "Optional: What is one takeaway from this lesson?")),
|
|
4310
4310
|
description: "",
|
|
4311
4311
|
format: "question",
|
|
4312
4312
|
questionType: "text",
|
|
@@ -4314,7 +4314,7 @@ const LearningForm = (props) => {
|
|
|
4314
4314
|
onResponseChange: onReflectionChange,
|
|
4315
4315
|
paragraph: true,
|
|
4316
4316
|
minText: MIN_REFLECTION_LENGTH,
|
|
4317
|
-
responses: reflection ? [reflection] : ["
|
|
4317
|
+
responses: reflection ? [reflection] : ["My Reflection: "]
|
|
4318
4318
|
}
|
|
4319
4319
|
), /* @__PURE__ */ React.createElement(FormItem, null, /* @__PURE__ */ React.createElement(Rating, { disabled: !canReflect || !!props.preview, rating, setRating })), !props.preview && /* @__PURE__ */ React.createElement("div", { className: "w-max m-auto" }, /* @__PURE__ */ React.createElement(
|
|
4320
4320
|
Button,
|