@local-civics/hub-ui 0.1.132 → 0.1.133

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
@@ -4170,7 +4170,7 @@ const FormSubmitDialog$1 = (props) => {
4170
4170
  color: "blue",
4171
4171
  theme: "dark",
4172
4172
  text: "Edit Lesson",
4173
- size: "md",
4173
+ size: "md-small-text",
4174
4174
  onClick: props.onEditLesson
4175
4175
  }
4176
4176
  ), /* @__PURE__ */ React.createElement(
@@ -4183,7 +4183,7 @@ const FormSubmitDialog$1 = (props) => {
4183
4183
  color: "blue",
4184
4184
  theme: "dark",
4185
4185
  text: "Back to Badge",
4186
- size: "md",
4186
+ size: "md-small-text",
4187
4187
  onClick: props.onBackToBadge
4188
4188
  }
4189
4189
  ))));
@@ -4681,7 +4681,7 @@ const Registration = (props) => {
4681
4681
  givenName,
4682
4682
  familyName,
4683
4683
  grade,
4684
- impactStatement
4684
+ impactStatement: impactStatement || ""
4685
4685
  });
4686
4686
  return /* @__PURE__ */ React.createElement(
4687
4687
  "form",
@@ -4748,7 +4748,7 @@ const Registration = (props) => {
4748
4748
  {
4749
4749
  placeholder: "E.g., I would like to encourage my community to become more educated on issues that directly affect us, as well as make sure my community is a place where everyone is welcome.",
4750
4750
  onChange: (e) => setImpactStatement(e.target.value),
4751
- value: " ",
4751
+ defaultValue: impactStatement,
4752
4752
  className: "resize-none text-slate-500 focus:text-slate-600 h-24 mt-1 block w-full px-3 py-2 bg-white border border-slate-300 rounded-md text-sm shadow-sm placeholder-slate-400\n focus:outline-none focus:border-sky-500 focus:ring-1 focus:ring-sky-500\n disabled:bg-slate-50 disabled:text-slate-500 disabled:border-slate-200 disabled:shadow-none"
4753
4753
  }
4754
4754
  )))),