@local-civics/mgmt-ui 0.1.85 → 0.1.86
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 +5 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2445,7 +2445,7 @@ const useStyles$3 = createStyles((theme) => ({
|
|
|
2445
2445
|
const StartAnonymousLesson = (props) => {
|
|
2446
2446
|
const { classes } = useStyles$3();
|
|
2447
2447
|
const [name, setName] = React.useState("");
|
|
2448
|
-
return /* @__PURE__ */ React.createElement("div", { className: classes.wrapper }, /* @__PURE__ */ React.createElement(Container, null, /* @__PURE__ */ React.createElement(SimpleGrid, { maw: 960, cols: 2, spacing: 15, breakpoints: [{ maxWidth: "sm", cols: 1 }] }, /* @__PURE__ */ React.createElement("div", { className: classes.content }, /* @__PURE__ */ React.createElement(Badge$1, { color: "violet" }, "
|
|
2448
|
+
return /* @__PURE__ */ React.createElement("div", { className: classes.wrapper }, /* @__PURE__ */ React.createElement(Container, null, /* @__PURE__ */ React.createElement(SimpleGrid, { maw: 960, cols: 2, spacing: 15, breakpoints: [{ maxWidth: "sm", cols: 1 }] }, /* @__PURE__ */ React.createElement("div", { className: classes.content }, /* @__PURE__ */ React.createElement(Badge$1, { color: "violet" }, "Community"), /* @__PURE__ */ React.createElement(Title, { className: classes.title }, props.title), /* @__PURE__ */ React.createElement(Text, { color: "dimmed", mt: "md" }, props.description), /* @__PURE__ */ React.createElement(Text, { color: "dimmed", mt: "md" }, "Instructed by ", props.educatorName, ".")), /* @__PURE__ */ React.createElement("div", { className: classes.form }, /* @__PURE__ */ React.createElement(
|
|
2449
2449
|
TextInput,
|
|
2450
2450
|
{
|
|
2451
2451
|
label: "Name",
|
|
@@ -2674,8 +2674,10 @@ const useStyles$1 = createStyles((theme) => ({
|
|
|
2674
2674
|
},
|
|
2675
2675
|
title: {
|
|
2676
2676
|
fontFamily: `Greycliff CF, ${theme.fontFamily}`,
|
|
2677
|
+
fontSize: 40,
|
|
2677
2678
|
color: theme.white,
|
|
2678
|
-
lineHeight: 1
|
|
2679
|
+
lineHeight: 1,
|
|
2680
|
+
maxWidth: 450
|
|
2679
2681
|
},
|
|
2680
2682
|
description: {
|
|
2681
2683
|
color: theme.colors[theme.primaryColor][0],
|
|
@@ -2729,7 +2731,7 @@ const TrialRegistration = (props) => {
|
|
|
2729
2731
|
return /* @__PURE__ */ React.createElement("div", { className: classes.wrapper }, /* @__PURE__ */ React.createElement(SimpleGrid, { maw: 960, ml: "auto", mr: "auto", cols: 1, spacing: 15, breakpoints: [{ maxWidth: "sm", cols: 1 }] }, /* @__PURE__ */ React.createElement(Group, { spacing: "sm" }, /* @__PURE__ */ React.createElement(
|
|
2730
2732
|
Image,
|
|
2731
2733
|
{
|
|
2732
|
-
height:
|
|
2734
|
+
height: 150,
|
|
2733
2735
|
width: "auto",
|
|
2734
2736
|
fit: "contain",
|
|
2735
2737
|
src: "https://cdn.localcivics.io/brand/l.png"
|