@local-civics/mgmt-ui 0.1.7 → 0.1.9

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.
@@ -0,0 +1,10 @@
1
+ /// <reference types="react" />
2
+ export interface PlaceholderBannerData {
3
+ title: string;
4
+ icon: "badges" | "lessons" | "dashboard" | "groups" | "kindergarten" | "thinking";
5
+ description: string;
6
+ }
7
+ export interface PlaceholderBannerProps {
8
+ data: PlaceholderBannerData;
9
+ }
10
+ export declare const PlaceholderBanner: (props: PlaceholderBannerProps) => JSX.Element;
@@ -0,0 +1,15 @@
1
+ /// <reference types="react" />
2
+ import { Story } from "@storybook/react";
3
+ import { PlaceholderBannerProps } from "./PlaceholderBanner";
4
+ /**
5
+ * Storybook component configuration
6
+ */
7
+ declare const _default: {
8
+ title: string;
9
+ component: (props: PlaceholderBannerProps) => JSX.Element;
10
+ };
11
+ export default _default;
12
+ /**
13
+ * Component stories
14
+ */
15
+ export declare const Component: Story<PlaceholderBannerProps>;
package/dist/index.es.js CHANGED
@@ -1 +1 @@
1
- import{jsx as e,jsxs as n,Fragment as a}from"react/jsx-runtime";import{createEmotionCache as i,MantineProvider as t,Tabs as r,UnstyledButton as o,Group as l,Avatar as c,Text as d,ScrollArea as s,Table as h,createStyles as u,Container as m,Stack as p,Grid as f,Badge as g,ActionIcon as v,Title as C,Button as S,Divider as b,Select as k,Autocomplete as y,Modal as z,Navbar as w,Center as x,Image as E,Tooltip as N,Anchor as D,Timeline as L,Paper as B,Blockquote as O,Drawer as T,TextInput as G,Menu as P,Card as A,Overlay as M,ThemeIcon as R,SimpleGrid as W,AppShell as U,LoadingOverlay as F}from"@mantine/core";import{ModalsProvider as V,openConfirmModal as I}from"@mantine/modals";import{NotificationsProvider as j}from"@mantine/notifications";export{showNotification,updateNotification}from"@mantine/notifications";import{IconArrowLeft as H,IconCategory2 as _,IconSwitchHorizontal as q,IconLogout as K,IconHome2 as $,IconGauge as Q,IconAlbum as Y,IconLambda as Z,IconBadges as J,IconSchool as X,IconActivityHeartbeat as ee,IconTimelineEvent as ne,IconTrash as ae,IconPlaylistAdd as ie,IconDownload as te,IconX as re,IconCloudUpload as oe,IconUsers as le,IconDots as ce,IconInfoCircle as de,IconArrowUpRight as se,IconArrowDownRight as he,IconCalendar as ue,IconBrandInstagram as me,IconBrandLinkedin as pe,IconBrandFacebook as fe}from"@tabler/icons";import*as ge from"react";import{useState as ve,createElement as Ce,useRef as Se}from"react";import{useForm as be}from"@mantine/form";import{Dropzone as ke,MIME_TYPES as ye}from"@mantine/dropzone";import*as ze from"papaparse";import{DateRangePicker as we}from"@mantine/dates";import{ResponsiveContainer as xe,AreaChart as Ee,XAxis as Ne,YAxis as De,CartesianGrid as Le,Tooltip as Be,Area as Oe}from"recharts";var Te=function(){return Te=Object.assign||function(e){for(var n,a=1,i=arguments.length;a<i;a++)for(var t in n=arguments[a])Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e},Te.apply(this,arguments)};var Ge=i({key:"mantine",prepend:!1}),Pe=function(n){return e(t,Te({withNormalizeCSS:!0,withGlobalStyles:!0,emotionCache:Ge},{children:e(j,Te({limit:n.notificationLimit||5},{children:e(V,{children:n.children})}))}))},Ae=function(n){var a,i=null===(a=n.data)||void 0===a?void 0:a.map((function(n){return e(r.Tab,Te({value:n.value},{children:n.label||n.value}),n.value)}));return e(r,Te({value:n.value,onTabChange:n.onChange},{children:e(r.List,{children:i})}))};function Me(a){var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Te({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:n(l,{children:[e(c,{size:40,src:i.avatar,radius:40}),n("div",{children:[e(d,Te({size:"sm",weight:500},{children:i.name})),e(d,Te({size:"xs",color:"dimmed"},{children:i.email}))]})]})}))})},i.name)}));return e(s.Autosize,Te({maxHeight:500},{children:e(h,Te({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var Re=[{value:"Complete"},{value:"Incomplete"}],We=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),Ue=function(a){var i=Fe(a.data.groups,a.onGroupChange),t=Ve(a.data.tab,a.onTabChange),r=We().classes;return e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[e(f,{children:n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",leftSection:e(v,Te({onClick:a.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(H,{size:14})})),size:"lg"},{children:"Badges"})),n(l,{children:[n(p,Te({spacing:0},{children:[e(C,Te({order:2,className:r.title,mt:"md"},{children:a.data.name||"Badge"})),e(d,Te({color:"dimmed",className:r.description,mt:"sm"},{children:a.data.description||"No description"}))]})),n(p,Te({ml:"auto"},{children:[e(S,Te({variant:"gradient",onClick:function(){return a.onPreview&&a.onPreview(a.data)}},{children:"Preview"})),e(b,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),e(k,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:i.select,onChange:i.onSelectChange,icon:e(_,{}),data:a.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n("div",{children:[e(Ae,{data:Re,value:t.value,onChange:t.onChange}),e(Me,{data:a.data.users,onClick:a.onUserClick})]})]}))}))},Fe=function(e,n){var a=e.filter((function(e){return e.active})),i=ge.useState(a.length>0?a[0].name:null),t=i[0],r=i[1];return{select:t,onSelectChange:function(e){r(e),n&&n(e)}}},Ve=function(e,n){var a=ge.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}};function Ie(a){var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Te({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:e(l,{children:n("div",{children:[e(d,Te({size:"sm",weight:500},{children:i.name})),e(d,Te({size:"xs",color:"dimmed"},{children:i.description}))]})})}))})},i.key)}));return e(s.Autosize,Te({maxHeight:500},{children:e(h,Te({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var je=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),He=function(a){var i=je().classes,t=ve(a.data.badgeOpen),r=t[0],o=t[1];return r?e(Ue,{data:a.data.badge,onBackClick:function(){return o(!1)},onGroupChange:a.onGroupChange,onTabChange:a.onTabChange,onUserClick:a.onUserClick,onPreview:a.onPreview}):e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[e(f,{children:n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",size:"lg"},{children:"Badges"})),e(C,Te({order:2,className:i.title,mt:"md"},{children:"Badges and micro-credentials"})),e(d,Te({color:"dimmed",className:i.description,mt:"sm"},{children:"Project-sized skills acquisition and standards alignment."}))]}))}),e(y,{placeholder:"Search for a badge that fits your needs",data:a.data.badges.map((function(e){return e.name})),onChange:a.onAutocompleteChange}),e(Ie,{data:a.data.badges,onClick:function(e){a.onBadgeClick&&a.onBadgeClick(e),o(!0)}})]}))}))};function _e(a){var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Te({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:n(l,{children:[e(c,{size:40,src:i.avatar,radius:40}),n("div",{children:[e(d,Te({size:"sm",weight:500},{children:i.name})),e(d,Te({size:"xs",color:"dimmed"},{children:i.email}))]})]})}))})},i.name)}));return e(s.Autosize,Te({maxHeight:500},{children:e(h,Te({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var qe=[{value:"Complete"},{value:"Incomplete"}],Ke=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),$e=function(a){var i=Qe(a.data.groups,a.onGroupChange),t=Ye(a.data.tab,a.onTabChange),r=Ke().classes;return e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[e(f,{children:n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",leftSection:e(v,Te({onClick:a.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(H,{size:14})})),size:"lg"},{children:"Lessons"})),n(l,{children:[n(p,Te({spacing:0},{children:[e(C,Te({order:2,className:r.title,mt:"md"},{children:a.data.name||"Lesson"})),e(d,Te({color:"dimmed",className:r.description,mt:"sm"},{children:a.data.description||"No description"}))]})),n(p,Te({ml:"auto"},{children:[e(S,Te({variant:"gradient",onClick:function(){return a.onPreview&&a.onPreview(a.data)}},{children:"Preview"})),e(b,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),e(k,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:i.select,onChange:i.onSelectChange,icon:e(_,{}),data:a.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n("div",{children:[e(Ae,{data:qe,value:t.value,onChange:t.onChange}),e(_e,{data:a.data.users,onClick:a.onUserClick})]})]}))}))},Qe=function(e,n){var a=e.filter((function(e){return e.active})),i=ge.useState(a.length>0?a[0].name:null),t=i[0],r=i[1];return{select:t,onSelectChange:function(e){r(e),n&&n(e)}}},Ye=function(e,n){var a=ge.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}};function Ze(a){var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Te({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:e(l,{children:n("div",{children:[e(d,Te({size:"sm",weight:500},{children:i.name})),e(d,Te({size:"xs",color:"dimmed"},{children:i.description}))]})})}))})},i.key)}));return e(s.Autosize,Te({maxHeight:500},{children:e(h,Te({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var Je=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),Xe=function(a){var i=Je().classes,t=ve(a.data.lessonOpen),r=t[0],o=t[1];return r?e($e,{data:a.data.lesson,onBackClick:function(){return o(!1)},onGroupChange:a.onGroupChange,onTabChange:a.onTabChange,onUserClick:a.onUserClick,onPreview:a.onPreview}):e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[e(f,{children:n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",size:"lg"},{children:"Lessons"})),e(C,Te({order:2,className:i.title,mt:"md"},{children:"Lessons"})),e(d,Te({color:"dimmed",className:i.description,mt:"sm"},{children:"Well crafted units of instruction."}))]}))}),e(y,{placeholder:"Search for a lesson that fits your needs",data:a.data.lessons.map((function(e){return e.name})),onChange:a.onAutocompleteChange}),e(Ze,{data:a.data.lessons,onClick:function(e){a.onLessonClick&&a.onLessonClick(e),o(!0)}})]}))}))},en=function(a){var i=be({initialValues:{active:a.data.active}});return e(z,Te({centered:!0,opened:!a.data.hidden,onClose:function(){return a.onClose&&a.onClose()},size:"sm",title:e(C,Te({size:"h5"},{children:"Accounts"}))},{children:n("form",Te({onSubmit:i.onSubmit((function(){a.onChange&&a.onChange(i.values.active)}))},{children:[e(k,Te({required:!0,placeholder:"Select an account",defaultValue:a.data.active,data:a.data.accounts.map((function(e){return{value:e.key,label:e.name}}))},i.getInputProps("active"))),e(S,Te({type:"submit",fullWidth:!0,mt:"xl"},{children:"Switch"}))]}))}))},nn=u((function(e){return{link:{width:50,height:50,borderRadius:e.radius.md,display:"flex",alignItems:"center",justifyContent:"center",color:"dark"===e.colorScheme?e.colors.dark[0]:e.colors.gray[7],"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[0]}},active:{"&, &:hover":{backgroundColor:e.fn.variant({variant:"light",color:e.primaryColor}).background,color:e.fn.variant({variant:"light",color:e.primaryColor}).color}}}})),an=[{icon:$,label:"Home"},{icon:Q,label:"Dashboard"},{icon:_,label:"Groups"},{icon:Y,label:"Badges"},{icon:Z,label:"Lessons"}],tn=function(n){var a,i=n.icon,t=n.label,r=n.active,l=n.onClick,c=nn(),d=c.classes,s=c.cx;return e(N,Te({label:t,position:"right",transitionDuration:0},{children:e(o,Te({onClick:l,className:s(d.link,(a={},a[d.active]=r,a))},{children:e(i,{stroke:1.5})}))}))},rn=["Logout","Change account"],on=function(a){var i=an.map((function(e){return Ce(tn,Te({},e,{key:e.label,active:e.label===a.active,onClick:function(){return a.onClick&&a.onClick(e.label)}}))}));return n(w,Te({width:{base:80},p:"md"},{children:[e(x,{children:e(c,Te({color:"blue",radius:"sm"},{children:e("div",Te({style:{width:15,marginLeft:"auto",marginRight:"auto"}},{children:e(E,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})}))}))}),e(w.Section,Te({grow:!0,mt:50},{children:e(p,Te({justify:"center",spacing:0},{children:i}))})),e(w.Section,{children:n(p,Te({justify:"center",spacing:0},{children:[e(tn,{icon:q,label:"Change account",onClick:function(){return a.onClick&&a.onClick("Change account")}}),e(tn,{icon:K,label:"Logout",onClick:function(){return a.onClick&&a.onClick("Logout")}})]}))})]}))},ln=[{unit:"year",ms:31536e6},{unit:"month",ms:2628e6},{unit:"day",ms:864e5},{unit:"hour",ms:36e5},{unit:"minute",ms:6e4},{unit:"second",ms:1e3}],cn=new Intl.RelativeTimeFormat("en",{numeric:"auto"});function dn(e,n){return void 0===n&&(n=new Date),e?function(e){for(var n=0,a=ln;n<a.length;n++){var i=a[n],t=i.unit,r=i.ms;if(Math.abs(e)>=r||"second"===t)return cn.format(Math.round(e/r),t)}return""}(e.getTime()-n.getTime()):""}var sn={BadgeCompleted:e(J,{size:12}),BadgeStarted:e(J,{size:12}),LessonCompleted:e(X,{size:12}),LessonStarted:e(X,{size:12}),ProblemSolved:e(ee,{size:12})},hn=function(a){var i,t=Se(null),r=ve({x:0,y:0}),o=r[0],l=r[1];ge.useEffect((function(){t.current&&o.y===t.current.scrollHeight-t.current.offsetHeight&&a.onScrollBottom&&a.onScrollBottom()}),[o.y]);var c=a.data.map((function(a){var t=a.name.split(/(?=[A-Z])/),r=t[0]===i?"dashed":"solid";i=t[0];var o=a.link?e(D,Te({color:"dark",unstyled:!0,href:a.link},{children:"".concat(t[0]," ").concat(t[1].toLowerCase())})):"".concat(t[0]," ").concat(t[1].toLowerCase());return n(L.Item,Te({bullet:un(a.name),lineVariant:r,title:o},{children:[e(d,Te({color:"dimmed",size:"sm"},{children:a.description})),e(d,Te({size:"xs",mt:4},{children:dn(new Date(a.time))}))]}),a.key)}));return e(s.Autosize,Te({maxHeight:300,onScrollPositionChange:l,viewportRef:t},{children:e(L,Te({ml:"lg",active:1,bulletSize:24,lineWidth:2},{children:c}))}))},un=function(n){var a=sn[n];return a||e(ne,{size:12})},mn=u((function(e){var n,a;return{root:(n={display:"flex",backgroundImage:"linear-gradient(-60deg, ".concat(e.colors[e.primaryColor][4]," 0%, ").concat(e.colors[e.primaryColor][7]," 100%)"),padding:1.5*e.spacing.xl,borderRadius:e.radius.md},n[e.fn.smallerThan("sm")]={flexDirection:"column"},n),title:{color:e.white,textTransform:"uppercase",fontWeight:700,fontSize:e.fontSizes.sm},count:{color:e.white,fontSize:32,lineHeight:1,fontWeight:700,marginBottom:e.spacing.md,fontFamily:"Greycliff CF, ".concat(e.fontFamily)},description:{color:e.colors[e.primaryColor][0],fontSize:e.fontSizes.sm,marginTop:5},stat:{flex:1,"& + &":(a={paddingLeft:e.spacing.xl,marginLeft:e.spacing.xl,borderLeft:"1px solid ".concat(e.colors[e.primaryColor][3])},a[e.fn.smallerThan("sm")]={paddingLeft:0,marginLeft:0,borderLeft:0,paddingTop:e.spacing.xl,marginTop:e.spacing.xl,borderTop:"1px solid ".concat(e.colors[e.primaryColor][3])},a)}}})),pn=function(a){var i=a.data,t=mn().classes,r=i.map((function(a){return n("div",Te({className:t.stat},{children:[e(d,Te({className:t.count},{children:a.value.toLocaleString()})),e(d,Te({className:t.title},{children:a.title})),e(d,Te({className:t.description},{children:"".concat(a.diff,"% ").concat(a.diff<0?"decrease":"increase"," compared to last period")}))]}),a.title)}));return e("div",Te({className:t.root},{children:r}))},fn=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900,marginTop:16},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),gn=function(i){var t=fn().classes,r=i.data.givenName?[i.data.givenName,i.data.familyName].join(" ").trim():i.data.email,o=i.data.givenName?i.data.givenName:"Me";return"compact"===i.variant?n(a,{children:[e(C,Te({className:t.title},{children:r})),e(d,Te({color:"dimmed",className:t.description,mt:"xs"},{children:i.data.quote}))]}):n(a,{children:[n(B,Te({radius:"md",withBorder:!0,p:"lg",sx:function(e){return{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.white}}},{children:[e(c,{src:i.data.avatar,size:135,radius:120,mx:"auto"}),e(d,Te({align:"center",size:"lg",weight:500,mt:"md"},{children:r})),n(d,Te({align:"center",color:"dimmed",size:"sm"},{children:[i.data.email," • ",i.data.job]}))]})),e(O,Te({mt:"xl",color:"blue",cite:"– ".concat(o)},{children:i.data.quote}))]})},vn=["Member","Admin"];function Cn(a){var i=a.data.map((function(i){return n("tr",{children:[e("td",{children:e(o,Te({onClick:function(){return a.onViewProfile&&a.onViewProfile(i)}},{children:n(l,Te({spacing:"sm"},{children:[e(c,{size:40,src:i.avatar,radius:40}),n("div",{children:[e(d,Te({size:"sm",weight:500},{children:i.givenName&&i.familyName?"".concat(i.givenName," ").concat(i.familyName):i.email})),e(d,Te({size:"xs",color:"dimmed"},{children:i.email}))]})]}))}))}),e("td",{children:e(k,{data:vn,defaultValue:i.role,variant:"unstyled",onChange:function(e){return a.onChangeRole&&a.onChangeRole(i,e)}})}),e("td",{children:i.lastActivity?dn(i.lastActivity):""}),e("td",{children:e(l,Te({noWrap:!0,spacing:0,position:"right"},{children:e(v,Te({color:"red"},{children:e(ae,{onClick:function(){return I({title:'Delete "'.concat((n=i).givenName&&n.familyName?"".concat(n.givenName," ").concat(n.familyName):n.email,'"?'),centered:!0,children:e(d,Te({size:"sm"},{children:"Are you sure you want to delete this person? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete",cancel:"No don't delete them"},confirmProps:{color:"red"},onConfirm:function(){return a.onDelete&&a.onDelete(n)}});var n},size:16,stroke:1.5})}))}))})]},i.email)}));return e(s,{children:n(h,Te({verticalSpacing:20,sx:{minWidth:700}},{children:[e("thead",{children:n("tr",{children:[e("th",{children:"Member"}),e("th",{children:"Role"}),e("th",{children:"Last active"}),e("th",{})]})}),e("tbody",{children:i})]}))})}var Sn=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600},wrapper:{position:"relative",marginBottom:30},dropzone:{borderWidth:1,paddingBottom:50},icon:{color:"dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[4]},control:{position:"absolute",width:250,left:"calc(50% - 125px)",bottom:-20}}})),bn=function(i){var t=Sn().classes,r=be({initialValues:{key:"",email:"",givenName:"",familyName:"",avatar:"",role:"",lastActivity:null},validate:{email:function(e){return/^\S+@\S+$/.test(e)&&0===i.data.users.filter((function(n){return n.email===e})).length?null:"Invalid email"}}}),o=ve(!1),c=o[0],s=o[1],h=ve(i.data.groupUserHomeOpen),u=h[0],k=h[1];return u?e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[e(f,{children:n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",leftSection:e(v,Te({onClick:function(){return k(!1)},color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(H,{size:14})})),size:"lg"},{children:"Users"})),e(gn,{variant:"compact",data:i.data.user})]}))}),n(p,Te({spacing:"lg"},{children:[e(pn,{data:[{title:"PROBLEMS SOLVED",value:i.data.stats["PROBLEMS SOLVED"].value,diff:i.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:i.data.stats["LESSONS COMPLETED"].value,diff:i.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:i.data.stats["BADGES EARNED"].value,diff:i.data.stats["BADGES EARNED"].diff}]}),e(hn,{onScrollBottom:i.onTimelineScrollBottom,data:i.data.timeline})]}))]}))})):n(a,{children:[e(T,Te({opened:c,onClose:function(){return s(!1)},title:e(C,Te({size:"h5"},{children:"Add people"})),padding:"xl",size:"xl"},{children:n(p,Te({spacing:"md"},{children:[e(kn,Te({},i,{close:function(){return s(!1)}})),e(b,{label:"or",labelPosition:"center",my:"md",variant:"dashed"}),e("form",Te({onSubmit:r.onSubmit((function(){var e=r.values;r.reset(),s(!1),i.onCreateUsers&&i.onCreateUsers([e])}))},{children:n(p,{children:[e(G,Te({withAsterisk:!0,label:"Email",placeholder:"Email"},r.getInputProps("email"))),n(l,Te({grow:!0},{children:[e(G,Te({label:"Given name",placeholder:"Given name"},r.getInputProps("givenName"))),e(G,Te({label:"Family name",placeholder:"Family name"},r.getInputProps("familyName")))]})),e(S,Te({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]})}))]}))})),e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[n(f,{children:[n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",leftSection:e(v,Te({onClick:i.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(H,{size:14})})),size:"lg"},{children:"Groups"})),e(C,Te({order:2,className:t.title,mt:"md"},{children:i.data.name||"Group"})),e(d,Te({color:"dimmed",className:t.description,mt:"sm"},{children:i.data.description||"No description"}))]})),e(f.Col,Te({sm:"content"},{children:e(S,Te({onClick:function(){return s(!0)},leftIcon:e(ie,{size:14})},{children:"Add people"}))}))]}),e(Cn,{data:i.data.users,onDelete:i.onDelete,onChangeRole:i.onRoleChange,onViewProfile:function(e){return i.onViewProfile(e).then((function(){k(!0)}))}})]}))}))]})},kn=function(a){var i=Sn(),t=i.classes,r=i.theme,o=ge.useRef(null),c=ge.useState(!1),s=c[0],h=c[1],u=ge.useCallback((function(e){h(!0),e.forEach((function(e){ze.parse(e,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,worker:!0,complete:function(e){var n=e.data.filter((function(e){return/^\S+@\S+$/.test(e.email)&&0===a.data.users.filter((function(n){return n.email===e.email})).length}));n.length>0&&a.onCreateUsers&&a.onCreateUsers(n),h(!1),a.close()}})}))}),[]);return n("div",Te({className:t.wrapper},{children:[e(ke,Te({loading:s,openRef:o,onDrop:u,className:t.dropzone,radius:"md",accept:[ye.csv],maxSize:5*Math.pow(1024,2)},{children:n("div",Te({style:{pointerEvents:"none"}},{children:[n(l,Te({position:"center"},{children:[e(ke.Accept,{children:e(te,{size:50,color:r.colors[r.primaryColor][6],stroke:1.5})}),e(ke.Reject,{children:e(re,{size:50,color:r.colors.red[6],stroke:1.5})}),e(ke.Idle,{children:e(oe,{size:50,color:"dark"===r.colorScheme?r.colors.dark[0]:r.black,stroke:1.5})})]})),n(d,Te({align:"center",weight:700,size:"lg",mt:"xl"},{children:[e(ke.Accept,{children:"Drop files here"}),e(ke.Reject,{children:"Csv file less than 5mb"}),e(ke.Idle,{children:"Upload multiple"})]})),n(d,Te({align:"center",size:"sm",mt:"xs",color:"dimmed"},{children:["Drag'n'drop files here to upload. We can accept only ",e("i",{children:".csv"})," files that are less than 5mb in size."]}))]}))})),e(S,Te({className:t.control,size:"md",radius:"xl",onClick:function(){var e;return null===(e=o.current)||void 0===e?void 0:e.call(o)}},{children:"Select file"}))]}))};function yn(a){var i=a.data.map((function(i){return n("tr",{children:[e("td",{children:e(d,Te({size:14},{children:i.name}))}),e("td",{children:e(d,Te({size:14},{children:i.description}))}),e("td",{children:n(l,Te({noWrap:!0,spacing:0,position:"right"},{children:[e(v,Te({color:"blue",onClick:function(){return a.onEditGroup&&a.onEditGroup(i)},variant:"subtle"},{children:e(le,{size:16,stroke:1.5})})),n(P,Te({transition:"pop",withArrow:!0,position:"bottom-end"},{children:[e(P.Target,{children:e(v,{children:e(ce,{size:16,stroke:1.5})})}),e(P.Dropdown,{children:e(P.Item,Te({onClick:function(){return I({title:'Delete "'.concat((n=i).name,'"?'),centered:!0,children:e(d,Te({size:"sm"},{children:"Are you sure you want to delete this group? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete group",cancel:"No don't delete it"},confirmProps:{color:"red"},onConfirm:function(){return a.onDeleteGroup&&a.onDeleteGroup(n)}});var n},icon:e(ae,{size:16,stroke:1.5}),color:"red"},{children:"Delete"}))})]}))]}))})]},i.name)}));return e(s.Autosize,Te({maxHeight:300},{children:n(h,Te({verticalSpacing:20,sx:{minWidth:700}},{children:[e("thead",{children:n("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Description"}),e("th",{})]})}),e("tbody",{children:i})]}))}))}var zn=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),wn=function(i){var t=zn().classes,r=be({initialValues:{key:"",name:"",description:""},validate:{name:function(e){return e.length<=6?"Name should include at least 6 characters":null}}}),o=ve(i.data.formOpen),c=o[0],s=o[1],h=ve(i.data.groupOpen),u=h[0],b=h[1];return u?e(bn,{data:i.data.group,onBackClick:function(){return b(!1)},onCreateUsers:i.onCreateGroupUsers,onDelete:i.onDeleteGroupUser,onViewProfile:i.onViewGroupUser,onRoleChange:i.onGroupUserRoleChange,onTimelineScrollBottom:i.onTimelineScrollBottom}):n(a,{children:[e(T,Te({opened:c,onClose:function(){return s(!1)},title:n(l,Te({spacing:0},{children:[e(C,Te({size:"h5"},{children:"Create a group"})),e(N,Te({label:"Groups settings cannot be modified once created"},{children:e(v,{children:e(de,{color:"#3b82f6",size:14})})}))]})),padding:"xl",size:"xl"},{children:n("form",Te({onSubmit:r.onSubmit((function(){var e=r.values;r.reset(),s(!1),i.onCreateGroup&&i.onCreateGroup(e)}))},{children:[n(p,{children:[e(G,Te({withAsterisk:!0,label:"Name",placeholder:"Group name"},r.getInputProps("name"))),e(G,Te({label:"Description",placeholder:"A group for my first period class"},r.getInputProps("description")))]}),e(S,Te({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]}))})),e(m,Te({size:"lg",py:"xl"},{children:n(p,Te({spacing:"md"},{children:[n(f,{children:[n(f.Col,Te({sm:"auto"},{children:[e(g,Te({variant:"filled",size:"lg"},{children:"Groups"})),e(C,Te({order:2,className:t.title,mt:"md"},{children:"Organize people into groups"})),e(d,Te({color:"dimmed",className:t.description,mt:"sm"},{children:"A group can be a class, team, or other functioning organizations."}))]})),e(f.Col,Te({sm:"content"},{children:e(S,Te({onClick:function(){return s(!0)},leftIcon:e(ie,{size:14})},{children:"Create group"}))}))]}),e(yn,{data:i.data.groups,onDeleteGroup:i.onDeleteGroup,onEditGroup:function(e){i.onEditGroup&&i.onEditGroup(e),b(!0)}})]}))}))]})},xn=u((function(e){return{card:{height:240,backgroundSize:"cover",backgroundPosition:"center"},content:{position:"absolute",padding:e.spacing.xl,zIndex:1,top:0,bottom:0,right:0,left:0},action:{position:"absolute",bottom:e.spacing.xl,right:e.spacing.xl},title:{color:e.white,marginBottom:e.spacing.xs/2},description:{color:e.white,maxWidth:220}}})),En=function(a){var i=a.title,t=a.description,r=a.image,o=a.action,l=a.style,c=a.className,s=function(e,n){var a={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&n.indexOf(i)<0&&(a[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var t=0;for(i=Object.getOwnPropertySymbols(e);t<i.length;t++)n.indexOf(i[t])<0&&Object.prototype.propertyIsEnumerable.call(e,i[t])&&(a[i[t]]=e[i[t]])}return a}(a,["title","description","image","action","style","className"]),h=xn(),u=h.classes,m=h.cx,p=h.theme;return n(A,Te({radius:"md",style:Te({backgroundImage:"url(".concat(r,")")},l),className:m(u.card,c)},s,{children:[e(M,{gradient:"linear-gradient(105deg, ".concat(p.black," 20%, #312f2f 50%, ").concat(p.colors.gray[4]," 100%)"),opacity:.55,zIndex:0}),n("div",Te({className:u.content},{children:[e(d,Te({size:"lg",weight:700,className:u.title},{children:i})),e(d,Te({size:"sm",className:u.description},{children:t})),e(S,Te({className:u.action,variant:"white",color:"dark",component:"a",size:"xs",href:o.link,target:"_blank"},{children:o.label}))]}))]}))},Nn=function(a){return e(m,Te({size:"lg"},{children:n(p,Te({spacing:"lg"},{children:[n(f,Te({gutter:"md"},{children:[e(f.Col,Te({md:6},{children:e(gn,{data:a.data.user})})),e(f.Col,Te({md:6},{children:e(En,{title:a.data.tenant.name,description:a.data.tenant.description,image:a.data.tenant.image,action:{label:"Visit website",link:a.data.tenant.website}})}))]})),e(pn,{data:[{title:"PROBLEMS SOLVED",value:a.data.stats["PROBLEMS SOLVED"].value,diff:a.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:a.data.stats["LESSONS COMPLETED"].value,diff:a.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:a.data.stats["BADGES EARNED"].value,diff:a.data.stats["BADGES EARNED"].diff}]}),e(hn,{onScrollBottom:a.onTimelineScrollBottom,data:a.data.timeline})]}))}))},Dn=u((function(e){return{header:{position:"sticky",top:0,backgroundColor:"dark"===e.colorScheme?e.colors.dark[7]:e.white,transition:"box-shadow 150ms ease","&::after":{content:'""',position:"absolute",left:0,right:0,bottom:0,borderBottom:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[2])}},scrolled:{boxShadow:e.shadows.sm}}})),Ln=function(a){var i,t=a.data,r=Dn(),o=r.classes,l=r.cx,c=ve(!1),d=c[0],u=c[1],m=t.map((function(e){return e.value})),p=Math.round(m.reduce((function(e,n){return e+n}))/m.length),f=t.map((function(a){return n("tr",{children:[e("td",{children:a.name}),e("td",{children:a.email}),e("td",{children:a.value}),e("td",{children:a.value>p?e(g,{children:"Above average"}):a.value===p?e(g,Te({color:"gray"},{children:"Average"})):e(g,Te({color:"red"},{children:"Below average"}))})]},a.name)}));return e(s,Te({sx:{height:500},onScrollPositionChange:function(e){var n=e.y;return u(0!==n)}},{children:n(h,Te({verticalSpacing:"md",sx:{minWidth:700}},{children:[e("thead",Te({className:l(o.header,(i={},i[o.scrolled]=d,i))},{children:n("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Email"}),e("th",{children:"Value"}),e("th",{children:"Status"})]})})),e("tbody",{children:f})]}))}))},Bn=function(a){return e(B,Te({mih:150,p:"lg",withBorder:!0},{children:n(p,{children:[e(f,{children:e(f.Col,Te({sm:"auto"},{children:n(l,Te({spacing:0},{children:[e(C,Te({size:"h5",mb:0},{children:"Performance History"})),e(N,Te({label:"Shows group performance per person"},{children:e(v,{children:e(de,{color:"#3b82f6",size:14})})}))]}))}))}),e(l,Te({spacing:"sm"},{children:e(k,{placeholder:"Select a metric",value:a.data.metric,onChange:a.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})})),e(Ln,{data:a.data.users})]})}))},On=u((function(e){return{axis:{fontSize:"12px",fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),Tn=function(a){var i=On().theme;return e(B,Te({p:"lg",withBorder:!0},{children:n(p,{children:[n(f,{children:[e(f.Col,Te({sm:"auto"},{children:n(l,Te({spacing:0},{children:[e(C,Te({size:"h5",mb:0},{children:"Performance History"})),e(N,Te({label:"Shows daily increase or decrease across group"},{children:e(v,{children:e(de,{color:"#3b82f6",size:14})})}))]}))})),e(f.Col,Te({sm:5},{children:e(k,{placeholder:"Select a metric",value:a.data.metric,onChange:a.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})}))]}),e(xe,Te({width:"100%",height:400},{children:n(Ee,Te({width:730,height:250,data:a.data.points,margin:{top:10,right:30,left:0,bottom:0}},{children:[e("defs",{children:n("linearGradient",Te({id:"colorBlue",x1:"0",y1:"0",x2:"0",y2:"1"},{children:[e("stop",{offset:"5%",stopColor:"#3b82f6",stopOpacity:.4}),e("stop",{offset:"95%",stopColor:"#3b82f6",stopOpacity:0})]}))}),e(Ne,{tick:{fontSize:12,fontFamily:i.fontFamily},dataKey:"name"}),e(De,{tick:{fontSize:12,fontFamily:i.fontFamily}}),e(Le,{strokeDasharray:"3 3",horizontal:!0,vertical:!1}),e(Be,{contentStyle:{fontWeight:700,fontSize:12,fontFamily:i.fontFamily},labelStyle:{fontSize:12,fontFamily:i.fontFamily}}),e(Oe,{type:"monotone",dataKey:"value",stroke:"#3b82f6",fillOpacity:1,fill:"url(#colorBlue)"})]}))}))]})}))},Gn=u((function(e){return{root:{paddingTop:1.5*e.spacing.xl,paddingBottom:1.5*e.spacing.xl},label:{fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),Pn=function(a){var i=a.data,t=Gn().classes,r=i.map((function(a){var i=a.diff>0?se:he;return n(B,Te({withBorder:!0,p:"md",radius:"md"},{children:[n(l,Te({position:"apart"},{children:[n("div",{children:[e(d,Te({color:"dimmed",transform:"uppercase",weight:700,size:"xs",className:t.label},{children:a.title})),e(d,Te({weight:700,size:"xl"},{children:a.value.toLocaleString()}))]}),e(R,Te({color:"gray",variant:"light",sx:function(e){return{color:a.diff>0?e.colors.teal[6]:e.colors.red[6]}},size:38,radius:"md"},{children:e(i,{size:28,stroke:1.5})}))]})),n(d,Te({color:"dimmed",size:"sm",mt:"md"},{children:[n(d,Te({component:"span",color:a.diff>0?"teal":"red",weight:700},{children:[a.diff,"%"]}))," ",a.diff>0?"increase":"decrease"," compared to last period"]}))]}),a.title)}));return e("div",Te({className:t.root},{children:e(W,Te({cols:3,breakpoints:[{maxWidth:"sm",cols:1}]},{children:r}))}))},An=function(i){return n(a,{children:[e(Pn,{data:[{title:"PROBLEMS SOLVED",value:i.data.stats["PROBLEMS SOLVED"].value,diff:i.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:i.data.stats["LESSONS COMPLETED"].value,diff:i.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:i.data.stats["BADGES EARNED"].value,diff:i.data.stats["BADGES EARNED"].diff}]}),e(Tn,{data:i.data.areaChart,onMetricChange:i.onMetricChange})]})},Mn=[{value:"Overview"},{value:"Breakdown"}],Rn=function(a){var i=Un(a.data.breakdown,a.onBreakdownMetricChange),t=Fn(a.data.dateRange,a.onDateRangeChange),r=Vn(a.data.groups,a.onGroupChange),o=In(a.data.overview,a.onOverviewMetricChange),l=jn(a.data.tab,a.onTabChange);return e(m,Te({size:"lg",py:"xl"},{children:n(p,{children:[n(f,{children:[n(f.Col,Te({sm:"auto"},{children:[e(C,Te({size:"h3"},{children:"Dashboard"})),e(d,Te({color:"dimmed",size:"sm",mt:"md"},{children:"View core metrics on the state of your groups."}))]})),e(f.Col,Te({sm:2.5},{children:e(k,{placeholder:"Select a group",nothingFound:"No options",value:r.select,onChange:r.onSelectChange,icon:e(_,{}),data:a.data.groups.map((function(e){return e.name}))})})),e(f.Col,Te({sm:"auto"},{children:e(we,{placeholder:"Select a date",allowSingleDateInRange:!0,value:t.value,onChange:t.onChange,icon:e(ue,{size:16})})}))]}),n(p,{children:[e(Ae,{data:Mn,value:l.value,onChange:l.onChange}),e(Wn,Te({},a,{data:Te(Te({},a.data),{overview:o.data,breakdown:i.data}),active:l.value,onBreakdownMetricChange:i.onMetricChange,onOverviewMetricChange:o.onMetricChange}))]})]})}))},Wn=function(n){switch(n.active){case"Overview":return e(An,{data:n.data.overview,onMetricChange:n.onOverviewMetricChange});case"Breakdown":return e(Bn,{data:n.data.breakdown,onMetricChange:n.onBreakdownMetricChange});default:return null}},Un=function(e,n){var a=ge.useState(e.metric),i=a[0],t=a[1];return{data:Te(Te({},e),{metric:i}),onMetricChange:function(e){t(e),n&&n(e)}}},Fn=function(e,n){var a=ge.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}},Vn=function(e,n){var a=e.filter((function(e){return e.active})),i=ge.useState(a.length>0?a[0].name:null),t=i[0],r=i[1];return{select:t,onSelectChange:function(e){r(e),n&&n(e)}}},In=function(e,n){var a=ge.useState(e.areaChart.metric),i=a[0],t=a[1];return{data:Te(Te({},e),{areaChart:Te(Te({},e.areaChart),{metric:i})}),onMetricChange:function(e){t(e),n&&n(e)}}},jn=function(e,n){var a=ge.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}},Hn=u((function(e){var n,a,i,t,r,o;return{footer:{paddingTop:2*e.spacing.xl,paddingBottom:2*e.spacing.xl,paddingLeft:3*e.spacing.xl,backgroundColor:"dark"===e.colorScheme?e.colors.dark[6]:e.colors.gray[0],borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[2])},logo:(n={maxWidth:200},n[e.fn.smallerThan("sm")]={display:"flex",flexDirection:"column",alignItems:"center"},n),description:(a={marginTop:5},a[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs,textAlign:"center"},a),inner:(i={display:"flex",justifyContent:"space-between"},i[e.fn.smallerThan("sm")]={flexDirection:"column",alignItems:"center"},i),groups:(t={display:"flex",flexWrap:"wrap"},t[e.fn.smallerThan("sm")]={display:"none"},t),wrapper:{width:160},link:{display:"block",color:"dark"===e.colorScheme?e.colors.dark[1]:e.colors.gray[6],fontSize:e.fontSizes.sm,paddingTop:3,paddingBottom:3,"&:hover":{textDecoration:"underline"}},title:{fontSize:e.fontSizes.md,fontWeight:700,fontFamily:"Greycliff CF, ".concat(e.fontFamily),marginBottom:e.spacing.xs/2,color:"dark"===e.colorScheme?e.white:e.black},afterFooter:(r={display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:e.spacing.xl,paddingTop:e.spacing.xl,paddingBottom:e.spacing.xl,borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[4]:e.colors.gray[2])},r[e.fn.smallerThan("sm")]={flexDirection:"column"},r),social:(o={},o[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs},o)}})),_n=function(a){var i=Hn().classes,t=qn(a.data.account,a.onAccountChange),r=Kn(a.data.navbar.active,(function(e){if("Change account"===e)t.setChangeModalOpen(!0);a.onNavbarClick&&a.onNavbarClick(e)}));return n(U,Te({padding:"xs",navbar:e(on,{active:r.active,onClick:r.onClick},r.key),footer:n("footer",Te({className:i.footer},{children:[n(m,Te({className:i.inner},{children:[n("div",Te({className:i.logo},{children:[n(l,Te({spacing:"xs"},{children:[e("div",Te({style:{width:15}},{children:e(E,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})})),e(C,Te({color:"dimmed",size:"h5"},{children:"Local Civics"}))]})),e(d,Te({size:"xs",color:"dimmed",className:i.description},{children:"We connect students to powerful civic learning experiences."}))]})),e("div",Te({className:i.groups},{children:n("div",Te({className:i.wrapper},{children:[e(d,Te({className:i.link,component:"a",href:"https://www.localcivics.io",target:"_blank"},{children:"About"})),e(d,Te({className:i.link,component:"a",href:"https://www.localcivics.io/terms-of-service",target:"_blank"},{children:"Terms"})),e(d,Te({className:i.link,component:"a",href:"https://www.localcivics.io/privacy-policy",target:"_blank"},{children:"Privacy"})),e(d,Te({className:i.link,component:"a",href:"https://localcivics.notion.site/Help-Center-b52300f587b64fc0a61f512686e7626d",target:"_blank"},{children:"FAQ"}))]}))}))]})),n(m,Te({className:i.afterFooter},{children:[n(d,Te({color:"dimmed",size:"sm"},{children:["© ",(new Date).getFullYear()," Local Civics. All rights reserved."]})),n(l,Te({spacing:0,className:i.social,position:"right",noWrap:!0},{children:[e(v,Te({component:"a",target:"_blank",href:"https://www.instagram.com/localcivics/",size:"lg"},{children:e(me,{size:18,stroke:1.5})})),e(v,Te({component:"a",target:"_blank",href:"https://www.linkedin.com/company/localcivics",size:"lg"},{children:e(pe,{size:18,stroke:1.5})})),e(v,Te({component:"a",target:"_blank",href:"https://www.facebook.com/localcivics/",size:"lg"},{children:e(fe,{size:18,stroke:1.5})}))]}))]}))]})),styles:function(e){return{main:{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[0]}}}},{children:[n("div",Te({style:{position:"relative"}},{children:[e(F,{visible:a.data.loading,overlayBlur:2}),e($n,Te({},a,{active:r.active}))]})),e(en,{data:t.data,onChange:t.onAccountChange,onClose:function(){return t.setChangeModalOpen(!1)}})]}))},qn=function(e,n){var a=ve(!e.hidden),i=a[0],t=a[1],r=ve(e.active),o=r[0],l=r[1];return{data:Te(Te({},e),{active:o,hidden:!i}),setChangeModalOpen:t,onAccountChange:function(e){l(e),t(!1),n&&n(e)}}},Kn=function(e,n){var a=ve(e||"Home"),i=a[0],t=a[1];return{key:i,active:i,onClick:function(e){var a;i!==e&&(a=e,-1===rn.indexOf(a)&&t(e),n&&n(e))}}},$n=function(n){switch(n.active){case"Dashboard":return e(Rn,{data:n.data.dashboard,onBreakdownMetricChange:n.onDashboardBreakdownMetricChange,onDateRangeChange:n.onDashboardDateRangeChange,onGroupChange:n.onDashboardGroupChange,onOverviewMetricChange:n.onDashboardOverviewMetricChange,onTabChange:n.onDashboardTabChange});case"Home":return e(Nn,{data:n.data.home,onTimelineScrollBottom:n.onHomeTimelineScrollBottom});case"Groups":return e(wn,{data:n.data.groups,onCreateGroup:n.onCreateGroup,onCreateGroupUsers:n.onCreateGroupUsers,onDeleteGroup:n.onDeleteGroup,onDeleteGroupUser:n.onDeleteGroupUser,onEditGroup:n.onEditGroup,onViewGroupUser:n.onViewGroupUser,onGroupUserRoleChange:n.onGroupUserRoleChange,onTimelineScrollBottom:n.onGroupUserTimelineScrollBottom});case"Lessons":return e(Xe,{data:n.data.lessons,onAutocompleteChange:n.onLessonAutocompleteChange,onGroupChange:n.onLessonGroupChange,onLessonClick:n.onLessonClick,onPreview:n.onLessonPreview,onTabChange:n.onLessonTabChange,onUserClick:n.onLessonUserClick});case"Badges":return e(He,{data:n.data.badges,onAutocompleteChange:n.onBadgeAutocompleteChange,onGroupChange:n.onBadgeGroupChange,onBadgeClick:n.onBadgeClick,onPreview:n.onBadgePreview,onTabChange:n.onBadgeTabChange,onUserClick:n.onBadgeUserClick});default:return null}};export{_n as Mgmt,Pe as MgmtProvider,en as SwitchAccount};
1
+ import{jsx as e,jsxs as n,Fragment as a}from"react/jsx-runtime";import{createEmotionCache as i,MantineProvider as t,Tabs as r,UnstyledButton as o,Group as l,Avatar as c,Text as d,ScrollArea as s,Table as h,createStyles as u,Container as m,Stack as p,Grid as g,Badge as f,ActionIcon as v,Title as C,Button as b,Divider as k,Select as S,LoadingOverlay as y,Image as w,Autocomplete as x,Modal as z,Navbar as E,Center as N,Tooltip as D,Anchor as B,Timeline as L,Paper as O,Blockquote as T,Drawer as G,TextInput as A,Menu as P,Card as R,Overlay as M,ThemeIcon as W,SimpleGrid as F,AppShell as U,Loader as V}from"@mantine/core";import{ModalsProvider as I,openConfirmModal as j}from"@mantine/modals";import{NotificationsProvider as H}from"@mantine/notifications";export{showNotification,updateNotification}from"@mantine/notifications";import{IconArrowLeft as _,IconCategory2 as q,IconSwitchHorizontal as Y,IconLogout as K,IconHome2 as $,IconGauge as Q,IconAlbum as Z,IconLambda as J,IconBadges as X,IconSchool as ee,IconActivityHeartbeat as ne,IconTimelineEvent as ae,IconTrash as ie,IconPlaylistAdd as te,IconDownload as re,IconX as oe,IconCloudUpload as le,IconUsers as ce,IconDots as de,IconInfoCircle as se,IconArrowUpRight as he,IconArrowDownRight as ue,IconCalendar as me,IconBrandInstagram as pe,IconBrandLinkedin as ge,IconBrandFacebook as fe}from"@tabler/icons";import*as ve from"react";import{useState as Ce,createElement as be,useRef as ke}from"react";import{useForm as Se}from"@mantine/form";import{Dropzone as ye,MIME_TYPES as we}from"@mantine/dropzone";import*as xe from"papaparse";import{DateRangePicker as ze}from"@mantine/dates";import{ResponsiveContainer as Ee,AreaChart as Ne,XAxis as De,YAxis as Be,CartesianGrid as Le,Tooltip as Oe,Area as Te}from"recharts";var Ge=function(){return Ge=Object.assign||function(e){for(var n,a=1,i=arguments.length;a<i;a++)for(var t in n=arguments[a])Object.prototype.hasOwnProperty.call(n,t)&&(e[t]=n[t]);return e},Ge.apply(this,arguments)};function Ae(e,n,a){if(a||2===arguments.length)for(var i,t=0,r=n.length;t<r;t++)!i&&t in n||(i||(i=Array.prototype.slice.call(n,0,t)),i[t]=n[t]);return e.concat(i||Array.prototype.slice.call(n))}var Pe=i({key:"mantine",prepend:!1}),Re=function(n){return e(t,Ge({withNormalizeCSS:!0,withGlobalStyles:!0,emotionCache:Pe,theme:{loader:"bars"}},{children:e(H,Ge({limit:n.notificationLimit||5},{children:e(I,{children:n.children})}))}))},Me=function(n){var a,i=null===(a=n.data)||void 0===a?void 0:a.map((function(n){return e(r.Tab,Ge({value:n.value},{children:n.label||n.value}),n.value)}));return e(r,Ge({value:n.value,onTabChange:n.onChange},{children:e(r.List,{children:i})}))};function We(a){var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Ge({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:n(l,{children:[e(c,{size:40,src:i.avatar,radius:40}),n("div",{children:[e(d,Ge({size:"sm",weight:500},{children:i.name})),e(d,Ge({size:"xs",color:"dimmed"},{children:i.email}))]})]})}))})},i.name)}));return e(s.Autosize,Ge({maxHeight:500},{children:e(h,Ge({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var Fe=[{value:"Complete"},{value:"Incomplete"}],Ue=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),Ve=function(a){var i=Ie(a.data.groups,a.onGroupChange),t=je(a.data.tab,a.onTabChange),r=Ue().classes;return e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[e(g,{children:n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",leftSection:e(v,Ge({onClick:a.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(_,{size:14})})),size:"lg"},{children:"Badges"})),n(l,{children:[n(p,Ge({spacing:0},{children:[e(C,Ge({order:2,className:r.title,mt:"md"},{children:a.data.name||"Badge"})),e(d,Ge({color:"dimmed",className:r.description,mt:"sm"},{children:a.data.description||"No description"}))]})),n(p,Ge({ml:"auto"},{children:[e(b,Ge({variant:"gradient",onClick:function(){return a.onPreview&&a.onPreview(a.data)}},{children:"Preview"})),e(k,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),e(S,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:i.select,onChange:i.onSelectChange,icon:e(q,{}),data:a.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n("div",{children:[e(Me,{data:Fe,value:t.value,onChange:t.onChange}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:a.data.loading,overlayBlur:2}),e(We,{data:a.data.users,onClick:a.onUserClick})]}))]})]}))}))},Ie=function(e,n){var a=e.filter((function(e){return e.active})),i=ve.useState(a.length>0?a[0].name:null),t=i[0],r=i[1];return{select:t,onSelectChange:function(e){r(e),n&&n(e)}}},je=function(e,n){var a=ve.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}},He=u((function(e){var n,a,i;return{wrapper:(n={display:"flex",alignItems:"center",padding:2*e.spacing.xl,borderRadius:e.radius.md,backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.white,border:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[3])},n["@media (max-width: ".concat(e.breakpoints.sm,"px)")]={flexDirection:"column-reverse",padding:e.spacing.xl},n),image:(a={maxWidth:"40%"},a["@media (max-width: ".concat(e.breakpoints.sm,"px)")]={maxWidth:"100%"},a),body:(i={paddingRight:4*e.spacing.xl},i["@media (max-width: ".concat(e.breakpoints.sm,"px)")]={paddingRight:0,marginTop:e.spacing.xl},i),title:{color:"dark"===e.colorScheme?e.white:e.black,fontFamily:"Greycliff CF, ".concat(e.fontFamily),lineHeight:1,marginBottom:e.spacing.md},controls:{display:"flex",marginTop:e.spacing.xl},inputWrapper:{width:"100%",flex:"1"},input:{borderTopRightRadius:0,borderBottomRightRadius:0,borderRight:0},control:{borderTopLeftRadius:0,borderBottomLeftRadius:0}}})),_e=function(a){var i=He().classes;return n("div",Ge({className:i.wrapper},{children:[n("div",Ge({className:i.body},{children:[e(C,Ge({className:i.title},{children:a.data.title})),e(d,Ge({size:"sm",color:"dimmed"},{children:a.data.description}))]})),e(w,{src:"https://cdn.localcivics.io/illustrations/".concat(a.data.icon,".svg"),className:i.image})]}))};function qe(a){if(0===a.data.length)return e(_e,{data:{title:"No badges available",icon:"badges",description:"Adjust your search or contact a representative if your expecting results."}});var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Ge({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:e(l,{children:n("div",{children:[e(d,Ge({size:"sm",weight:500},{children:i.name})),e(d,Ge({size:"xs",color:"dimmed"},{children:i.description}))]})})}))})},i.key)}));return e(s.Autosize,Ge({maxHeight:500},{children:e(h,Ge({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var Ye=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),Ke=function(a){var i=Ye().classes,t=Ce(a.data.badgeOpen),r=t[0],o=t[1];return r?e(Ve,{data:a.data.badge,onBackClick:function(){return o(!1)},onGroupChange:a.onGroupChange,onTabChange:a.onTabChange,onUserClick:a.onUserClick,onPreview:a.onPreview}):e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[e(g,{children:n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",size:"lg"},{children:"Badges"})),e(C,Ge({order:2,className:i.title,mt:"md"},{children:"Badges and micro-credentials"})),e(d,Ge({color:"dimmed",className:i.description,mt:"sm"},{children:"Project-sized skills acquisition and standards alignment."}))]}))}),e(x,{placeholder:"Search for a badge that fits your needs",data:a.data.badges.map((function(e){return e.name})),onChange:a.onAutocompleteChange}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:a.data.loading,overlayBlur:2}),e(qe,{data:a.data.badges,onClick:function(e){a.onBadgeClick&&a.onBadgeClick(e),o(!0)}})]}))]}))}))};function $e(a){var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Ge({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:n(l,{children:[e(c,{size:40,src:i.avatar,radius:40}),n("div",{children:[e(d,Ge({size:"sm",weight:500},{children:i.name})),e(d,Ge({size:"xs",color:"dimmed"},{children:i.email}))]})]})}))})},i.name)}));return e(s.Autosize,Ge({maxHeight:500},{children:e(h,Ge({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var Qe=[{value:"Complete"},{value:"Incomplete"}],Ze=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),Je=function(a){var i=Xe(a.data.groups,a.onGroupChange),t=en(a.data.tab,a.onTabChange),r=Ze().classes;return e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[e(g,{children:n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",leftSection:e(v,Ge({onClick:a.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(_,{size:14})})),size:"lg"},{children:"Lessons"})),n(l,{children:[n(p,Ge({spacing:0},{children:[e(C,Ge({order:2,className:r.title,mt:"md"},{children:a.data.name||"Lesson"})),e(d,Ge({color:"dimmed",className:r.description,mt:"sm"},{children:a.data.description||"No description"}))]})),n(p,Ge({ml:"auto"},{children:[e(b,Ge({variant:"gradient",onClick:function(){return a.onPreview&&a.onPreview(a.data)}},{children:"Preview"})),e(k,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),e(S,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:i.select,onChange:i.onSelectChange,icon:e(q,{}),data:a.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n("div",{children:[e(Me,{data:Qe,value:t.value,onChange:t.onChange}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:a.data.loading,overlayBlur:2}),e($e,{data:a.data.users,onClick:a.onUserClick})]}))]})]}))}))},Xe=function(e,n){var a=e.filter((function(e){return e.active})),i=ve.useState(a.length>0?a[0].name:null),t=i[0],r=i[1];return{select:t,onSelectChange:function(e){r(e),n&&n(e)}}},en=function(e,n){var a=ve.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}};function nn(a){if(0===a.data.length)return e(_e,{data:{title:"No lessons available",icon:"lessons",description:"Adjust your search or contact a representative if your expecting results."}});var i=a.data.map((function(i){return e("tr",{children:e("td",{children:e(o,Ge({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return a.onClick&&a.onClick(i)}},{children:e(l,{children:n("div",{children:[e(d,Ge({size:"sm",weight:500},{children:i.name})),e(d,Ge({size:"xs",color:"dimmed"},{children:i.description}))]})})}))})},i.key)}));return e(s.Autosize,Ge({maxHeight:500},{children:e(h,Ge({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:e("tbody",{children:i})}))}))}var an=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),tn=function(a){var i=an().classes,t=Ce(a.data.lessonOpen),r=t[0],o=t[1];return r?e(Je,{data:a.data.lesson,onBackClick:function(){return o(!1)},onGroupChange:a.onGroupChange,onTabChange:a.onTabChange,onUserClick:a.onUserClick,onPreview:a.onPreview}):e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[e(g,{children:n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",size:"lg"},{children:"Lessons"})),e(C,Ge({order:2,className:i.title,mt:"md"},{children:"Lessons"})),e(d,Ge({color:"dimmed",className:i.description,mt:"sm"},{children:"Well crafted units of instruction."}))]}))}),e(x,{placeholder:"Search for a lesson that fits your needs",data:a.data.lessons.map((function(e){return e.name})),onChange:a.onAutocompleteChange}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:a.data.loading,overlayBlur:2}),e(nn,{data:a.data.lessons,onClick:function(e){a.onLessonClick&&a.onLessonClick(e),o(!0)}})]}))]}))}))},rn=function(a){var i=Se({initialValues:{active:a.data.active}});return e(z,Ge({centered:!0,opened:!a.data.hidden,onClose:function(){return a.onClose&&a.onClose()},size:"sm",title:e(C,Ge({size:"h5"},{children:"Accounts"}))},{children:n("form",Ge({onSubmit:i.onSubmit((function(){a.onChange&&a.onChange(i.values.active)}))},{children:[e(S,Ge({required:!0,placeholder:"Select an account",defaultValue:a.data.active,data:a.data.accounts.map((function(e){return{value:e.key,label:e.name}}))},i.getInputProps("active"))),e(b,Ge({type:"submit",fullWidth:!0,mt:"xl"},{children:"Switch"}))]}))}))},on=u((function(e){return{link:{width:50,height:50,borderRadius:e.radius.md,display:"flex",alignItems:"center",justifyContent:"center",color:"dark"===e.colorScheme?e.colors.dark[0]:e.colors.gray[7],"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[0]}},active:{"&, &:hover":{backgroundColor:e.fn.variant({variant:"light",color:e.primaryColor}).background,color:e.fn.variant({variant:"light",color:e.primaryColor}).color}}}})),ln=[{icon:$,label:"Home"},{icon:Q,label:"Dashboard"},{icon:q,label:"Groups"},{icon:Z,label:"Badges"},{icon:J,label:"Lessons"}],cn=function(n){var a,i=n.icon,t=n.label,r=n.active,l=n.onClick,c=on(),d=c.classes,s=c.cx;return e(D,Ge({label:t,position:"right",transitionDuration:0},{children:e(o,Ge({onClick:l,className:s(d.link,(a={},a[d.active]=r,a))},{children:e(i,{stroke:1.5})}))}))},dn=["Logout","Change account"],sn=function(a){var i=ln.map((function(e){return be(cn,Ge({},e,{key:e.label,active:e.label===a.active,onClick:function(){return a.onClick&&a.onClick(e.label)}}))}));return n(E,Ge({width:{base:80},p:"md"},{children:[e(N,{children:e(c,Ge({color:"blue",radius:"sm"},{children:e("div",Ge({style:{width:15,marginLeft:"auto",marginRight:"auto"}},{children:e(w,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})}))}))}),e(E.Section,Ge({grow:!0,mt:50},{children:e(p,Ge({justify:"center",spacing:0},{children:i}))})),e(E.Section,{children:n(p,Ge({justify:"center",spacing:0},{children:[e(cn,{icon:Y,label:"Change account",onClick:function(){return a.onClick&&a.onClick("Change account")}}),e(cn,{icon:K,label:"Logout",onClick:function(){return a.onClick&&a.onClick("Logout")}})]}))})]}))},hn=[{unit:"year",ms:31536e6},{unit:"month",ms:2628e6},{unit:"day",ms:864e5},{unit:"hour",ms:36e5},{unit:"minute",ms:6e4},{unit:"second",ms:1e3}],un=new Intl.RelativeTimeFormat("en",{numeric:"auto"});function mn(e,n){return void 0===n&&(n=new Date),e?function(e){for(var n=0,a=hn;n<a.length;n++){var i=a[n],t=i.unit,r=i.ms;if(Math.abs(e)>=r||"second"===t)return un.format(Math.round(e/r),t)}return""}(e.getTime()-n.getTime()):""}var pn={BadgeCompleted:e(X,{size:12}),BadgeStarted:e(X,{size:12}),LessonCompleted:e(ee,{size:12}),LessonStarted:e(ee,{size:12}),ProblemSolved:e(ne,{size:12})},gn=function(a){var i,t=ke(null),r=Ce({x:0,y:0}),o=r[0],l=r[1];ve.useEffect((function(){t.current&&o.y===t.current.scrollHeight-t.current.offsetHeight&&a.onScrollBottom&&a.onScrollBottom()}),[o.y]);var c=a.data.map((function(a){var t=a.name.split(/(?=[A-Z])/),r=t[0]===i?"dashed":"solid";i=t[0];var o=a.link?e(B,Ge({color:"dark",unstyled:!0,href:a.link},{children:"".concat(t[0]," ").concat(t[1].toLowerCase())})):"".concat(t[0]," ").concat(t[1].toLowerCase());return n(L.Item,Ge({bullet:fn(a.name),lineVariant:r,title:o},{children:[e(d,Ge({color:"dimmed",size:"sm"},{children:a.description})),e(d,Ge({size:"xs",mt:4},{children:mn(new Date(a.time))}))]}),a.key)}));return e(s.Autosize,Ge({maxHeight:300,onScrollPositionChange:l,viewportRef:t},{children:e(L,Ge({ml:"lg",active:1,bulletSize:24,lineWidth:2},{children:c}))}))},fn=function(n){var a=pn[n];return a||e(ae,{size:12})},vn=u((function(e){var n,a;return{root:(n={display:"flex",backgroundImage:"linear-gradient(-60deg, ".concat(e.colors[e.primaryColor][4]," 0%, ").concat(e.colors[e.primaryColor][7]," 100%)"),padding:1.5*e.spacing.xl,borderRadius:e.radius.md},n[e.fn.smallerThan("sm")]={flexDirection:"column"},n),title:{color:e.white,textTransform:"uppercase",fontWeight:700,fontSize:e.fontSizes.sm},count:{color:e.white,fontSize:32,lineHeight:1,fontWeight:700,marginBottom:e.spacing.md,fontFamily:"Greycliff CF, ".concat(e.fontFamily)},description:{color:e.colors[e.primaryColor][0],fontSize:e.fontSizes.sm,marginTop:5},stat:{flex:1,"& + &":(a={paddingLeft:e.spacing.xl,marginLeft:e.spacing.xl,borderLeft:"1px solid ".concat(e.colors[e.primaryColor][3])},a[e.fn.smallerThan("sm")]={paddingLeft:0,marginLeft:0,borderLeft:0,paddingTop:e.spacing.xl,marginTop:e.spacing.xl,borderTop:"1px solid ".concat(e.colors[e.primaryColor][3])},a)}}})),Cn=function(a){var i=a.data,t=vn().classes,r=i.map((function(a){return n("div",Ge({className:t.stat},{children:[e(d,Ge({className:t.count},{children:a.value.toLocaleString()})),e(d,Ge({className:t.title},{children:a.title})),e(d,Ge({className:t.description},{children:"".concat(a.diff,"% ").concat(a.diff<0?"decrease":"increase"," compared to last period")}))]}),a.title)}));return e("div",Ge({className:t.root},{children:r}))},bn=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900,marginTop:16},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),kn=function(i){var t=bn().classes,r=i.data.givenName?[i.data.givenName,i.data.familyName].join(" ").trim():i.data.email,o=i.data.givenName?i.data.givenName:"Me";return"compact"===i.variant?n(a,{children:[e(C,Ge({className:t.title},{children:r})),e(d,Ge({color:"dimmed",className:t.description,mt:"xs"},{children:i.data.quote}))]}):n(a,{children:[n(O,Ge({radius:"md",withBorder:!0,p:"lg",sx:function(e){return{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.white}}},{children:[e(c,{src:i.data.avatar,size:135,radius:120,mx:"auto"}),e(d,Ge({align:"center",size:"lg",weight:500,mt:"md"},{children:r})),n(d,Ge({align:"center",color:"dimmed",size:"sm"},{children:[i.data.email," • ",i.data.job]}))]})),e(T,Ge({mt:"xl",color:"blue",cite:"– ".concat(o)},{children:i.data.quote}))]})},Sn=[{value:"Member",label:"Member"},{value:"Admin",label:"Admin"}];function yn(a){var i=a.data.map((function(i){return n("tr",{children:[e("td",{children:e(o,Ge({onClick:function(){return a.onViewProfile&&a.onViewProfile(i)}},{children:n(l,Ge({spacing:"sm"},{children:[e(c,{size:40,src:i.avatar,radius:40}),n("div",{children:[e(d,Ge({size:"sm",weight:500},{children:i.givenName&&i.familyName?"".concat(i.givenName," ").concat(i.familyName):i.email})),e(d,Ge({size:"xs",color:"dimmed"},{children:i.email}))]})]}))}))}),e("td",{children:e(S,{data:Ae([],Sn,!0).map((function(e){return i.readonly?Ge(Ge({},e),{disabled:e.value!==i.role}):e})),defaultValue:i.role,variant:"unstyled",onChange:function(e){return!i.readonly&&a.onChangeRole&&a.onChangeRole(i,e)}})}),e("td",{children:i.lastActivity?mn(i.lastActivity):""}),e("td",{children:e(l,Ge({noWrap:!0,spacing:0,position:"right"},{children:!i.readonly&&e(v,Ge({color:"red"},{children:e(ie,{onClick:function(){return j({title:'Delete "'.concat((n=i).givenName&&n.familyName?"".concat(n.givenName," ").concat(n.familyName):n.email,'"?'),centered:!0,children:e(d,Ge({size:"sm"},{children:"Are you sure you want to delete this person? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete",cancel:"No don't delete them"},confirmProps:{color:"red"},onConfirm:function(){return a.onDelete&&a.onDelete(n)}});var n},size:16,stroke:1.5})}))}))})]},i.email)}));return 0===a.data.length?e(_e,{data:{title:"No one in group",icon:"thinking",description:"You don't have any people in this group yet. When your ready, get started by clicking the 'Add people' button above."}}):e(s,{children:n(h,Ge({verticalSpacing:20,sx:{minWidth:700}},{children:[e("thead",{children:n("tr",{children:[e("th",{children:"Member"}),e("th",{children:"Role"}),e("th",{children:"Last active"}),e("th",{})]})}),e("tbody",{children:i})]}))})}var wn=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600},wrapper:{position:"relative",marginBottom:30},dropzone:{borderWidth:1,paddingBottom:50},icon:{color:"dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[4]},control:{position:"absolute",width:250,left:"calc(50% - 125px)",bottom:-20}}})),xn=function(i){var t=wn().classes,r=Se({initialValues:{key:"",email:"",givenName:"",familyName:"",avatar:"",role:"",readonly:!1,lastActivity:null},validate:{email:function(e){return/^\S+@\S+$/.test(e)&&0===i.data.users.filter((function(n){return n.email===e})).length?null:"Invalid email"}}}),o=Ce(!1),c=o[0],s=o[1],h=Ce(i.data.groupUserHomeOpen),u=h[0],S=h[1];return u?e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[e(g,{children:n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",leftSection:e(v,Ge({onClick:function(){return S(!1)},color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(_,{size:14})})),size:"lg"},{children:"Users"})),e(kn,{variant:"compact",data:i.data.user})]}))}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:i.data.user.loading,overlayBlur:2}),n(p,Ge({spacing:"lg"},{children:[e(Cn,{data:[{title:"PROBLEMS SOLVED",value:i.data.stats["PROBLEMS SOLVED"].value,diff:i.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:i.data.stats["LESSONS COMPLETED"].value,diff:i.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:i.data.stats["BADGES EARNED"].value,diff:i.data.stats["BADGES EARNED"].diff}]}),e(gn,{onScrollBottom:i.onTimelineScrollBottom,data:i.data.timeline})]}))]}))]}))})):n(a,{children:[e(G,Ge({opened:c,onClose:function(){return s(!1)},title:e(C,Ge({size:"h5"},{children:"Add people"})),padding:"xl",size:"xl"},{children:n(p,Ge({spacing:"md"},{children:[e(zn,Ge({},i,{close:function(){return s(!1)}})),e(k,{label:"or",labelPosition:"center",my:"md",variant:"dashed"}),e("form",Ge({onSubmit:r.onSubmit((function(){var e=r.values;r.reset(),s(!1),i.onCreateUsers&&i.onCreateUsers([e])}))},{children:n(p,{children:[e(A,Ge({withAsterisk:!0,label:"Email",placeholder:"Email"},r.getInputProps("email"))),n(l,Ge({grow:!0},{children:[e(A,Ge({label:"Given name",placeholder:"Given name"},r.getInputProps("givenName"))),e(A,Ge({label:"Family name",placeholder:"Family name"},r.getInputProps("familyName")))]})),e(b,Ge({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]})}))]}))})),e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[n(g,{children:[n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",leftSection:e(v,Ge({onClick:i.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:e(_,{size:14})})),size:"lg"},{children:"Groups"})),e(C,Ge({order:2,className:t.title,mt:"md"},{children:i.data.name||"Group"})),e(d,Ge({color:"dimmed",className:t.description,mt:"sm"},{children:i.data.description||"No description"}))]})),e(g.Col,Ge({sm:"content"},{children:e(b,Ge({onClick:function(){return s(!0)},leftIcon:e(te,{size:14})},{children:"Add people"}))}))]}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:i.data.loading,overlayBlur:2}),e(yn,{data:i.data.users,onDelete:i.onDelete,onChangeRole:i.onRoleChange,onViewProfile:function(e){return i.onViewProfile(e).then((function(){S(!0)}))}})]}))]}))}))]})},zn=function(a){var i=wn(),t=i.classes,r=i.theme,o=ve.useRef(null),c=ve.useState(!1),s=c[0],h=c[1],u=ve.useCallback((function(e){h(!0),e.forEach((function(e){xe.parse(e,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,worker:!0,complete:function(e){var n=e.data.filter((function(e){return/^\S+@\S+$/.test(e.email)&&0===a.data.users.filter((function(n){return n.email===e.email})).length}));n.length>0&&a.onCreateUsers&&a.onCreateUsers(n),h(!1),a.close()}})}))}),[]);return n("div",Ge({className:t.wrapper},{children:[e(ye,Ge({loading:s,openRef:o,onDrop:u,className:t.dropzone,radius:"md",accept:[we.csv],maxSize:5*Math.pow(1024,2)},{children:n("div",Ge({style:{pointerEvents:"none"}},{children:[n(l,Ge({position:"center"},{children:[e(ye.Accept,{children:e(re,{size:50,color:r.colors[r.primaryColor][6],stroke:1.5})}),e(ye.Reject,{children:e(oe,{size:50,color:r.colors.red[6],stroke:1.5})}),e(ye.Idle,{children:e(le,{size:50,color:"dark"===r.colorScheme?r.colors.dark[0]:r.black,stroke:1.5})})]})),n(d,Ge({align:"center",weight:700,size:"lg",mt:"xl"},{children:[e(ye.Accept,{children:"Drop files here"}),e(ye.Reject,{children:"Csv file less than 5mb"}),e(ye.Idle,{children:"Upload multiple"})]})),n(d,Ge({align:"center",size:"sm",mt:"xs",color:"dimmed"},{children:["Drag'n'drop files here to upload. We can accept only ",e("i",{children:".csv"})," files that are less than 5mb in size."]}))]}))})),e(b,Ge({className:t.control,size:"md",radius:"xl",onClick:function(){var e;return null===(e=o.current)||void 0===e?void 0:e.call(o)}},{children:"Select file"}))]}))};function En(a){if(0===a.data.length)return e(_e,{data:{title:"No groups",icon:"groups",description:"You don't have any groups just yet. When your ready, get started by clicking the 'Create group' button above."}});var i=a.data.map((function(i){return n("tr",{children:[e("td",{children:e(d,Ge({size:14},{children:i.name}))}),e("td",{children:e(d,Ge({size:14},{children:i.description}))}),e("td",{children:n(l,Ge({noWrap:!0,spacing:0,position:"right"},{children:[e(v,Ge({color:"blue",onClick:function(){return a.onEditGroup&&a.onEditGroup(i)},variant:"subtle"},{children:e(ce,{size:16,stroke:1.5})})),n(P,Ge({transition:"pop",withArrow:!0,position:"bottom-end"},{children:[e(P.Target,{children:e(v,{children:e(de,{size:16,stroke:1.5})})}),e(P.Dropdown,{children:e(P.Item,Ge({onClick:function(){return j({title:'Delete "'.concat((n=i).name,'"?'),centered:!0,children:e(d,Ge({size:"sm"},{children:"Are you sure you want to delete this group? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete group",cancel:"No don't delete it"},confirmProps:{color:"red"},onConfirm:function(){return a.onDeleteGroup&&a.onDeleteGroup(n)}});var n},icon:e(ie,{size:16,stroke:1.5}),color:"red"},{children:"Delete"}))})]}))]}))})]},i.name)}));return e(s.Autosize,Ge({maxHeight:300},{children:n(h,Ge({verticalSpacing:20,sx:{minWidth:700}},{children:[e("thead",{children:n("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Description"}),e("th",{})]})}),e("tbody",{children:i})]}))}))}var Nn=u((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),Dn=function(i){var t=Nn().classes,r=Se({initialValues:{key:"",name:"",description:""},validate:{name:function(e){return e.length<=6?"Name should include at least 6 characters":null}}}),o=Ce(i.data.formOpen),c=o[0],s=o[1],h=Ce(i.data.groupOpen),u=h[0],k=h[1];return u?e(xn,{data:i.data.group,onBackClick:function(){return k(!1)},onCreateUsers:i.onCreateGroupUsers,onDelete:i.onDeleteGroupUser,onViewProfile:i.onViewGroupUser,onRoleChange:i.onGroupUserRoleChange,onTimelineScrollBottom:i.onTimelineScrollBottom}):n(a,{children:[e(G,Ge({opened:c,onClose:function(){return s(!1)},title:n(l,Ge({spacing:0},{children:[e(C,Ge({size:"h5"},{children:"Create a group"})),e(D,Ge({label:"Groups settings cannot be modified once created"},{children:e(v,{children:e(se,{color:"#3b82f6",size:14})})}))]})),padding:"xl",size:"xl"},{children:n("form",Ge({onSubmit:r.onSubmit((function(){var e=r.values;r.reset(),s(!1),i.onCreateGroup&&i.onCreateGroup(e)}))},{children:[n(p,{children:[e(A,Ge({withAsterisk:!0,label:"Name",placeholder:"Group name"},r.getInputProps("name"))),e(A,Ge({label:"Description",placeholder:"A group for my first period class"},r.getInputProps("description")))]}),e(b,Ge({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]}))})),e(m,Ge({size:"lg",py:"xl"},{children:n(p,Ge({spacing:"md"},{children:[n(g,{children:[n(g.Col,Ge({sm:"auto"},{children:[e(f,Ge({variant:"filled",size:"lg"},{children:"Groups"})),e(C,Ge({order:2,className:t.title,mt:"md"},{children:"Organize people into groups"})),e(d,Ge({color:"dimmed",className:t.description,mt:"sm"},{children:"A group can be a class, team, or other functioning organizations."}))]})),e(g.Col,Ge({sm:"content"},{children:e(b,Ge({onClick:function(){return s(!0)},leftIcon:e(te,{size:14})},{children:"Create group"}))}))]}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:i.data.loading,overlayBlur:2}),e(En,{data:i.data.groups,onDeleteGroup:i.onDeleteGroup,onEditGroup:function(e){i.onEditGroup&&i.onEditGroup(e),k(!0)}})]}))]}))}))]})},Bn=u((function(e){return{card:{height:240,backgroundSize:"cover",backgroundPosition:"center"},content:{position:"absolute",padding:e.spacing.xl,zIndex:1,top:0,bottom:0,right:0,left:0},action:{position:"absolute",bottom:e.spacing.xl,right:e.spacing.xl},title:{color:e.white,marginBottom:e.spacing.xs/2},description:{color:e.white,maxWidth:220}}})),Ln=function(a){var i=a.title,t=a.description,r=a.image,o=a.action,l=a.style,c=a.className,s=function(e,n){var a={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&n.indexOf(i)<0&&(a[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var t=0;for(i=Object.getOwnPropertySymbols(e);t<i.length;t++)n.indexOf(i[t])<0&&Object.prototype.propertyIsEnumerable.call(e,i[t])&&(a[i[t]]=e[i[t]])}return a}(a,["title","description","image","action","style","className"]),h=Bn(),u=h.classes,m=h.cx,p=h.theme;return n(R,Ge({radius:"md",style:Ge({backgroundImage:"url(".concat(r,")")},l),className:m(u.card,c)},s,{children:[e(M,{gradient:"linear-gradient(105deg, ".concat(p.black," 20%, #312f2f 50%, ").concat(p.colors.gray[4]," 100%)"),opacity:.55,zIndex:0}),n("div",Ge({className:u.content},{children:[e(d,Ge({size:"lg",weight:700,className:u.title},{children:i})),e(d,Ge({size:"sm",className:u.description},{children:t})),e(b,Ge({className:u.action,variant:"white",color:"dark",component:"a",size:"xs",href:o.link,target:"_blank"},{children:o.label}))]}))]}))},On=function(a){return e(m,Ge({size:"lg"},{children:n(p,Ge({spacing:"lg"},{children:[n(g,Ge({gutter:"md"},{children:[e(g.Col,Ge({md:6},{children:e(kn,{data:a.data.user})})),e(g.Col,Ge({md:6},{children:e(Ln,{title:a.data.tenant.name,description:a.data.tenant.description,image:a.data.tenant.image,action:{label:"Visit website",link:a.data.tenant.website}})}))]})),e(Cn,{data:[{title:"PROBLEMS SOLVED",value:a.data.stats["PROBLEMS SOLVED"].value,diff:a.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:a.data.stats["LESSONS COMPLETED"].value,diff:a.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:a.data.stats["BADGES EARNED"].value,diff:a.data.stats["BADGES EARNED"].diff}]}),e(gn,{onScrollBottom:a.onTimelineScrollBottom,data:a.data.timeline})]}))}))},Tn=u((function(e){return{header:{position:"sticky",top:0,backgroundColor:"dark"===e.colorScheme?e.colors.dark[7]:e.white,transition:"box-shadow 150ms ease","&::after":{content:'""',position:"absolute",left:0,right:0,bottom:0,borderBottom:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[2])}},scrolled:{boxShadow:e.shadows.sm}}})),Gn=function(a){var i,t=a.data,r=Tn(),o=r.classes,l=r.cx,c=Ce(!1),d=c[0],u=c[1],m=t.map((function(e){return e.value})),p=Math.round(m.reduce((function(e,n){return e+n}))/m.length),g=t.map((function(a){return n("tr",{children:[e("td",{children:a.name}),e("td",{children:a.email}),e("td",{children:a.value}),e("td",{children:a.value>p?e(f,{children:"Above average"}):a.value===p?e(f,Ge({color:"gray"},{children:"Average"})):e(f,Ge({color:"red"},{children:"Below average"}))})]},a.name)}));return e(s,Ge({sx:{height:500},onScrollPositionChange:function(e){var n=e.y;return u(0!==n)}},{children:n(h,Ge({verticalSpacing:"md",sx:{minWidth:700}},{children:[e("thead",Ge({className:l(o.header,(i={},i[o.scrolled]=d,i))},{children:n("tr",{children:[e("th",{children:"Name"}),e("th",{children:"Email"}),e("th",{children:"Value"}),e("th",{children:"Status"})]})})),e("tbody",{children:g})]}))}))},An=function(a){return e(O,Ge({mih:150,p:"lg",withBorder:!0},{children:n(p,{children:[e(g,{children:e(g.Col,Ge({sm:"auto"},{children:n(l,Ge({spacing:0},{children:[e(C,Ge({size:"h5",mb:0},{children:"Performance History"})),e(D,Ge({label:"Shows group performance per person"},{children:e(v,{children:e(se,{color:"#3b82f6",size:14})})}))]}))}))}),e(l,Ge({spacing:"sm"},{children:e(S,{placeholder:"Select a metric",value:a.data.metric,onChange:a.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})})),e(Gn,{data:a.data.users})]})}))},Pn=u((function(e){return{axis:{fontSize:"12px",fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),Rn=function(a){var i=Pn().theme;return e(O,Ge({p:"lg",withBorder:!0},{children:n(p,{children:[n(g,{children:[e(g.Col,Ge({sm:"auto"},{children:n(l,Ge({spacing:0},{children:[e(C,Ge({size:"h5",mb:0},{children:"Performance History"})),e(D,Ge({label:"Shows daily increase or decrease across group"},{children:e(v,{children:e(se,{color:"#3b82f6",size:14})})}))]}))})),e(g.Col,Ge({sm:5},{children:e(S,{placeholder:"Select a metric",value:a.data.metric,onChange:a.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})}))]}),e(Ee,Ge({width:"100%",height:400},{children:n(Ne,Ge({width:730,height:250,data:a.data.points,margin:{top:10,right:30,left:0,bottom:0}},{children:[e("defs",{children:n("linearGradient",Ge({id:"colorBlue",x1:"0",y1:"0",x2:"0",y2:"1"},{children:[e("stop",{offset:"5%",stopColor:"#3b82f6",stopOpacity:.4}),e("stop",{offset:"95%",stopColor:"#3b82f6",stopOpacity:0})]}))}),e(De,{tick:{fontSize:12,fontFamily:i.fontFamily},dataKey:"name"}),e(Be,{tick:{fontSize:12,fontFamily:i.fontFamily}}),e(Le,{strokeDasharray:"3 3",horizontal:!0,vertical:!1}),e(Oe,{contentStyle:{fontWeight:700,fontSize:12,fontFamily:i.fontFamily},labelStyle:{fontSize:12,fontFamily:i.fontFamily}}),e(Te,{type:"monotone",dataKey:"value",stroke:"#3b82f6",fillOpacity:1,fill:"url(#colorBlue)"})]}))}))]})}))},Mn=u((function(e){return{root:{paddingTop:1.5*e.spacing.xl,paddingBottom:1.5*e.spacing.xl},label:{fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),Wn=function(a){var i=a.data,t=Mn().classes,r=i.map((function(a){var i=a.diff>0?he:ue;return n(O,Ge({withBorder:!0,p:"md",radius:"md"},{children:[n(l,Ge({position:"apart"},{children:[n("div",{children:[e(d,Ge({color:"dimmed",transform:"uppercase",weight:700,size:"xs",className:t.label},{children:a.title})),e(d,Ge({weight:700,size:"xl"},{children:a.value.toLocaleString()}))]}),e(W,Ge({color:"gray",variant:"light",sx:function(e){return{color:a.diff>0?e.colors.teal[6]:e.colors.red[6]}},size:38,radius:"md"},{children:e(i,{size:28,stroke:1.5})}))]})),n(d,Ge({color:"dimmed",size:"sm",mt:"md"},{children:[n(d,Ge({component:"span",color:a.diff>0?"teal":"red",weight:700},{children:[a.diff,"%"]}))," ",a.diff>0?"increase":"decrease"," compared to last period"]}))]}),a.title)}));return e("div",Ge({className:t.root},{children:e(F,Ge({cols:3,breakpoints:[{maxWidth:"sm",cols:1}]},{children:r}))}))},Fn=function(i){return n(a,{children:[e(Wn,{data:[{title:"PROBLEMS SOLVED",value:i.data.stats["PROBLEMS SOLVED"].value,diff:i.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:i.data.stats["LESSONS COMPLETED"].value,diff:i.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:i.data.stats["BADGES EARNED"].value,diff:i.data.stats["BADGES EARNED"].diff}]}),e(Rn,{data:i.data.areaChart,onMetricChange:i.onMetricChange})]})},Un=[{value:"Overview"},{value:"Breakdown"}],Vn=function(a){var i=jn(a.data.breakdown,a.onBreakdownMetricChange),t=Hn(a.data.dateRange,a.onDateRangeChange),r=_n(a.data.groups,a.onGroupChange),o=qn(a.data.overview,a.onOverviewMetricChange),l=Yn(a.data.tab,a.onTabChange);return e(m,Ge({size:"lg",py:"xl"},{children:n(p,{children:[n(g,{children:[n(g.Col,Ge({sm:"auto"},{children:[e(C,Ge({size:"h3"},{children:"Dashboard"})),e(d,Ge({color:"dimmed",size:"sm",mt:"md"},{children:"View core metrics on the state of your groups."}))]})),e(g.Col,Ge({sm:2.5},{children:e(S,{placeholder:"Select a group",nothingFound:"No options",value:r.select,onChange:r.onSelectChange,icon:e(q,{}),data:a.data.groups.map((function(e){return e.name}))})})),e(g.Col,Ge({sm:"auto"},{children:e(ze,{placeholder:"Select a date",allowSingleDateInRange:!0,value:t.value,onChange:t.onChange,icon:e(me,{size:16})})}))]}),n(p,{children:[e(Me,{data:Un,value:l.value,onChange:l.onChange}),n("div",Ge({style:{position:"relative"}},{children:[e(y,{visible:a.data.loading,overlayBlur:2}),e(In,Ge({},a,{data:Ge(Ge({},a.data),{overview:o.data,breakdown:i.data}),active:l.value,onBreakdownMetricChange:i.onMetricChange,onOverviewMetricChange:o.onMetricChange}))]}))]})]})}))},In=function(n){if(0===n.data.overview.stats["PROBLEMS SOLVED"].value)return e(_e,{data:{title:"No data for period",icon:"dashboard",description:"We haven't received any data yet for your group during this period. Check back later once progress has been made."}});switch(n.active){case"Overview":return e(Fn,{data:n.data.overview,onMetricChange:n.onOverviewMetricChange});case"Breakdown":return e(An,{data:n.data.breakdown,onMetricChange:n.onBreakdownMetricChange});default:return null}},jn=function(e,n){var a=ve.useState(e.metric),i=a[0],t=a[1];return{data:Ge(Ge({},e),{metric:i}),onMetricChange:function(e){t(e),n&&n(e)}}},Hn=function(e,n){var a=ve.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}},_n=function(e,n){var a=e.filter((function(e){return e.active})),i=ve.useState(a.length>0?a[0].name:null),t=i[0],r=i[1];return{select:t,onSelectChange:function(e){r(e),n&&n(e)}}},qn=function(e,n){var a=ve.useState(e.areaChart.metric),i=a[0],t=a[1];return{data:Ge(Ge({},e),{areaChart:Ge(Ge({},e.areaChart),{metric:i})}),onMetricChange:function(e){t(e),n&&n(e)}}},Yn=function(e,n){var a=ve.useState(e),i=a[0],t=a[1];return{value:i,onChange:function(e){t(e),n&&n(e)}}},Kn=u((function(e){var n,a,i,t,r,o;return{footer:{paddingTop:2*e.spacing.xl,paddingBottom:2*e.spacing.xl,paddingLeft:3*e.spacing.xl,backgroundColor:"dark"===e.colorScheme?e.colors.dark[6]:e.colors.gray[0],borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[2])},logo:(n={maxWidth:200},n[e.fn.smallerThan("sm")]={display:"flex",flexDirection:"column",alignItems:"center"},n),description:(a={marginTop:5},a[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs,textAlign:"center"},a),inner:(i={display:"flex",justifyContent:"space-between"},i[e.fn.smallerThan("sm")]={flexDirection:"column",alignItems:"center"},i),groups:(t={display:"flex",flexWrap:"wrap"},t[e.fn.smallerThan("sm")]={display:"none"},t),wrapper:{width:160},link:{display:"block",color:"dark"===e.colorScheme?e.colors.dark[1]:e.colors.gray[6],fontSize:e.fontSizes.sm,paddingTop:3,paddingBottom:3,"&:hover":{textDecoration:"underline"}},title:{fontSize:e.fontSizes.md,fontWeight:700,fontFamily:"Greycliff CF, ".concat(e.fontFamily),marginBottom:e.spacing.xs/2,color:"dark"===e.colorScheme?e.white:e.black},afterFooter:(r={display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:e.spacing.xl,paddingTop:e.spacing.xl,paddingBottom:e.spacing.xl,borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[4]:e.colors.gray[2])},r[e.fn.smallerThan("sm")]={flexDirection:"column"},r),social:(o={},o[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs},o)}})),$n=function(a){var i=Kn().classes,t=Qn(a.data.account,a.onAccountChange),r=Zn(a.data.navbar.active,(function(e){if("Change account"===e)t.setChangeModalOpen(!0);a.onNavbarClick&&a.onNavbarClick(e)}));return n(U,Ge({padding:"xs",navbar:e(sn,{active:r.active,onClick:r.onClick},r.key),footer:n("footer",Ge({className:i.footer},{children:[n(m,Ge({className:i.inner},{children:[n("div",Ge({className:i.logo},{children:[n(l,Ge({spacing:"xs"},{children:[e("div",Ge({style:{width:15}},{children:e(w,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})})),e(C,Ge({color:"dimmed",size:"h5"},{children:"Local Civics"}))]})),e(d,Ge({size:"xs",color:"dimmed",className:i.description},{children:"We connect students to powerful civic learning experiences."}))]})),e("div",Ge({className:i.groups},{children:n("div",Ge({className:i.wrapper},{children:[e(d,Ge({className:i.link,component:"a",href:"https://www.localcivics.io",target:"_blank"},{children:"About"})),e(d,Ge({className:i.link,component:"a",href:"https://www.localcivics.io/terms-of-service",target:"_blank"},{children:"Terms"})),e(d,Ge({className:i.link,component:"a",href:"https://www.localcivics.io/privacy-policy",target:"_blank"},{children:"Privacy"})),e(d,Ge({className:i.link,component:"a",href:"https://localcivics.notion.site/Help-Center-b52300f587b64fc0a61f512686e7626d",target:"_blank"},{children:"FAQ"}))]}))}))]})),n(m,Ge({className:i.afterFooter},{children:[n(d,Ge({color:"dimmed",size:"sm"},{children:["© ",(new Date).getFullYear()," Local Civics. All rights reserved."]})),n(l,Ge({spacing:0,className:i.social,position:"right",noWrap:!0},{children:[e(v,Ge({component:"a",target:"_blank",href:"https://www.instagram.com/localcivics/",size:"lg"},{children:e(pe,{size:18,stroke:1.5})})),e(v,Ge({component:"a",target:"_blank",href:"https://www.linkedin.com/company/localcivics",size:"lg"},{children:e(ge,{size:18,stroke:1.5})})),e(v,Ge({component:"a",target:"_blank",href:"https://www.facebook.com/localcivics/",size:"lg"},{children:e(fe,{size:18,stroke:1.5})}))]}))]}))]})),styles:function(e){return{main:{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[0]}}}},{children:[n("div",Ge({style:{position:"relative"}},{children:[a.data.loading&&e(N,Ge({style:{height:400}},{children:e(V,{})})),!a.data.loading&&e(Jn,Ge({},a,{active:r.active}))]})),e(rn,{data:t.data,onChange:t.onAccountChange,onClose:function(){return t.setChangeModalOpen(!1)}})]}))},Qn=function(e,n){var a=Ce(!e.hidden),i=a[0],t=a[1],r=Ce(e.active),o=r[0],l=r[1];return{data:Ge(Ge({},e),{active:o,hidden:!i}),setChangeModalOpen:t,onAccountChange:function(e){l(e),t(!1),n&&n(e)}}},Zn=function(e,n){var a=Ce(e||"Home"),i=a[0],t=a[1];return{key:i,active:i,onClick:function(e){var a;i!==e&&(a=e,-1===dn.indexOf(a)&&t(e),n&&n(e))}}},Jn=function(n){switch(n.active){case"Dashboard":return e(Vn,{data:n.data.dashboard,onBreakdownMetricChange:n.onDashboardBreakdownMetricChange,onDateRangeChange:n.onDashboardDateRangeChange,onGroupChange:n.onDashboardGroupChange,onOverviewMetricChange:n.onDashboardOverviewMetricChange,onTabChange:n.onDashboardTabChange});case"Home":return e(On,{data:n.data.home,onTimelineScrollBottom:n.onHomeTimelineScrollBottom});case"Groups":return e(Dn,{data:n.data.groups,onCreateGroup:n.onCreateGroup,onCreateGroupUsers:n.onCreateGroupUsers,onDeleteGroup:n.onDeleteGroup,onDeleteGroupUser:n.onDeleteGroupUser,onEditGroup:n.onEditGroup,onViewGroupUser:n.onViewGroupUser,onGroupUserRoleChange:n.onGroupUserRoleChange,onTimelineScrollBottom:n.onGroupUserTimelineScrollBottom});case"Lessons":return e(tn,{data:n.data.lessons,onAutocompleteChange:n.onLessonAutocompleteChange,onGroupChange:n.onLessonGroupChange,onLessonClick:n.onLessonClick,onPreview:n.onLessonPreview,onTabChange:n.onLessonTabChange,onUserClick:n.onLessonUserClick});case"Badges":return e(Ke,{data:n.data.badges,onAutocompleteChange:n.onBadgeAutocompleteChange,onGroupChange:n.onBadgeGroupChange,onBadgeClick:n.onBadgeClick,onPreview:n.onBadgePreview,onTabChange:n.onBadgeTabChange,onUserClick:n.onBadgeUserClick});default:return null}};export{$n as Mgmt,Re as MgmtProvider,rn as SwitchAccount};
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("react/jsx-runtime"),require("@mantine/core"),require("@mantine/modals"),require("@mantine/notifications"),require("@tabler/icons"),require("react"),require("@mantine/form"),require("@mantine/dropzone"),require("papaparse"),require("@mantine/dates"),require("recharts")):"function"==typeof define&&define.amd?define(["exports","react/jsx-runtime","@mantine/core","@mantine/modals","@mantine/notifications","@tabler/icons","react","@mantine/form","@mantine/dropzone","papaparse","@mantine/dates","recharts"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).components={},e.ReactJSXRuntime,e.MantineCore,e.MantineModals,e.MantineNotifications,e.TablerIcons,e.React,e.MantineForm,e.MantineDropzone,e.Papaparse,e.MantineDates,e.Recharts)}(this,(function(e,n,t,a,r,o,i,s,l,c,d,u){"use strict";function h(e){if(e&&e.__esModule)return e;var n=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,a.get?a:{enumerable:!0,get:function(){return e[t]}})}})),n.default=e,Object.freeze(n)}var m=h(i),x=h(c),p=function(){return p=Object.assign||function(e){for(var n,t=1,a=arguments.length;t<a;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},p.apply(this,arguments)};var g=t.createEmotionCache({key:"mantine",prepend:!1}),f=function(e){var a,r=null===(a=e.data)||void 0===a?void 0:a.map((function(e){return n.jsx(t.Tabs.Tab,p({value:e.value},{children:e.label||e.value}),e.value)}));return n.jsx(t.Tabs,p({value:e.value,onTabChange:e.onChange},{children:n.jsx(t.Tabs.List,{children:r})}))};function j(e){var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsxs(t.Group,{children:[n.jsx(t.Avatar,{size:40,src:a.avatar,radius:40}),n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.email}))]})]})}))})},a.name)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var v=[{value:"Complete"},{value:"Incomplete"}],C=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),S=function(e){var a=b(e.data.groups,e.onGroupChange),r=k(e.data.tab,e.onTabChange),i=C().classes;return n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:e.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(o.IconArrowLeft,{size:14})})),size:"lg"},{children:"Badges"})),n.jsxs(t.Group,{children:[n.jsxs(t.Stack,p({spacing:0},{children:[n.jsx(t.Title,p({order:2,className:i.title,mt:"md"},{children:e.data.name||"Badge"})),n.jsx(t.Text,p({color:"dimmed",className:i.description,mt:"sm"},{children:e.data.description||"No description"}))]})),n.jsxs(t.Stack,p({ml:"auto"},{children:[n.jsx(t.Button,p({variant:"gradient",onClick:function(){return e.onPreview&&e.onPreview(e.data)}},{children:"Preview"})),n.jsx(t.Divider,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),n.jsx(t.Select,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:a.select,onChange:a.onSelectChange,icon:n.jsx(o.IconCategory2,{}),data:e.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n.jsxs("div",{children:[n.jsx(f,{data:v,value:r.value,onChange:r.onChange}),n.jsx(j,{data:e.data.users,onClick:e.onUserClick})]})]}))}))},b=function(e,n){var t=e.filter((function(e){return e.active})),a=m.useState(t.length>0?t[0].name:null),r=a[0],o=a[1];return{select:r,onSelectChange:function(e){o(e),n&&n(e)}}},k=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}};function y(e){var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsx(t.Group,{children:n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.description}))]})})}))})},a.key)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var T=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),z=function(e){var a=T().classes,r=i.useState(e.data.badgeOpen),o=r[0],s=r[1];return o?n.jsx(S,{data:e.data.badge,onBackClick:function(){return s(!1)},onGroupChange:e.onGroupChange,onTabChange:e.onTabChange,onUserClick:e.onUserClick,onPreview:e.onPreview}):n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",size:"lg"},{children:"Badges"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:"Badges and micro-credentials"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:"Project-sized skills acquisition and standards alignment."}))]}))}),n.jsx(t.Autocomplete,{placeholder:"Search for a badge that fits your needs",data:e.data.badges.map((function(e){return e.name})),onChange:e.onAutocompleteChange}),n.jsx(y,{data:e.data.badges,onClick:function(n){e.onBadgeClick&&e.onBadgeClick(n),s(!0)}})]}))}))};function w(e){var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsxs(t.Group,{children:[n.jsx(t.Avatar,{size:40,src:a.avatar,radius:40}),n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.email}))]})]})}))})},a.name)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var E=[{value:"Complete"},{value:"Incomplete"}],G=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),D=function(e){var a=B(e.data.groups,e.onGroupChange),r=N(e.data.tab,e.onTabChange),i=G().classes;return n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:e.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(o.IconArrowLeft,{size:14})})),size:"lg"},{children:"Lessons"})),n.jsxs(t.Group,{children:[n.jsxs(t.Stack,p({spacing:0},{children:[n.jsx(t.Title,p({order:2,className:i.title,mt:"md"},{children:e.data.name||"Lesson"})),n.jsx(t.Text,p({color:"dimmed",className:i.description,mt:"sm"},{children:e.data.description||"No description"}))]})),n.jsxs(t.Stack,p({ml:"auto"},{children:[n.jsx(t.Button,p({variant:"gradient",onClick:function(){return e.onPreview&&e.onPreview(e.data)}},{children:"Preview"})),n.jsx(t.Divider,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),n.jsx(t.Select,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:a.select,onChange:a.onSelectChange,icon:n.jsx(o.IconCategory2,{}),data:e.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n.jsxs("div",{children:[n.jsx(f,{data:E,value:r.value,onChange:r.onChange}),n.jsx(w,{data:e.data.users,onClick:e.onUserClick})]})]}))}))},B=function(e,n){var t=e.filter((function(e){return e.active})),a=m.useState(t.length>0?t[0].name:null),r=a[0],o=a[1];return{select:r,onSelectChange:function(e){o(e),n&&n(e)}}},N=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}};function A(e){var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsx(t.Group,{children:n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.description}))]})})}))})},a.key)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var L=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),O=function(e){var a=L().classes,r=i.useState(e.data.lessonOpen),o=r[0],s=r[1];return o?n.jsx(D,{data:e.data.lesson,onBackClick:function(){return s(!1)},onGroupChange:e.onGroupChange,onTabChange:e.onTabChange,onUserClick:e.onUserClick,onPreview:e.onPreview}):n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",size:"lg"},{children:"Lessons"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:"Lessons"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:"Well crafted units of instruction."}))]}))}),n.jsx(t.Autocomplete,{placeholder:"Search for a lesson that fits your needs",data:e.data.lessons.map((function(e){return e.name})),onChange:e.onAutocompleteChange}),n.jsx(A,{data:e.data.lessons,onClick:function(n){e.onLessonClick&&e.onLessonClick(n),s(!0)}})]}))}))},I=function(e){var a=s.useForm({initialValues:{active:e.data.active}});return n.jsx(t.Modal,p({centered:!0,opened:!e.data.hidden,onClose:function(){return e.onClose&&e.onClose()},size:"sm",title:n.jsx(t.Title,p({size:"h5"},{children:"Accounts"}))},{children:n.jsxs("form",p({onSubmit:a.onSubmit((function(){e.onChange&&e.onChange(a.values.active)}))},{children:[n.jsx(t.Select,p({required:!0,placeholder:"Select an account",defaultValue:e.data.active,data:e.data.accounts.map((function(e){return{value:e.key,label:e.name}}))},a.getInputProps("active"))),n.jsx(t.Button,p({type:"submit",fullWidth:!0,mt:"xl"},{children:"Switch"}))]}))}))},P=t.createStyles((function(e){return{link:{width:50,height:50,borderRadius:e.radius.md,display:"flex",alignItems:"center",justifyContent:"center",color:"dark"===e.colorScheme?e.colors.dark[0]:e.colors.gray[7],"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[0]}},active:{"&, &:hover":{backgroundColor:e.fn.variant({variant:"light",color:e.primaryColor}).background,color:e.fn.variant({variant:"light",color:e.primaryColor}).color}}}})),M=[{icon:o.IconHome2,label:"Home"},{icon:o.IconGauge,label:"Dashboard"},{icon:o.IconCategory2,label:"Groups"},{icon:o.IconAlbum,label:"Badges"},{icon:o.IconLambda,label:"Lessons"}],R=function(e){var a,r=e.icon,o=e.label,i=e.active,s=e.onClick,l=P(),c=l.classes,d=l.cx;return n.jsx(t.Tooltip,p({label:o,position:"right",transitionDuration:0},{children:n.jsx(t.UnstyledButton,p({onClick:s,className:d(c.link,(a={},a[c.active]=i,a))},{children:n.jsx(r,{stroke:1.5})}))}))},F=["Logout","Change account"],U=function(e){var a=M.map((function(n){return i.createElement(R,p({},n,{key:n.label,active:n.label===e.active,onClick:function(){return e.onClick&&e.onClick(n.label)}}))}));return n.jsxs(t.Navbar,p({width:{base:80},p:"md"},{children:[n.jsx(t.Center,{children:n.jsx(t.Avatar,p({color:"blue",radius:"sm"},{children:n.jsx("div",p({style:{width:15,marginLeft:"auto",marginRight:"auto"}},{children:n.jsx(t.Image,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})}))}))}),n.jsx(t.Navbar.Section,p({grow:!0,mt:50},{children:n.jsx(t.Stack,p({justify:"center",spacing:0},{children:a}))})),n.jsx(t.Navbar.Section,{children:n.jsxs(t.Stack,p({justify:"center",spacing:0},{children:[n.jsx(R,{icon:o.IconSwitchHorizontal,label:"Change account",onClick:function(){return e.onClick&&e.onClick("Change account")}}),n.jsx(R,{icon:o.IconLogout,label:"Logout",onClick:function(){return e.onClick&&e.onClick("Logout")}})]}))})]}))},W=[{unit:"year",ms:31536e6},{unit:"month",ms:2628e6},{unit:"day",ms:864e5},{unit:"hour",ms:36e5},{unit:"minute",ms:6e4},{unit:"second",ms:1e3}],V=new Intl.RelativeTimeFormat("en",{numeric:"auto"});function H(e,n){return void 0===n&&(n=new Date),e?function(e){for(var n=0,t=W;n<t.length;n++){var a=t[n],r=a.unit,o=a.ms;if(Math.abs(e)>=o||"second"===r)return V.format(Math.round(e/o),r)}return""}(e.getTime()-n.getTime()):""}var q={BadgeCompleted:n.jsx(o.IconBadges,{size:12}),BadgeStarted:n.jsx(o.IconBadges,{size:12}),LessonCompleted:n.jsx(o.IconSchool,{size:12}),LessonStarted:n.jsx(o.IconSchool,{size:12}),ProblemSolved:n.jsx(o.IconActivityHeartbeat,{size:12})},_=function(e){var a,r=i.useRef(null),o=i.useState({x:0,y:0}),s=o[0],l=o[1];m.useEffect((function(){r.current&&s.y===r.current.scrollHeight-r.current.offsetHeight&&e.onScrollBottom&&e.onScrollBottom()}),[s.y]);var c=e.data.map((function(e){var r=e.name.split(/(?=[A-Z])/),o=r[0]===a?"dashed":"solid";a=r[0];var i=e.link?n.jsx(t.Anchor,p({color:"dark",unstyled:!0,href:e.link},{children:"".concat(r[0]," ").concat(r[1].toLowerCase())})):"".concat(r[0]," ").concat(r[1].toLowerCase());return n.jsxs(t.Timeline.Item,p({bullet:X(e.name),lineVariant:o,title:i},{children:[n.jsx(t.Text,p({color:"dimmed",size:"sm"},{children:e.description})),n.jsx(t.Text,p({size:"xs",mt:4},{children:H(new Date(e.time))}))]}),e.key)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:300,onScrollPositionChange:l,viewportRef:r},{children:n.jsx(t.Timeline,p({ml:"lg",active:1,bulletSize:24,lineWidth:2},{children:c}))}))},X=function(e){var t=q[e];return t||n.jsx(o.IconTimelineEvent,{size:12})},Y=t.createStyles((function(e){var n,t;return{root:(n={display:"flex",backgroundImage:"linear-gradient(-60deg, ".concat(e.colors[e.primaryColor][4]," 0%, ").concat(e.colors[e.primaryColor][7]," 100%)"),padding:1.5*e.spacing.xl,borderRadius:e.radius.md},n[e.fn.smallerThan("sm")]={flexDirection:"column"},n),title:{color:e.white,textTransform:"uppercase",fontWeight:700,fontSize:e.fontSizes.sm},count:{color:e.white,fontSize:32,lineHeight:1,fontWeight:700,marginBottom:e.spacing.md,fontFamily:"Greycliff CF, ".concat(e.fontFamily)},description:{color:e.colors[e.primaryColor][0],fontSize:e.fontSizes.sm,marginTop:5},stat:{flex:1,"& + &":(t={paddingLeft:e.spacing.xl,marginLeft:e.spacing.xl,borderLeft:"1px solid ".concat(e.colors[e.primaryColor][3])},t[e.fn.smallerThan("sm")]={paddingLeft:0,marginLeft:0,borderLeft:0,paddingTop:e.spacing.xl,marginTop:e.spacing.xl,borderTop:"1px solid ".concat(e.colors[e.primaryColor][3])},t)}}})),K=function(e){var a=e.data,r=Y().classes,o=a.map((function(e){return n.jsxs("div",p({className:r.stat},{children:[n.jsx(t.Text,p({className:r.count},{children:e.value.toLocaleString()})),n.jsx(t.Text,p({className:r.title},{children:e.title})),n.jsx(t.Text,p({className:r.description},{children:"".concat(e.diff,"% ").concat(e.diff<0?"decrease":"increase"," compared to last period")}))]}),e.title)}));return n.jsx("div",p({className:r.root},{children:o}))},$=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900,marginTop:16},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),J=function(e){var a=$().classes,r=e.data.givenName?[e.data.givenName,e.data.familyName].join(" ").trim():e.data.email,o=e.data.givenName?e.data.givenName:"Me";return"compact"===e.variant?n.jsxs(n.Fragment,{children:[n.jsx(t.Title,p({className:a.title},{children:r})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"xs"},{children:e.data.quote}))]}):n.jsxs(n.Fragment,{children:[n.jsxs(t.Paper,p({radius:"md",withBorder:!0,p:"lg",sx:function(e){return{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.white}}},{children:[n.jsx(t.Avatar,{src:e.data.avatar,size:135,radius:120,mx:"auto"}),n.jsx(t.Text,p({align:"center",size:"lg",weight:500,mt:"md"},{children:r})),n.jsxs(t.Text,p({align:"center",color:"dimmed",size:"sm"},{children:[e.data.email," • ",e.data.job]}))]})),n.jsx(t.Blockquote,p({mt:"xl",color:"blue",cite:"– ".concat(o)},{children:e.data.quote}))]})},Q=["Member","Admin"];function Z(e){var r=e.data.map((function(r){return n.jsxs("tr",{children:[n.jsx("td",{children:n.jsx(t.UnstyledButton,p({onClick:function(){return e.onViewProfile&&e.onViewProfile(r)}},{children:n.jsxs(t.Group,p({spacing:"sm"},{children:[n.jsx(t.Avatar,{size:40,src:r.avatar,radius:40}),n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:r.givenName&&r.familyName?"".concat(r.givenName," ").concat(r.familyName):r.email})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:r.email}))]})]}))}))}),n.jsx("td",{children:n.jsx(t.Select,{data:Q,defaultValue:r.role,variant:"unstyled",onChange:function(n){return e.onChangeRole&&e.onChangeRole(r,n)}})}),n.jsx("td",{children:r.lastActivity?H(r.lastActivity):""}),n.jsx("td",{children:n.jsx(t.Group,p({noWrap:!0,spacing:0,position:"right"},{children:n.jsx(t.ActionIcon,p({color:"red"},{children:n.jsx(o.IconTrash,{onClick:function(){return o=r,a.openConfirmModal({title:'Delete "'.concat(o.givenName&&o.familyName?"".concat(o.givenName," ").concat(o.familyName):o.email,'"?'),centered:!0,children:n.jsx(t.Text,p({size:"sm"},{children:"Are you sure you want to delete this person? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete",cancel:"No don't delete them"},confirmProps:{color:"red"},onConfirm:function(){return e.onDelete&&e.onDelete(o)}});var o},size:16,stroke:1.5})}))}))})]},r.email)}));return n.jsx(t.ScrollArea,{children:n.jsxs(t.Table,p({verticalSpacing:20,sx:{minWidth:700}},{children:[n.jsx("thead",{children:n.jsxs("tr",{children:[n.jsx("th",{children:"Member"}),n.jsx("th",{children:"Role"}),n.jsx("th",{children:"Last active"}),n.jsx("th",{})]})}),n.jsx("tbody",{children:r})]}))})}var ee=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600},wrapper:{position:"relative",marginBottom:30},dropzone:{borderWidth:1,paddingBottom:50},icon:{color:"dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[4]},control:{position:"absolute",width:250,left:"calc(50% - 125px)",bottom:-20}}})),ne=function(e){var a=ee().classes,r=s.useForm({initialValues:{key:"",email:"",givenName:"",familyName:"",avatar:"",role:"",lastActivity:null},validate:{email:function(n){return/^\S+@\S+$/.test(n)&&0===e.data.users.filter((function(e){return e.email===n})).length?null:"Invalid email"}}}),l=i.useState(!1),c=l[0],d=l[1],u=i.useState(e.data.groupUserHomeOpen),h=u[0],m=u[1];return h?n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:function(){return m(!1)},color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(o.IconArrowLeft,{size:14})})),size:"lg"},{children:"Users"})),n.jsx(J,{variant:"compact",data:e.data.user})]}))}),n.jsxs(t.Stack,p({spacing:"lg"},{children:[n.jsx(K,{data:[{title:"PROBLEMS SOLVED",value:e.data.stats["PROBLEMS SOLVED"].value,diff:e.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:e.data.stats["LESSONS COMPLETED"].value,diff:e.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:e.data.stats["BADGES EARNED"].value,diff:e.data.stats["BADGES EARNED"].diff}]}),n.jsx(_,{onScrollBottom:e.onTimelineScrollBottom,data:e.data.timeline})]}))]}))})):n.jsxs(n.Fragment,{children:[n.jsx(t.Drawer,p({opened:c,onClose:function(){return d(!1)},title:n.jsx(t.Title,p({size:"h5"},{children:"Add people"})),padding:"xl",size:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(te,p({},e,{close:function(){return d(!1)}})),n.jsx(t.Divider,{label:"or",labelPosition:"center",my:"md",variant:"dashed"}),n.jsx("form",p({onSubmit:r.onSubmit((function(){var n=r.values;r.reset(),d(!1),e.onCreateUsers&&e.onCreateUsers([n])}))},{children:n.jsxs(t.Stack,{children:[n.jsx(t.TextInput,p({withAsterisk:!0,label:"Email",placeholder:"Email"},r.getInputProps("email"))),n.jsxs(t.Group,p({grow:!0},{children:[n.jsx(t.TextInput,p({label:"Given name",placeholder:"Given name"},r.getInputProps("givenName"))),n.jsx(t.TextInput,p({label:"Family name",placeholder:"Family name"},r.getInputProps("familyName")))]})),n.jsx(t.Button,p({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]})}))]}))})),n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsxs(t.Grid,{children:[n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:e.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(o.IconArrowLeft,{size:14})})),size:"lg"},{children:"Groups"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:e.data.name||"Group"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:e.data.description||"No description"}))]})),n.jsx(t.Grid.Col,p({sm:"content"},{children:n.jsx(t.Button,p({onClick:function(){return d(!0)},leftIcon:n.jsx(o.IconPlaylistAdd,{size:14})},{children:"Add people"}))}))]}),n.jsx(Z,{data:e.data.users,onDelete:e.onDelete,onChangeRole:e.onRoleChange,onViewProfile:function(n){return e.onViewProfile(n).then((function(){m(!0)}))}})]}))}))]})},te=function(e){var a=ee(),r=a.classes,i=a.theme,s=m.useRef(null),c=m.useState(!1),d=c[0],u=c[1],h=m.useCallback((function(n){u(!0),n.forEach((function(n){x.parse(n,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,worker:!0,complete:function(n){var t=n.data.filter((function(n){return/^\S+@\S+$/.test(n.email)&&0===e.data.users.filter((function(e){return e.email===n.email})).length}));t.length>0&&e.onCreateUsers&&e.onCreateUsers(t),u(!1),e.close()}})}))}),[]);return n.jsxs("div",p({className:r.wrapper},{children:[n.jsx(l.Dropzone,p({loading:d,openRef:s,onDrop:h,className:r.dropzone,radius:"md",accept:[l.MIME_TYPES.csv],maxSize:5*Math.pow(1024,2)},{children:n.jsxs("div",p({style:{pointerEvents:"none"}},{children:[n.jsxs(t.Group,p({position:"center"},{children:[n.jsx(l.Dropzone.Accept,{children:n.jsx(o.IconDownload,{size:50,color:i.colors[i.primaryColor][6],stroke:1.5})}),n.jsx(l.Dropzone.Reject,{children:n.jsx(o.IconX,{size:50,color:i.colors.red[6],stroke:1.5})}),n.jsx(l.Dropzone.Idle,{children:n.jsx(o.IconCloudUpload,{size:50,color:"dark"===i.colorScheme?i.colors.dark[0]:i.black,stroke:1.5})})]})),n.jsxs(t.Text,p({align:"center",weight:700,size:"lg",mt:"xl"},{children:[n.jsx(l.Dropzone.Accept,{children:"Drop files here"}),n.jsx(l.Dropzone.Reject,{children:"Csv file less than 5mb"}),n.jsx(l.Dropzone.Idle,{children:"Upload multiple"})]})),n.jsxs(t.Text,p({align:"center",size:"sm",mt:"xs",color:"dimmed"},{children:["Drag'n'drop files here to upload. We can accept only ",n.jsx("i",{children:".csv"})," files that are less than 5mb in size."]}))]}))})),n.jsx(t.Button,p({className:r.control,size:"md",radius:"xl",onClick:function(){var e;return null===(e=s.current)||void 0===e?void 0:e.call(s)}},{children:"Select file"}))]}))};function ae(e){var r=e.data.map((function(r){return n.jsxs("tr",{children:[n.jsx("td",{children:n.jsx(t.Text,p({size:14},{children:r.name}))}),n.jsx("td",{children:n.jsx(t.Text,p({size:14},{children:r.description}))}),n.jsx("td",{children:n.jsxs(t.Group,p({noWrap:!0,spacing:0,position:"right"},{children:[n.jsx(t.ActionIcon,p({color:"blue",onClick:function(){return e.onEditGroup&&e.onEditGroup(r)},variant:"subtle"},{children:n.jsx(o.IconUsers,{size:16,stroke:1.5})})),n.jsxs(t.Menu,p({transition:"pop",withArrow:!0,position:"bottom-end"},{children:[n.jsx(t.Menu.Target,{children:n.jsx(t.ActionIcon,{children:n.jsx(o.IconDots,{size:16,stroke:1.5})})}),n.jsx(t.Menu.Dropdown,{children:n.jsx(t.Menu.Item,p({onClick:function(){return o=r,a.openConfirmModal({title:'Delete "'.concat(o.name,'"?'),centered:!0,children:n.jsx(t.Text,p({size:"sm"},{children:"Are you sure you want to delete this group? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete group",cancel:"No don't delete it"},confirmProps:{color:"red"},onConfirm:function(){return e.onDeleteGroup&&e.onDeleteGroup(o)}});var o},icon:n.jsx(o.IconTrash,{size:16,stroke:1.5}),color:"red"},{children:"Delete"}))})]}))]}))})]},r.name)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:300},{children:n.jsxs(t.Table,p({verticalSpacing:20,sx:{minWidth:700}},{children:[n.jsx("thead",{children:n.jsxs("tr",{children:[n.jsx("th",{children:"Name"}),n.jsx("th",{children:"Description"}),n.jsx("th",{})]})}),n.jsx("tbody",{children:r})]}))}))}var re=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),oe=function(e){var a=re().classes,r=s.useForm({initialValues:{key:"",name:"",description:""},validate:{name:function(e){return e.length<=6?"Name should include at least 6 characters":null}}}),l=i.useState(e.data.formOpen),c=l[0],d=l[1],u=i.useState(e.data.groupOpen),h=u[0],m=u[1];return h?n.jsx(ne,{data:e.data.group,onBackClick:function(){return m(!1)},onCreateUsers:e.onCreateGroupUsers,onDelete:e.onDeleteGroupUser,onViewProfile:e.onViewGroupUser,onRoleChange:e.onGroupUserRoleChange,onTimelineScrollBottom:e.onTimelineScrollBottom}):n.jsxs(n.Fragment,{children:[n.jsx(t.Drawer,p({opened:c,onClose:function(){return d(!1)},title:n.jsxs(t.Group,p({spacing:0},{children:[n.jsx(t.Title,p({size:"h5"},{children:"Create a group"})),n.jsx(t.Tooltip,p({label:"Groups settings cannot be modified once created"},{children:n.jsx(t.ActionIcon,{children:n.jsx(o.IconInfoCircle,{color:"#3b82f6",size:14})})}))]})),padding:"xl",size:"xl"},{children:n.jsxs("form",p({onSubmit:r.onSubmit((function(){var n=r.values;r.reset(),d(!1),e.onCreateGroup&&e.onCreateGroup(n)}))},{children:[n.jsxs(t.Stack,{children:[n.jsx(t.TextInput,p({withAsterisk:!0,label:"Name",placeholder:"Group name"},r.getInputProps("name"))),n.jsx(t.TextInput,p({label:"Description",placeholder:"A group for my first period class"},r.getInputProps("description")))]}),n.jsx(t.Button,p({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]}))})),n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsxs(t.Grid,{children:[n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",size:"lg"},{children:"Groups"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:"Organize people into groups"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:"A group can be a class, team, or other functioning organizations."}))]})),n.jsx(t.Grid.Col,p({sm:"content"},{children:n.jsx(t.Button,p({onClick:function(){return d(!0)},leftIcon:n.jsx(o.IconPlaylistAdd,{size:14})},{children:"Create group"}))}))]}),n.jsx(ae,{data:e.data.groups,onDeleteGroup:e.onDeleteGroup,onEditGroup:function(n){e.onEditGroup&&e.onEditGroup(n),m(!0)}})]}))}))]})},ie=t.createStyles((function(e){return{card:{height:240,backgroundSize:"cover",backgroundPosition:"center"},content:{position:"absolute",padding:e.spacing.xl,zIndex:1,top:0,bottom:0,right:0,left:0},action:{position:"absolute",bottom:e.spacing.xl,right:e.spacing.xl},title:{color:e.white,marginBottom:e.spacing.xs/2},description:{color:e.white,maxWidth:220}}})),se=function(e){var a=e.title,r=e.description,o=e.image,i=e.action,s=e.style,l=e.className,c=function(e,n){var t={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&n.indexOf(a)<0&&(t[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r<a.length;r++)n.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(e,a[r])&&(t[a[r]]=e[a[r]])}return t}(e,["title","description","image","action","style","className"]),d=ie(),u=d.classes,h=d.cx,m=d.theme;return n.jsxs(t.Card,p({radius:"md",style:p({backgroundImage:"url(".concat(o,")")},s),className:h(u.card,l)},c,{children:[n.jsx(t.Overlay,{gradient:"linear-gradient(105deg, ".concat(m.black," 20%, #312f2f 50%, ").concat(m.colors.gray[4]," 100%)"),opacity:.55,zIndex:0}),n.jsxs("div",p({className:u.content},{children:[n.jsx(t.Text,p({size:"lg",weight:700,className:u.title},{children:a})),n.jsx(t.Text,p({size:"sm",className:u.description},{children:r})),n.jsx(t.Button,p({className:u.action,variant:"white",color:"dark",component:"a",size:"xs",href:i.link,target:"_blank"},{children:i.label}))]}))]}))},le=function(e){return n.jsx(t.Container,p({size:"lg"},{children:n.jsxs(t.Stack,p({spacing:"lg"},{children:[n.jsxs(t.Grid,p({gutter:"md"},{children:[n.jsx(t.Grid.Col,p({md:6},{children:n.jsx(J,{data:e.data.user})})),n.jsx(t.Grid.Col,p({md:6},{children:n.jsx(se,{title:e.data.tenant.name,description:e.data.tenant.description,image:e.data.tenant.image,action:{label:"Visit website",link:e.data.tenant.website}})}))]})),n.jsx(K,{data:[{title:"PROBLEMS SOLVED",value:e.data.stats["PROBLEMS SOLVED"].value,diff:e.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:e.data.stats["LESSONS COMPLETED"].value,diff:e.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:e.data.stats["BADGES EARNED"].value,diff:e.data.stats["BADGES EARNED"].diff}]}),n.jsx(_,{onScrollBottom:e.onTimelineScrollBottom,data:e.data.timeline})]}))}))},ce=t.createStyles((function(e){return{header:{position:"sticky",top:0,backgroundColor:"dark"===e.colorScheme?e.colors.dark[7]:e.white,transition:"box-shadow 150ms ease","&::after":{content:'""',position:"absolute",left:0,right:0,bottom:0,borderBottom:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[2])}},scrolled:{boxShadow:e.shadows.sm}}})),de=function(e){var a,r=e.data,o=ce(),s=o.classes,l=o.cx,c=i.useState(!1),d=c[0],u=c[1],h=r.map((function(e){return e.value})),m=Math.round(h.reduce((function(e,n){return e+n}))/h.length),x=r.map((function(e){return n.jsxs("tr",{children:[n.jsx("td",{children:e.name}),n.jsx("td",{children:e.email}),n.jsx("td",{children:e.value}),n.jsx("td",{children:e.value>m?n.jsx(t.Badge,{children:"Above average"}):e.value===m?n.jsx(t.Badge,p({color:"gray"},{children:"Average"})):n.jsx(t.Badge,p({color:"red"},{children:"Below average"}))})]},e.name)}));return n.jsx(t.ScrollArea,p({sx:{height:500},onScrollPositionChange:function(e){var n=e.y;return u(0!==n)}},{children:n.jsxs(t.Table,p({verticalSpacing:"md",sx:{minWidth:700}},{children:[n.jsx("thead",p({className:l(s.header,(a={},a[s.scrolled]=d,a))},{children:n.jsxs("tr",{children:[n.jsx("th",{children:"Name"}),n.jsx("th",{children:"Email"}),n.jsx("th",{children:"Value"}),n.jsx("th",{children:"Status"})]})})),n.jsx("tbody",{children:x})]}))}))},ue=function(e){return n.jsx(t.Paper,p({mih:150,p:"lg",withBorder:!0},{children:n.jsxs(t.Stack,{children:[n.jsx(t.Grid,{children:n.jsx(t.Grid.Col,p({sm:"auto"},{children:n.jsxs(t.Group,p({spacing:0},{children:[n.jsx(t.Title,p({size:"h5",mb:0},{children:"Performance History"})),n.jsx(t.Tooltip,p({label:"Shows group performance per person"},{children:n.jsx(t.ActionIcon,{children:n.jsx(o.IconInfoCircle,{color:"#3b82f6",size:14})})}))]}))}))}),n.jsx(t.Group,p({spacing:"sm"},{children:n.jsx(t.Select,{placeholder:"Select a metric",value:e.data.metric,onChange:e.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})})),n.jsx(de,{data:e.data.users})]})}))},he=t.createStyles((function(e){return{axis:{fontSize:"12px",fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),me=function(e){var a=he().theme;return n.jsx(t.Paper,p({p:"lg",withBorder:!0},{children:n.jsxs(t.Stack,{children:[n.jsxs(t.Grid,{children:[n.jsx(t.Grid.Col,p({sm:"auto"},{children:n.jsxs(t.Group,p({spacing:0},{children:[n.jsx(t.Title,p({size:"h5",mb:0},{children:"Performance History"})),n.jsx(t.Tooltip,p({label:"Shows daily increase or decrease across group"},{children:n.jsx(t.ActionIcon,{children:n.jsx(o.IconInfoCircle,{color:"#3b82f6",size:14})})}))]}))})),n.jsx(t.Grid.Col,p({sm:5},{children:n.jsx(t.Select,{placeholder:"Select a metric",value:e.data.metric,onChange:e.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})}))]}),n.jsx(u.ResponsiveContainer,p({width:"100%",height:400},{children:n.jsxs(u.AreaChart,p({width:730,height:250,data:e.data.points,margin:{top:10,right:30,left:0,bottom:0}},{children:[n.jsx("defs",{children:n.jsxs("linearGradient",p({id:"colorBlue",x1:"0",y1:"0",x2:"0",y2:"1"},{children:[n.jsx("stop",{offset:"5%",stopColor:"#3b82f6",stopOpacity:.4}),n.jsx("stop",{offset:"95%",stopColor:"#3b82f6",stopOpacity:0})]}))}),n.jsx(u.XAxis,{tick:{fontSize:12,fontFamily:a.fontFamily},dataKey:"name"}),n.jsx(u.YAxis,{tick:{fontSize:12,fontFamily:a.fontFamily}}),n.jsx(u.CartesianGrid,{strokeDasharray:"3 3",horizontal:!0,vertical:!1}),n.jsx(u.Tooltip,{contentStyle:{fontWeight:700,fontSize:12,fontFamily:a.fontFamily},labelStyle:{fontSize:12,fontFamily:a.fontFamily}}),n.jsx(u.Area,{type:"monotone",dataKey:"value",stroke:"#3b82f6",fillOpacity:1,fill:"url(#colorBlue)"})]}))}))]})}))},xe=t.createStyles((function(e){return{root:{paddingTop:1.5*e.spacing.xl,paddingBottom:1.5*e.spacing.xl},label:{fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),pe=function(e){var a=e.data,r=xe().classes,i=a.map((function(e){var a=e.diff>0?o.IconArrowUpRight:o.IconArrowDownRight;return n.jsxs(t.Paper,p({withBorder:!0,p:"md",radius:"md"},{children:[n.jsxs(t.Group,p({position:"apart"},{children:[n.jsxs("div",{children:[n.jsx(t.Text,p({color:"dimmed",transform:"uppercase",weight:700,size:"xs",className:r.label},{children:e.title})),n.jsx(t.Text,p({weight:700,size:"xl"},{children:e.value.toLocaleString()}))]}),n.jsx(t.ThemeIcon,p({color:"gray",variant:"light",sx:function(n){return{color:e.diff>0?n.colors.teal[6]:n.colors.red[6]}},size:38,radius:"md"},{children:n.jsx(a,{size:28,stroke:1.5})}))]})),n.jsxs(t.Text,p({color:"dimmed",size:"sm",mt:"md"},{children:[n.jsxs(t.Text,p({component:"span",color:e.diff>0?"teal":"red",weight:700},{children:[e.diff,"%"]}))," ",e.diff>0?"increase":"decrease"," compared to last period"]}))]}),e.title)}));return n.jsx("div",p({className:r.root},{children:n.jsx(t.SimpleGrid,p({cols:3,breakpoints:[{maxWidth:"sm",cols:1}]},{children:i}))}))},ge=function(e){return n.jsxs(n.Fragment,{children:[n.jsx(pe,{data:[{title:"PROBLEMS SOLVED",value:e.data.stats["PROBLEMS SOLVED"].value,diff:e.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:e.data.stats["LESSONS COMPLETED"].value,diff:e.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:e.data.stats["BADGES EARNED"].value,diff:e.data.stats["BADGES EARNED"].diff}]}),n.jsx(me,{data:e.data.areaChart,onMetricChange:e.onMetricChange})]})},fe=[{value:"Overview"},{value:"Breakdown"}],je=function(e){var a=Ce(e.data.breakdown,e.onBreakdownMetricChange),r=Se(e.data.dateRange,e.onDateRangeChange),i=be(e.data.groups,e.onGroupChange),s=ke(e.data.overview,e.onOverviewMetricChange),l=ye(e.data.tab,e.onTabChange);return n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,{children:[n.jsxs(t.Grid,{children:[n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Title,p({size:"h3"},{children:"Dashboard"})),n.jsx(t.Text,p({color:"dimmed",size:"sm",mt:"md"},{children:"View core metrics on the state of your groups."}))]})),n.jsx(t.Grid.Col,p({sm:2.5},{children:n.jsx(t.Select,{placeholder:"Select a group",nothingFound:"No options",value:i.select,onChange:i.onSelectChange,icon:n.jsx(o.IconCategory2,{}),data:e.data.groups.map((function(e){return e.name}))})})),n.jsx(t.Grid.Col,p({sm:"auto"},{children:n.jsx(d.DateRangePicker,{placeholder:"Select a date",allowSingleDateInRange:!0,value:r.value,onChange:r.onChange,icon:n.jsx(o.IconCalendar,{size:16})})}))]}),n.jsxs(t.Stack,{children:[n.jsx(f,{data:fe,value:l.value,onChange:l.onChange}),n.jsx(ve,p({},e,{data:p(p({},e.data),{overview:s.data,breakdown:a.data}),active:l.value,onBreakdownMetricChange:a.onMetricChange,onOverviewMetricChange:s.onMetricChange}))]})]})}))},ve=function(e){switch(e.active){case"Overview":return n.jsx(ge,{data:e.data.overview,onMetricChange:e.onOverviewMetricChange});case"Breakdown":return n.jsx(ue,{data:e.data.breakdown,onMetricChange:e.onBreakdownMetricChange});default:return null}},Ce=function(e,n){var t=m.useState(e.metric),a=t[0],r=t[1];return{data:p(p({},e),{metric:a}),onMetricChange:function(e){r(e),n&&n(e)}}},Se=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}},be=function(e,n){var t=e.filter((function(e){return e.active})),a=m.useState(t.length>0?t[0].name:null),r=a[0],o=a[1];return{select:r,onSelectChange:function(e){o(e),n&&n(e)}}},ke=function(e,n){var t=m.useState(e.areaChart.metric),a=t[0],r=t[1];return{data:p(p({},e),{areaChart:p(p({},e.areaChart),{metric:a})}),onMetricChange:function(e){r(e),n&&n(e)}}},ye=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}},Te=t.createStyles((function(e){var n,t,a,r,o,i;return{footer:{paddingTop:2*e.spacing.xl,paddingBottom:2*e.spacing.xl,paddingLeft:3*e.spacing.xl,backgroundColor:"dark"===e.colorScheme?e.colors.dark[6]:e.colors.gray[0],borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[2])},logo:(n={maxWidth:200},n[e.fn.smallerThan("sm")]={display:"flex",flexDirection:"column",alignItems:"center"},n),description:(t={marginTop:5},t[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs,textAlign:"center"},t),inner:(a={display:"flex",justifyContent:"space-between"},a[e.fn.smallerThan("sm")]={flexDirection:"column",alignItems:"center"},a),groups:(r={display:"flex",flexWrap:"wrap"},r[e.fn.smallerThan("sm")]={display:"none"},r),wrapper:{width:160},link:{display:"block",color:"dark"===e.colorScheme?e.colors.dark[1]:e.colors.gray[6],fontSize:e.fontSizes.sm,paddingTop:3,paddingBottom:3,"&:hover":{textDecoration:"underline"}},title:{fontSize:e.fontSizes.md,fontWeight:700,fontFamily:"Greycliff CF, ".concat(e.fontFamily),marginBottom:e.spacing.xs/2,color:"dark"===e.colorScheme?e.white:e.black},afterFooter:(o={display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:e.spacing.xl,paddingTop:e.spacing.xl,paddingBottom:e.spacing.xl,borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[4]:e.colors.gray[2])},o[e.fn.smallerThan("sm")]={flexDirection:"column"},o),social:(i={},i[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs},i)}})),ze=function(e,n){var t=i.useState(!e.hidden),a=t[0],r=t[1],o=i.useState(e.active),s=o[0],l=o[1];return{data:p(p({},e),{active:s,hidden:!a}),setChangeModalOpen:r,onAccountChange:function(e){l(e),r(!1),n&&n(e)}}},we=function(e,n){var t=i.useState(e||"Home"),a=t[0],r=t[1];return{key:a,active:a,onClick:function(e){var t;a!==e&&(t=e,-1===F.indexOf(t)&&r(e),n&&n(e))}}},Ee=function(e){switch(e.active){case"Dashboard":return n.jsx(je,{data:e.data.dashboard,onBreakdownMetricChange:e.onDashboardBreakdownMetricChange,onDateRangeChange:e.onDashboardDateRangeChange,onGroupChange:e.onDashboardGroupChange,onOverviewMetricChange:e.onDashboardOverviewMetricChange,onTabChange:e.onDashboardTabChange});case"Home":return n.jsx(le,{data:e.data.home,onTimelineScrollBottom:e.onHomeTimelineScrollBottom});case"Groups":return n.jsx(oe,{data:e.data.groups,onCreateGroup:e.onCreateGroup,onCreateGroupUsers:e.onCreateGroupUsers,onDeleteGroup:e.onDeleteGroup,onDeleteGroupUser:e.onDeleteGroupUser,onEditGroup:e.onEditGroup,onViewGroupUser:e.onViewGroupUser,onGroupUserRoleChange:e.onGroupUserRoleChange,onTimelineScrollBottom:e.onGroupUserTimelineScrollBottom});case"Lessons":return n.jsx(O,{data:e.data.lessons,onAutocompleteChange:e.onLessonAutocompleteChange,onGroupChange:e.onLessonGroupChange,onLessonClick:e.onLessonClick,onPreview:e.onLessonPreview,onTabChange:e.onLessonTabChange,onUserClick:e.onLessonUserClick});case"Badges":return n.jsx(z,{data:e.data.badges,onAutocompleteChange:e.onBadgeAutocompleteChange,onGroupChange:e.onBadgeGroupChange,onBadgeClick:e.onBadgeClick,onPreview:e.onBadgePreview,onTabChange:e.onBadgeTabChange,onUserClick:e.onBadgeUserClick});default:return null}};Object.defineProperty(e,"showNotification",{enumerable:!0,get:function(){return r.showNotification}}),Object.defineProperty(e,"updateNotification",{enumerable:!0,get:function(){return r.updateNotification}}),e.Mgmt=function(e){var a=Te().classes,r=ze(e.data.account,e.onAccountChange),i=we(e.data.navbar.active,(function(n){if("Change account"===n)r.setChangeModalOpen(!0);e.onNavbarClick&&e.onNavbarClick(n)}));return n.jsxs(t.AppShell,p({padding:"xs",navbar:n.jsx(U,{active:i.active,onClick:i.onClick},i.key),footer:n.jsxs("footer",p({className:a.footer},{children:[n.jsxs(t.Container,p({className:a.inner},{children:[n.jsxs("div",p({className:a.logo},{children:[n.jsxs(t.Group,p({spacing:"xs"},{children:[n.jsx("div",p({style:{width:15}},{children:n.jsx(t.Image,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})})),n.jsx(t.Title,p({color:"dimmed",size:"h5"},{children:"Local Civics"}))]})),n.jsx(t.Text,p({size:"xs",color:"dimmed",className:a.description},{children:"We connect students to powerful civic learning experiences."}))]})),n.jsx("div",p({className:a.groups},{children:n.jsxs("div",p({className:a.wrapper},{children:[n.jsx(t.Text,p({className:a.link,component:"a",href:"https://www.localcivics.io",target:"_blank"},{children:"About"})),n.jsx(t.Text,p({className:a.link,component:"a",href:"https://www.localcivics.io/terms-of-service",target:"_blank"},{children:"Terms"})),n.jsx(t.Text,p({className:a.link,component:"a",href:"https://www.localcivics.io/privacy-policy",target:"_blank"},{children:"Privacy"})),n.jsx(t.Text,p({className:a.link,component:"a",href:"https://localcivics.notion.site/Help-Center-b52300f587b64fc0a61f512686e7626d",target:"_blank"},{children:"FAQ"}))]}))}))]})),n.jsxs(t.Container,p({className:a.afterFooter},{children:[n.jsxs(t.Text,p({color:"dimmed",size:"sm"},{children:["© ",(new Date).getFullYear()," Local Civics. All rights reserved."]})),n.jsxs(t.Group,p({spacing:0,className:a.social,position:"right",noWrap:!0},{children:[n.jsx(t.ActionIcon,p({component:"a",target:"_blank",href:"https://www.instagram.com/localcivics/",size:"lg"},{children:n.jsx(o.IconBrandInstagram,{size:18,stroke:1.5})})),n.jsx(t.ActionIcon,p({component:"a",target:"_blank",href:"https://www.linkedin.com/company/localcivics",size:"lg"},{children:n.jsx(o.IconBrandLinkedin,{size:18,stroke:1.5})})),n.jsx(t.ActionIcon,p({component:"a",target:"_blank",href:"https://www.facebook.com/localcivics/",size:"lg"},{children:n.jsx(o.IconBrandFacebook,{size:18,stroke:1.5})}))]}))]}))]})),styles:function(e){return{main:{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[0]}}}},{children:[n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(Ee,p({},e,{active:i.active}))]})),n.jsx(I,{data:r.data,onChange:r.onAccountChange,onClose:function(){return r.setChangeModalOpen(!1)}})]}))},e.MgmtProvider=function(e){return n.jsx(t.MantineProvider,p({withNormalizeCSS:!0,withGlobalStyles:!0,emotionCache:g},{children:n.jsx(r.NotificationsProvider,p({limit:e.notificationLimit||5},{children:n.jsx(a.ModalsProvider,{children:e.children})}))}))},e.SwitchAccount=I,Object.defineProperty(e,"__esModule",{value:!0})}));
1
+ !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports,require("react/jsx-runtime"),require("@mantine/core"),require("@mantine/modals"),require("@mantine/notifications"),require("@tabler/icons"),require("react"),require("@mantine/form"),require("@mantine/dropzone"),require("papaparse"),require("@mantine/dates"),require("recharts")):"function"==typeof define&&define.amd?define(["exports","react/jsx-runtime","@mantine/core","@mantine/modals","@mantine/notifications","@tabler/icons","react","@mantine/form","@mantine/dropzone","papaparse","@mantine/dates","recharts"],n):n((e="undefined"!=typeof globalThis?globalThis:e||self).components={},e.ReactJSXRuntime,e.MantineCore,e.MantineModals,e.MantineNotifications,e.TablerIcons,e.React,e.MantineForm,e.MantineDropzone,e.Papaparse,e.MantineDates,e.Recharts)}(this,(function(e,n,t,a,r,i,o,s,l,c,d,u){"use strict";function h(e){if(e&&e.__esModule)return e;var n=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var a=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(n,t,a.get?a:{enumerable:!0,get:function(){return e[t]}})}})),n.default=e,Object.freeze(n)}var m=h(o),x=h(c),p=function(){return p=Object.assign||function(e){for(var n,t=1,a=arguments.length;t<a;t++)for(var r in n=arguments[t])Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r]);return e},p.apply(this,arguments)};function g(e,n,t){if(t||2===arguments.length)for(var a,r=0,i=n.length;r<i;r++)!a&&r in n||(a||(a=Array.prototype.slice.call(n,0,r)),a[r]=n[r]);return e.concat(a||Array.prototype.slice.call(n))}var f=t.createEmotionCache({key:"mantine",prepend:!1}),j=function(e){var a,r=null===(a=e.data)||void 0===a?void 0:a.map((function(e){return n.jsx(t.Tabs.Tab,p({value:e.value},{children:e.label||e.value}),e.value)}));return n.jsx(t.Tabs,p({value:e.value,onTabChange:e.onChange},{children:n.jsx(t.Tabs.List,{children:r})}))};function v(e){var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsxs(t.Group,{children:[n.jsx(t.Avatar,{size:40,src:a.avatar,radius:40}),n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.email}))]})]})}))})},a.name)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var C=[{value:"Complete"},{value:"Incomplete"}],S=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),b=function(e){var a=y(e.data.groups,e.onGroupChange),r=k(e.data.tab,e.onTabChange),o=S().classes;return n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:e.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(i.IconArrowLeft,{size:14})})),size:"lg"},{children:"Badges"})),n.jsxs(t.Group,{children:[n.jsxs(t.Stack,p({spacing:0},{children:[n.jsx(t.Title,p({order:2,className:o.title,mt:"md"},{children:e.data.name||"Badge"})),n.jsx(t.Text,p({color:"dimmed",className:o.description,mt:"sm"},{children:e.data.description||"No description"}))]})),n.jsxs(t.Stack,p({ml:"auto"},{children:[n.jsx(t.Button,p({variant:"gradient",onClick:function(){return e.onPreview&&e.onPreview(e.data)}},{children:"Preview"})),n.jsx(t.Divider,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),n.jsx(t.Select,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:a.select,onChange:a.onSelectChange,icon:n.jsx(i.IconCategory2,{}),data:e.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n.jsxs("div",{children:[n.jsx(j,{data:C,value:r.value,onChange:r.onChange}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(v,{data:e.data.users,onClick:e.onUserClick})]}))]})]}))}))},y=function(e,n){var t=e.filter((function(e){return e.active})),a=m.useState(t.length>0?t[0].name:null),r=a[0],i=a[1];return{select:r,onSelectChange:function(e){i(e),n&&n(e)}}},k=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}},T=t.createStyles((function(e){var n,t,a;return{wrapper:(n={display:"flex",alignItems:"center",padding:2*e.spacing.xl,borderRadius:e.radius.md,backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.white,border:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[3])},n["@media (max-width: ".concat(e.breakpoints.sm,"px)")]={flexDirection:"column-reverse",padding:e.spacing.xl},n),image:(t={maxWidth:"40%"},t["@media (max-width: ".concat(e.breakpoints.sm,"px)")]={maxWidth:"100%"},t),body:(a={paddingRight:4*e.spacing.xl},a["@media (max-width: ".concat(e.breakpoints.sm,"px)")]={paddingRight:0,marginTop:e.spacing.xl},a),title:{color:"dark"===e.colorScheme?e.white:e.black,fontFamily:"Greycliff CF, ".concat(e.fontFamily),lineHeight:1,marginBottom:e.spacing.md},controls:{display:"flex",marginTop:e.spacing.xl},inputWrapper:{width:"100%",flex:"1"},input:{borderTopRightRadius:0,borderBottomRightRadius:0,borderRight:0},control:{borderTopLeftRadius:0,borderBottomLeftRadius:0}}})),w=function(e){var a=T().classes;return n.jsxs("div",p({className:a.wrapper},{children:[n.jsxs("div",p({className:a.body},{children:[n.jsx(t.Title,p({className:a.title},{children:e.data.title})),n.jsx(t.Text,p({size:"sm",color:"dimmed"},{children:e.data.description}))]})),n.jsx(t.Image,{src:"https://cdn.localcivics.io/illustrations/".concat(e.data.icon,".svg"),className:a.image})]}))};function z(e){if(0===e.data.length)return n.jsx(w,{data:{title:"No badges available",icon:"badges",description:"Adjust your search or contact a representative if your expecting results."}});var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsx(t.Group,{children:n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.description}))]})})}))})},a.key)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var B=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),E=function(e){var a=B().classes,r=o.useState(e.data.badgeOpen),i=r[0],s=r[1];return i?n.jsx(b,{data:e.data.badge,onBackClick:function(){return s(!1)},onGroupChange:e.onGroupChange,onTabChange:e.onTabChange,onUserClick:e.onUserClick,onPreview:e.onPreview}):n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",size:"lg"},{children:"Badges"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:"Badges and micro-credentials"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:"Project-sized skills acquisition and standards alignment."}))]}))}),n.jsx(t.Autocomplete,{placeholder:"Search for a badge that fits your needs",data:e.data.badges.map((function(e){return e.name})),onChange:e.onAutocompleteChange}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(z,{data:e.data.badges,onClick:function(n){e.onBadgeClick&&e.onBadgeClick(n),s(!0)}})]}))]}))}))};function G(e){var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsxs(t.Group,{children:[n.jsx(t.Avatar,{size:40,src:a.avatar,radius:40}),n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.email}))]})]})}))})},a.name)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var N=[{value:"Complete"},{value:"Incomplete"}],D=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),A=function(e){var a=L(e.data.groups,e.onGroupChange),r=O(e.data.tab,e.onTabChange),o=D().classes;return n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:e.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(i.IconArrowLeft,{size:14})})),size:"lg"},{children:"Lessons"})),n.jsxs(t.Group,{children:[n.jsxs(t.Stack,p({spacing:0},{children:[n.jsx(t.Title,p({order:2,className:o.title,mt:"md"},{children:e.data.name||"Lesson"})),n.jsx(t.Text,p({color:"dimmed",className:o.description,mt:"sm"},{children:e.data.description||"No description"}))]})),n.jsxs(t.Stack,p({ml:"auto"},{children:[n.jsx(t.Button,p({variant:"gradient",onClick:function(){return e.onPreview&&e.onPreview(e.data)}},{children:"Preview"})),n.jsx(t.Divider,{label:"or",labelPosition:"center",my:"xs",variant:"dashed"}),n.jsx(t.Select,{size:"sm",placeholder:"Select a group",nothingFound:"No options",value:a.select,onChange:a.onSelectChange,icon:n.jsx(i.IconCategory2,{}),data:e.data.groups.map((function(e){return e.name}))})]}))]})]}))}),n.jsxs("div",{children:[n.jsx(j,{data:N,value:r.value,onChange:r.onChange}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(G,{data:e.data.users,onClick:e.onUserClick})]}))]})]}))}))},L=function(e,n){var t=e.filter((function(e){return e.active})),a=m.useState(t.length>0?t[0].name:null),r=a[0],i=a[1];return{select:r,onSelectChange:function(e){i(e),n&&n(e)}}},O=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}};function I(e){if(0===e.data.length)return n.jsx(w,{data:{title:"No lessons available",icon:"lessons",description:"Adjust your search or contact a representative if your expecting results."}});var a=e.data.map((function(a){return n.jsx("tr",{children:n.jsx("td",{children:n.jsx(t.UnstyledButton,p({sx:function(e){return{display:"block",width:"100%",padding:e.spacing.md,color:"dark"===e.colorScheme?e.colors.dark[0]:e.black,"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[1]}}},onClick:function(){return e.onClick&&e.onClick(a)}},{children:n.jsx(t.Group,{children:n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:a.name})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:a.description}))]})})}))})},a.key)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:500},{children:n.jsx(t.Table,p({horizontalSpacing:0,verticalSpacing:0,sx:{minWidth:700}},{children:n.jsx("tbody",{children:a})}))}))}var P=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),M=function(e){var a=P().classes,r=o.useState(e.data.lessonOpen),i=r[0],s=r[1];return i?n.jsx(A,{data:e.data.lesson,onBackClick:function(){return s(!1)},onGroupChange:e.onGroupChange,onTabChange:e.onTabChange,onUserClick:e.onUserClick,onPreview:e.onPreview}):n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",size:"lg"},{children:"Lessons"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:"Lessons"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:"Well crafted units of instruction."}))]}))}),n.jsx(t.Autocomplete,{placeholder:"Search for a lesson that fits your needs",data:e.data.lessons.map((function(e){return e.name})),onChange:e.onAutocompleteChange}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(I,{data:e.data.lessons,onClick:function(n){e.onLessonClick&&e.onLessonClick(n),s(!0)}})]}))]}))}))},R=function(e){var a=s.useForm({initialValues:{active:e.data.active}});return n.jsx(t.Modal,p({centered:!0,opened:!e.data.hidden,onClose:function(){return e.onClose&&e.onClose()},size:"sm",title:n.jsx(t.Title,p({size:"h5"},{children:"Accounts"}))},{children:n.jsxs("form",p({onSubmit:a.onSubmit((function(){e.onChange&&e.onChange(a.values.active)}))},{children:[n.jsx(t.Select,p({required:!0,placeholder:"Select an account",defaultValue:e.data.active,data:e.data.accounts.map((function(e){return{value:e.key,label:e.name}}))},a.getInputProps("active"))),n.jsx(t.Button,p({type:"submit",fullWidth:!0,mt:"xl"},{children:"Switch"}))]}))}))},W=t.createStyles((function(e){return{link:{width:50,height:50,borderRadius:e.radius.md,display:"flex",alignItems:"center",justifyContent:"center",color:"dark"===e.colorScheme?e.colors.dark[0]:e.colors.gray[7],"&:hover":{backgroundColor:"dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[0]}},active:{"&, &:hover":{backgroundColor:e.fn.variant({variant:"light",color:e.primaryColor}).background,color:e.fn.variant({variant:"light",color:e.primaryColor}).color}}}})),F=[{icon:i.IconHome2,label:"Home"},{icon:i.IconGauge,label:"Dashboard"},{icon:i.IconCategory2,label:"Groups"},{icon:i.IconAlbum,label:"Badges"},{icon:i.IconLambda,label:"Lessons"}],U=function(e){var a,r=e.icon,i=e.label,o=e.active,s=e.onClick,l=W(),c=l.classes,d=l.cx;return n.jsx(t.Tooltip,p({label:i,position:"right",transitionDuration:0},{children:n.jsx(t.UnstyledButton,p({onClick:s,className:d(c.link,(a={},a[c.active]=o,a))},{children:n.jsx(r,{stroke:1.5})}))}))},V=["Logout","Change account"],H=function(e){var a=F.map((function(n){return o.createElement(U,p({},n,{key:n.label,active:n.label===e.active,onClick:function(){return e.onClick&&e.onClick(n.label)}}))}));return n.jsxs(t.Navbar,p({width:{base:80},p:"md"},{children:[n.jsx(t.Center,{children:n.jsx(t.Avatar,p({color:"blue",radius:"sm"},{children:n.jsx("div",p({style:{width:15,marginLeft:"auto",marginRight:"auto"}},{children:n.jsx(t.Image,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})}))}))}),n.jsx(t.Navbar.Section,p({grow:!0,mt:50},{children:n.jsx(t.Stack,p({justify:"center",spacing:0},{children:a}))})),n.jsx(t.Navbar.Section,{children:n.jsxs(t.Stack,p({justify:"center",spacing:0},{children:[n.jsx(U,{icon:i.IconSwitchHorizontal,label:"Change account",onClick:function(){return e.onClick&&e.onClick("Change account")}}),n.jsx(U,{icon:i.IconLogout,label:"Logout",onClick:function(){return e.onClick&&e.onClick("Logout")}})]}))})]}))},q=[{unit:"year",ms:31536e6},{unit:"month",ms:2628e6},{unit:"day",ms:864e5},{unit:"hour",ms:36e5},{unit:"minute",ms:6e4},{unit:"second",ms:1e3}],_=new Intl.RelativeTimeFormat("en",{numeric:"auto"});function Y(e,n){return void 0===n&&(n=new Date),e?function(e){for(var n=0,t=q;n<t.length;n++){var a=t[n],r=a.unit,i=a.ms;if(Math.abs(e)>=i||"second"===r)return _.format(Math.round(e/i),r)}return""}(e.getTime()-n.getTime()):""}var X={BadgeCompleted:n.jsx(i.IconBadges,{size:12}),BadgeStarted:n.jsx(i.IconBadges,{size:12}),LessonCompleted:n.jsx(i.IconSchool,{size:12}),LessonStarted:n.jsx(i.IconSchool,{size:12}),ProblemSolved:n.jsx(i.IconActivityHeartbeat,{size:12})},K=function(e){var a,r=o.useRef(null),i=o.useState({x:0,y:0}),s=i[0],l=i[1];m.useEffect((function(){r.current&&s.y===r.current.scrollHeight-r.current.offsetHeight&&e.onScrollBottom&&e.onScrollBottom()}),[s.y]);var c=e.data.map((function(e){var r=e.name.split(/(?=[A-Z])/),i=r[0]===a?"dashed":"solid";a=r[0];var o=e.link?n.jsx(t.Anchor,p({color:"dark",unstyled:!0,href:e.link},{children:"".concat(r[0]," ").concat(r[1].toLowerCase())})):"".concat(r[0]," ").concat(r[1].toLowerCase());return n.jsxs(t.Timeline.Item,p({bullet:$(e.name),lineVariant:i,title:o},{children:[n.jsx(t.Text,p({color:"dimmed",size:"sm"},{children:e.description})),n.jsx(t.Text,p({size:"xs",mt:4},{children:Y(new Date(e.time))}))]}),e.key)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:300,onScrollPositionChange:l,viewportRef:r},{children:n.jsx(t.Timeline,p({ml:"lg",active:1,bulletSize:24,lineWidth:2},{children:c}))}))},$=function(e){var t=X[e];return t||n.jsx(i.IconTimelineEvent,{size:12})},J=t.createStyles((function(e){var n,t;return{root:(n={display:"flex",backgroundImage:"linear-gradient(-60deg, ".concat(e.colors[e.primaryColor][4]," 0%, ").concat(e.colors[e.primaryColor][7]," 100%)"),padding:1.5*e.spacing.xl,borderRadius:e.radius.md},n[e.fn.smallerThan("sm")]={flexDirection:"column"},n),title:{color:e.white,textTransform:"uppercase",fontWeight:700,fontSize:e.fontSizes.sm},count:{color:e.white,fontSize:32,lineHeight:1,fontWeight:700,marginBottom:e.spacing.md,fontFamily:"Greycliff CF, ".concat(e.fontFamily)},description:{color:e.colors[e.primaryColor][0],fontSize:e.fontSizes.sm,marginTop:5},stat:{flex:1,"& + &":(t={paddingLeft:e.spacing.xl,marginLeft:e.spacing.xl,borderLeft:"1px solid ".concat(e.colors[e.primaryColor][3])},t[e.fn.smallerThan("sm")]={paddingLeft:0,marginLeft:0,borderLeft:0,paddingTop:e.spacing.xl,marginTop:e.spacing.xl,borderTop:"1px solid ".concat(e.colors[e.primaryColor][3])},t)}}})),Q=function(e){var a=e.data,r=J().classes,i=a.map((function(e){return n.jsxs("div",p({className:r.stat},{children:[n.jsx(t.Text,p({className:r.count},{children:e.value.toLocaleString()})),n.jsx(t.Text,p({className:r.title},{children:e.title})),n.jsx(t.Text,p({className:r.description},{children:"".concat(e.diff,"% ").concat(e.diff<0?"decrease":"increase"," compared to last period")}))]}),e.title)}));return n.jsx("div",p({className:r.root},{children:i}))},Z=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900,marginTop:16},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),ee=function(e){var a=Z().classes,r=e.data.givenName?[e.data.givenName,e.data.familyName].join(" ").trim():e.data.email,i=e.data.givenName?e.data.givenName:"Me";return"compact"===e.variant?n.jsxs(n.Fragment,{children:[n.jsx(t.Title,p({className:a.title},{children:r})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"xs"},{children:e.data.quote}))]}):n.jsxs(n.Fragment,{children:[n.jsxs(t.Paper,p({radius:"md",withBorder:!0,p:"lg",sx:function(e){return{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.white}}},{children:[n.jsx(t.Avatar,{src:e.data.avatar,size:135,radius:120,mx:"auto"}),n.jsx(t.Text,p({align:"center",size:"lg",weight:500,mt:"md"},{children:r})),n.jsxs(t.Text,p({align:"center",color:"dimmed",size:"sm"},{children:[e.data.email," • ",e.data.job]}))]})),n.jsx(t.Blockquote,p({mt:"xl",color:"blue",cite:"– ".concat(i)},{children:e.data.quote}))]})},ne=[{value:"Member",label:"Member"},{value:"Admin",label:"Admin"}];function te(e){var r=e.data.map((function(r){return n.jsxs("tr",{children:[n.jsx("td",{children:n.jsx(t.UnstyledButton,p({onClick:function(){return e.onViewProfile&&e.onViewProfile(r)}},{children:n.jsxs(t.Group,p({spacing:"sm"},{children:[n.jsx(t.Avatar,{size:40,src:r.avatar,radius:40}),n.jsxs("div",{children:[n.jsx(t.Text,p({size:"sm",weight:500},{children:r.givenName&&r.familyName?"".concat(r.givenName," ").concat(r.familyName):r.email})),n.jsx(t.Text,p({size:"xs",color:"dimmed"},{children:r.email}))]})]}))}))}),n.jsx("td",{children:n.jsx(t.Select,{data:g([],ne,!0).map((function(e){return r.readonly?p(p({},e),{disabled:e.value!==r.role}):e})),defaultValue:r.role,variant:"unstyled",onChange:function(n){return!r.readonly&&e.onChangeRole&&e.onChangeRole(r,n)}})}),n.jsx("td",{children:r.lastActivity?Y(r.lastActivity):""}),n.jsx("td",{children:n.jsx(t.Group,p({noWrap:!0,spacing:0,position:"right"},{children:!r.readonly&&n.jsx(t.ActionIcon,p({color:"red"},{children:n.jsx(i.IconTrash,{onClick:function(){return i=r,a.openConfirmModal({title:'Delete "'.concat(i.givenName&&i.familyName?"".concat(i.givenName," ").concat(i.familyName):i.email,'"?'),centered:!0,children:n.jsx(t.Text,p({size:"sm"},{children:"Are you sure you want to delete this person? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete",cancel:"No don't delete them"},confirmProps:{color:"red"},onConfirm:function(){return e.onDelete&&e.onDelete(i)}});var i},size:16,stroke:1.5})}))}))})]},r.email)}));return 0===e.data.length?n.jsx(w,{data:{title:"No one in group",icon:"thinking",description:"You don't have any people in this group yet. When your ready, get started by clicking the 'Add people' button above."}}):n.jsx(t.ScrollArea,{children:n.jsxs(t.Table,p({verticalSpacing:20,sx:{minWidth:700}},{children:[n.jsx("thead",{children:n.jsxs("tr",{children:[n.jsx("th",{children:"Member"}),n.jsx("th",{children:"Role"}),n.jsx("th",{children:"Last active"}),n.jsx("th",{})]})}),n.jsx("tbody",{children:r})]}))})}var ae=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600},wrapper:{position:"relative",marginBottom:30},dropzone:{borderWidth:1,paddingBottom:50},icon:{color:"dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[4]},control:{position:"absolute",width:250,left:"calc(50% - 125px)",bottom:-20}}})),re=function(e){var a=ae().classes,r=s.useForm({initialValues:{key:"",email:"",givenName:"",familyName:"",avatar:"",role:"",readonly:!1,lastActivity:null},validate:{email:function(n){return/^\S+@\S+$/.test(n)&&0===e.data.users.filter((function(e){return e.email===n})).length?null:"Invalid email"}}}),l=o.useState(!1),c=l[0],d=l[1],u=o.useState(e.data.groupUserHomeOpen),h=u[0],m=u[1];return h?n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(t.Grid,{children:n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:function(){return m(!1)},color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(i.IconArrowLeft,{size:14})})),size:"lg"},{children:"Users"})),n.jsx(ee,{variant:"compact",data:e.data.user})]}))}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.user.loading,overlayBlur:2}),n.jsxs(t.Stack,p({spacing:"lg"},{children:[n.jsx(Q,{data:[{title:"PROBLEMS SOLVED",value:e.data.stats["PROBLEMS SOLVED"].value,diff:e.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:e.data.stats["LESSONS COMPLETED"].value,diff:e.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:e.data.stats["BADGES EARNED"].value,diff:e.data.stats["BADGES EARNED"].diff}]}),n.jsx(K,{onScrollBottom:e.onTimelineScrollBottom,data:e.data.timeline})]}))]}))]}))})):n.jsxs(n.Fragment,{children:[n.jsx(t.Drawer,p({opened:c,onClose:function(){return d(!1)},title:n.jsx(t.Title,p({size:"h5"},{children:"Add people"})),padding:"xl",size:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsx(ie,p({},e,{close:function(){return d(!1)}})),n.jsx(t.Divider,{label:"or",labelPosition:"center",my:"md",variant:"dashed"}),n.jsx("form",p({onSubmit:r.onSubmit((function(){var n=r.values;r.reset(),d(!1),e.onCreateUsers&&e.onCreateUsers([n])}))},{children:n.jsxs(t.Stack,{children:[n.jsx(t.TextInput,p({withAsterisk:!0,label:"Email",placeholder:"Email"},r.getInputProps("email"))),n.jsxs(t.Group,p({grow:!0},{children:[n.jsx(t.TextInput,p({label:"Given name",placeholder:"Given name"},r.getInputProps("givenName"))),n.jsx(t.TextInput,p({label:"Family name",placeholder:"Family name"},r.getInputProps("familyName")))]})),n.jsx(t.Button,p({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]})}))]}))})),n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsxs(t.Grid,{children:[n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",leftSection:n.jsx(t.ActionIcon,p({onClick:e.onBackClick,color:"blue",size:"xs",radius:"xl",variant:"filled"},{children:n.jsx(i.IconArrowLeft,{size:14})})),size:"lg"},{children:"Groups"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:e.data.name||"Group"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:e.data.description||"No description"}))]})),n.jsx(t.Grid.Col,p({sm:"content"},{children:n.jsx(t.Button,p({onClick:function(){return d(!0)},leftIcon:n.jsx(i.IconPlaylistAdd,{size:14})},{children:"Add people"}))}))]}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(te,{data:e.data.users,onDelete:e.onDelete,onChangeRole:e.onRoleChange,onViewProfile:function(n){return e.onViewProfile(n).then((function(){m(!0)}))}})]}))]}))}))]})},ie=function(e){var a=ae(),r=a.classes,o=a.theme,s=m.useRef(null),c=m.useState(!1),d=c[0],u=c[1],h=m.useCallback((function(n){u(!0),n.forEach((function(n){x.parse(n,{download:!0,header:!0,dynamicTyping:!0,skipEmptyLines:!0,worker:!0,complete:function(n){var t=n.data.filter((function(n){return/^\S+@\S+$/.test(n.email)&&0===e.data.users.filter((function(e){return e.email===n.email})).length}));t.length>0&&e.onCreateUsers&&e.onCreateUsers(t),u(!1),e.close()}})}))}),[]);return n.jsxs("div",p({className:r.wrapper},{children:[n.jsx(l.Dropzone,p({loading:d,openRef:s,onDrop:h,className:r.dropzone,radius:"md",accept:[l.MIME_TYPES.csv],maxSize:5*Math.pow(1024,2)},{children:n.jsxs("div",p({style:{pointerEvents:"none"}},{children:[n.jsxs(t.Group,p({position:"center"},{children:[n.jsx(l.Dropzone.Accept,{children:n.jsx(i.IconDownload,{size:50,color:o.colors[o.primaryColor][6],stroke:1.5})}),n.jsx(l.Dropzone.Reject,{children:n.jsx(i.IconX,{size:50,color:o.colors.red[6],stroke:1.5})}),n.jsx(l.Dropzone.Idle,{children:n.jsx(i.IconCloudUpload,{size:50,color:"dark"===o.colorScheme?o.colors.dark[0]:o.black,stroke:1.5})})]})),n.jsxs(t.Text,p({align:"center",weight:700,size:"lg",mt:"xl"},{children:[n.jsx(l.Dropzone.Accept,{children:"Drop files here"}),n.jsx(l.Dropzone.Reject,{children:"Csv file less than 5mb"}),n.jsx(l.Dropzone.Idle,{children:"Upload multiple"})]})),n.jsxs(t.Text,p({align:"center",size:"sm",mt:"xs",color:"dimmed"},{children:["Drag'n'drop files here to upload. We can accept only ",n.jsx("i",{children:".csv"})," files that are less than 5mb in size."]}))]}))})),n.jsx(t.Button,p({className:r.control,size:"md",radius:"xl",onClick:function(){var e;return null===(e=s.current)||void 0===e?void 0:e.call(s)}},{children:"Select file"}))]}))};function oe(e){if(0===e.data.length)return n.jsx(w,{data:{title:"No groups",icon:"groups",description:"You don't have any groups just yet. When your ready, get started by clicking the 'Create group' button above."}});var r=e.data.map((function(r){return n.jsxs("tr",{children:[n.jsx("td",{children:n.jsx(t.Text,p({size:14},{children:r.name}))}),n.jsx("td",{children:n.jsx(t.Text,p({size:14},{children:r.description}))}),n.jsx("td",{children:n.jsxs(t.Group,p({noWrap:!0,spacing:0,position:"right"},{children:[n.jsx(t.ActionIcon,p({color:"blue",onClick:function(){return e.onEditGroup&&e.onEditGroup(r)},variant:"subtle"},{children:n.jsx(i.IconUsers,{size:16,stroke:1.5})})),n.jsxs(t.Menu,p({transition:"pop",withArrow:!0,position:"bottom-end"},{children:[n.jsx(t.Menu.Target,{children:n.jsx(t.ActionIcon,{children:n.jsx(i.IconDots,{size:16,stroke:1.5})})}),n.jsx(t.Menu.Dropdown,{children:n.jsx(t.Menu.Item,p({onClick:function(){return i=r,a.openConfirmModal({title:'Delete "'.concat(i.name,'"?'),centered:!0,children:n.jsx(t.Text,p({size:"sm"},{children:"Are you sure you want to delete this group? This action is destructive and you will have to contact support to restore your data."})),labels:{confirm:"Delete group",cancel:"No don't delete it"},confirmProps:{color:"red"},onConfirm:function(){return e.onDeleteGroup&&e.onDeleteGroup(i)}});var i},icon:n.jsx(i.IconTrash,{size:16,stroke:1.5}),color:"red"},{children:"Delete"}))})]}))]}))})]},r.name)}));return n.jsx(t.ScrollArea.Autosize,p({maxHeight:300},{children:n.jsxs(t.Table,p({verticalSpacing:20,sx:{minWidth:700}},{children:[n.jsx("thead",{children:n.jsxs("tr",{children:[n.jsx("th",{children:"Name"}),n.jsx("th",{children:"Description"}),n.jsx("th",{})]})}),n.jsx("tbody",{children:r})]}))}))}var se=t.createStyles((function(e){var n;return{title:(n={fontSize:34,fontWeight:900},n[e.fn.smallerThan("sm")]={fontSize:24},n),description:{maxWidth:600}}})),le=function(e){var a=se().classes,r=s.useForm({initialValues:{key:"",name:"",description:""},validate:{name:function(e){return e.length<=6?"Name should include at least 6 characters":null}}}),l=o.useState(e.data.formOpen),c=l[0],d=l[1],u=o.useState(e.data.groupOpen),h=u[0],m=u[1];return h?n.jsx(re,{data:e.data.group,onBackClick:function(){return m(!1)},onCreateUsers:e.onCreateGroupUsers,onDelete:e.onDeleteGroupUser,onViewProfile:e.onViewGroupUser,onRoleChange:e.onGroupUserRoleChange,onTimelineScrollBottom:e.onTimelineScrollBottom}):n.jsxs(n.Fragment,{children:[n.jsx(t.Drawer,p({opened:c,onClose:function(){return d(!1)},title:n.jsxs(t.Group,p({spacing:0},{children:[n.jsx(t.Title,p({size:"h5"},{children:"Create a group"})),n.jsx(t.Tooltip,p({label:"Groups settings cannot be modified once created"},{children:n.jsx(t.ActionIcon,{children:n.jsx(i.IconInfoCircle,{color:"#3b82f6",size:14})})}))]})),padding:"xl",size:"xl"},{children:n.jsxs("form",p({onSubmit:r.onSubmit((function(){var n=r.values;r.reset(),d(!1),e.onCreateGroup&&e.onCreateGroup(n)}))},{children:[n.jsxs(t.Stack,{children:[n.jsx(t.TextInput,p({withAsterisk:!0,label:"Name",placeholder:"Group name"},r.getInputProps("name"))),n.jsx(t.TextInput,p({label:"Description",placeholder:"A group for my first period class"},r.getInputProps("description")))]}),n.jsx(t.Button,p({type:"submit",fullWidth:!0,mt:"md"},{children:"Submit"}))]}))})),n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,p({spacing:"md"},{children:[n.jsxs(t.Grid,{children:[n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Badge,p({variant:"filled",size:"lg"},{children:"Groups"})),n.jsx(t.Title,p({order:2,className:a.title,mt:"md"},{children:"Organize people into groups"})),n.jsx(t.Text,p({color:"dimmed",className:a.description,mt:"sm"},{children:"A group can be a class, team, or other functioning organizations."}))]})),n.jsx(t.Grid.Col,p({sm:"content"},{children:n.jsx(t.Button,p({onClick:function(){return d(!0)},leftIcon:n.jsx(i.IconPlaylistAdd,{size:14})},{children:"Create group"}))}))]}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(oe,{data:e.data.groups,onDeleteGroup:e.onDeleteGroup,onEditGroup:function(n){e.onEditGroup&&e.onEditGroup(n),m(!0)}})]}))]}))}))]})},ce=t.createStyles((function(e){return{card:{height:240,backgroundSize:"cover",backgroundPosition:"center"},content:{position:"absolute",padding:e.spacing.xl,zIndex:1,top:0,bottom:0,right:0,left:0},action:{position:"absolute",bottom:e.spacing.xl,right:e.spacing.xl},title:{color:e.white,marginBottom:e.spacing.xs/2},description:{color:e.white,maxWidth:220}}})),de=function(e){var a=e.title,r=e.description,i=e.image,o=e.action,s=e.style,l=e.className,c=function(e,n){var t={};for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&n.indexOf(a)<0&&(t[a]=e[a]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var r=0;for(a=Object.getOwnPropertySymbols(e);r<a.length;r++)n.indexOf(a[r])<0&&Object.prototype.propertyIsEnumerable.call(e,a[r])&&(t[a[r]]=e[a[r]])}return t}(e,["title","description","image","action","style","className"]),d=ce(),u=d.classes,h=d.cx,m=d.theme;return n.jsxs(t.Card,p({radius:"md",style:p({backgroundImage:"url(".concat(i,")")},s),className:h(u.card,l)},c,{children:[n.jsx(t.Overlay,{gradient:"linear-gradient(105deg, ".concat(m.black," 20%, #312f2f 50%, ").concat(m.colors.gray[4]," 100%)"),opacity:.55,zIndex:0}),n.jsxs("div",p({className:u.content},{children:[n.jsx(t.Text,p({size:"lg",weight:700,className:u.title},{children:a})),n.jsx(t.Text,p({size:"sm",className:u.description},{children:r})),n.jsx(t.Button,p({className:u.action,variant:"white",color:"dark",component:"a",size:"xs",href:o.link,target:"_blank"},{children:o.label}))]}))]}))},ue=function(e){return n.jsx(t.Container,p({size:"lg"},{children:n.jsxs(t.Stack,p({spacing:"lg"},{children:[n.jsxs(t.Grid,p({gutter:"md"},{children:[n.jsx(t.Grid.Col,p({md:6},{children:n.jsx(ee,{data:e.data.user})})),n.jsx(t.Grid.Col,p({md:6},{children:n.jsx(de,{title:e.data.tenant.name,description:e.data.tenant.description,image:e.data.tenant.image,action:{label:"Visit website",link:e.data.tenant.website}})}))]})),n.jsx(Q,{data:[{title:"PROBLEMS SOLVED",value:e.data.stats["PROBLEMS SOLVED"].value,diff:e.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:e.data.stats["LESSONS COMPLETED"].value,diff:e.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:e.data.stats["BADGES EARNED"].value,diff:e.data.stats["BADGES EARNED"].diff}]}),n.jsx(K,{onScrollBottom:e.onTimelineScrollBottom,data:e.data.timeline})]}))}))},he=t.createStyles((function(e){return{header:{position:"sticky",top:0,backgroundColor:"dark"===e.colorScheme?e.colors.dark[7]:e.white,transition:"box-shadow 150ms ease","&::after":{content:'""',position:"absolute",left:0,right:0,bottom:0,borderBottom:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[3]:e.colors.gray[2])}},scrolled:{boxShadow:e.shadows.sm}}})),me=function(e){var a,r=e.data,i=he(),s=i.classes,l=i.cx,c=o.useState(!1),d=c[0],u=c[1],h=r.map((function(e){return e.value})),m=Math.round(h.reduce((function(e,n){return e+n}))/h.length),x=r.map((function(e){return n.jsxs("tr",{children:[n.jsx("td",{children:e.name}),n.jsx("td",{children:e.email}),n.jsx("td",{children:e.value}),n.jsx("td",{children:e.value>m?n.jsx(t.Badge,{children:"Above average"}):e.value===m?n.jsx(t.Badge,p({color:"gray"},{children:"Average"})):n.jsx(t.Badge,p({color:"red"},{children:"Below average"}))})]},e.name)}));return n.jsx(t.ScrollArea,p({sx:{height:500},onScrollPositionChange:function(e){var n=e.y;return u(0!==n)}},{children:n.jsxs(t.Table,p({verticalSpacing:"md",sx:{minWidth:700}},{children:[n.jsx("thead",p({className:l(s.header,(a={},a[s.scrolled]=d,a))},{children:n.jsxs("tr",{children:[n.jsx("th",{children:"Name"}),n.jsx("th",{children:"Email"}),n.jsx("th",{children:"Value"}),n.jsx("th",{children:"Status"})]})})),n.jsx("tbody",{children:x})]}))}))},xe=function(e){return n.jsx(t.Paper,p({mih:150,p:"lg",withBorder:!0},{children:n.jsxs(t.Stack,{children:[n.jsx(t.Grid,{children:n.jsx(t.Grid.Col,p({sm:"auto"},{children:n.jsxs(t.Group,p({spacing:0},{children:[n.jsx(t.Title,p({size:"h5",mb:0},{children:"Performance History"})),n.jsx(t.Tooltip,p({label:"Shows group performance per person"},{children:n.jsx(t.ActionIcon,{children:n.jsx(i.IconInfoCircle,{color:"#3b82f6",size:14})})}))]}))}))}),n.jsx(t.Group,p({spacing:"sm"},{children:n.jsx(t.Select,{placeholder:"Select a metric",value:e.data.metric,onChange:e.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})})),n.jsx(me,{data:e.data.users})]})}))},pe=t.createStyles((function(e){return{axis:{fontSize:"12px",fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),ge=function(e){var a=pe().theme;return n.jsx(t.Paper,p({p:"lg",withBorder:!0},{children:n.jsxs(t.Stack,{children:[n.jsxs(t.Grid,{children:[n.jsx(t.Grid.Col,p({sm:"auto"},{children:n.jsxs(t.Group,p({spacing:0},{children:[n.jsx(t.Title,p({size:"h5",mb:0},{children:"Performance History"})),n.jsx(t.Tooltip,p({label:"Shows daily increase or decrease across group"},{children:n.jsx(t.ActionIcon,{children:n.jsx(i.IconInfoCircle,{color:"#3b82f6",size:14})})}))]}))})),n.jsx(t.Grid.Col,p({sm:5},{children:n.jsx(t.Select,{placeholder:"Select a metric",value:e.data.metric,onChange:e.onMetricChange,data:[{label:"PROBLEMS SOLVED",value:"PROBLEMS SOLVED"},{label:"LESSONS COMPLETED",value:"LESSONS COMPLETED"},{label:"BADGES EARNED",value:"BADGES EARNED"}]})}))]}),n.jsx(u.ResponsiveContainer,p({width:"100%",height:400},{children:n.jsxs(u.AreaChart,p({width:730,height:250,data:e.data.points,margin:{top:10,right:30,left:0,bottom:0}},{children:[n.jsx("defs",{children:n.jsxs("linearGradient",p({id:"colorBlue",x1:"0",y1:"0",x2:"0",y2:"1"},{children:[n.jsx("stop",{offset:"5%",stopColor:"#3b82f6",stopOpacity:.4}),n.jsx("stop",{offset:"95%",stopColor:"#3b82f6",stopOpacity:0})]}))}),n.jsx(u.XAxis,{tick:{fontSize:12,fontFamily:a.fontFamily},dataKey:"name"}),n.jsx(u.YAxis,{tick:{fontSize:12,fontFamily:a.fontFamily}}),n.jsx(u.CartesianGrid,{strokeDasharray:"3 3",horizontal:!0,vertical:!1}),n.jsx(u.Tooltip,{contentStyle:{fontWeight:700,fontSize:12,fontFamily:a.fontFamily},labelStyle:{fontSize:12,fontFamily:a.fontFamily}}),n.jsx(u.Area,{type:"monotone",dataKey:"value",stroke:"#3b82f6",fillOpacity:1,fill:"url(#colorBlue)"})]}))}))]})}))},fe=t.createStyles((function(e){return{root:{paddingTop:1.5*e.spacing.xl,paddingBottom:1.5*e.spacing.xl},label:{fontFamily:"Greycliff CF, ".concat(e.fontFamily)}}})),je=function(e){var a=e.data,r=fe().classes,o=a.map((function(e){var a=e.diff>0?i.IconArrowUpRight:i.IconArrowDownRight;return n.jsxs(t.Paper,p({withBorder:!0,p:"md",radius:"md"},{children:[n.jsxs(t.Group,p({position:"apart"},{children:[n.jsxs("div",{children:[n.jsx(t.Text,p({color:"dimmed",transform:"uppercase",weight:700,size:"xs",className:r.label},{children:e.title})),n.jsx(t.Text,p({weight:700,size:"xl"},{children:e.value.toLocaleString()}))]}),n.jsx(t.ThemeIcon,p({color:"gray",variant:"light",sx:function(n){return{color:e.diff>0?n.colors.teal[6]:n.colors.red[6]}},size:38,radius:"md"},{children:n.jsx(a,{size:28,stroke:1.5})}))]})),n.jsxs(t.Text,p({color:"dimmed",size:"sm",mt:"md"},{children:[n.jsxs(t.Text,p({component:"span",color:e.diff>0?"teal":"red",weight:700},{children:[e.diff,"%"]}))," ",e.diff>0?"increase":"decrease"," compared to last period"]}))]}),e.title)}));return n.jsx("div",p({className:r.root},{children:n.jsx(t.SimpleGrid,p({cols:3,breakpoints:[{maxWidth:"sm",cols:1}]},{children:o}))}))},ve=function(e){return n.jsxs(n.Fragment,{children:[n.jsx(je,{data:[{title:"PROBLEMS SOLVED",value:e.data.stats["PROBLEMS SOLVED"].value,diff:e.data.stats["PROBLEMS SOLVED"].diff},{title:"LESSONS COMPLETED",value:e.data.stats["LESSONS COMPLETED"].value,diff:e.data.stats["LESSONS COMPLETED"].diff},{title:"BADGES EARNED",value:e.data.stats["BADGES EARNED"].value,diff:e.data.stats["BADGES EARNED"].diff}]}),n.jsx(ge,{data:e.data.areaChart,onMetricChange:e.onMetricChange})]})},Ce=[{value:"Overview"},{value:"Breakdown"}],Se=function(e){var a=ye(e.data.breakdown,e.onBreakdownMetricChange),r=ke(e.data.dateRange,e.onDateRangeChange),o=Te(e.data.groups,e.onGroupChange),s=we(e.data.overview,e.onOverviewMetricChange),l=ze(e.data.tab,e.onTabChange);return n.jsx(t.Container,p({size:"lg",py:"xl"},{children:n.jsxs(t.Stack,{children:[n.jsxs(t.Grid,{children:[n.jsxs(t.Grid.Col,p({sm:"auto"},{children:[n.jsx(t.Title,p({size:"h3"},{children:"Dashboard"})),n.jsx(t.Text,p({color:"dimmed",size:"sm",mt:"md"},{children:"View core metrics on the state of your groups."}))]})),n.jsx(t.Grid.Col,p({sm:2.5},{children:n.jsx(t.Select,{placeholder:"Select a group",nothingFound:"No options",value:o.select,onChange:o.onSelectChange,icon:n.jsx(i.IconCategory2,{}),data:e.data.groups.map((function(e){return e.name}))})})),n.jsx(t.Grid.Col,p({sm:"auto"},{children:n.jsx(d.DateRangePicker,{placeholder:"Select a date",allowSingleDateInRange:!0,value:r.value,onChange:r.onChange,icon:n.jsx(i.IconCalendar,{size:16})})}))]}),n.jsxs(t.Stack,{children:[n.jsx(j,{data:Ce,value:l.value,onChange:l.onChange}),n.jsxs("div",p({style:{position:"relative"}},{children:[n.jsx(t.LoadingOverlay,{visible:e.data.loading,overlayBlur:2}),n.jsx(be,p({},e,{data:p(p({},e.data),{overview:s.data,breakdown:a.data}),active:l.value,onBreakdownMetricChange:a.onMetricChange,onOverviewMetricChange:s.onMetricChange}))]}))]})]})}))},be=function(e){if(0===e.data.overview.stats["PROBLEMS SOLVED"].value)return n.jsx(w,{data:{title:"No data for period",icon:"dashboard",description:"We haven't received any data yet for your group during this period. Check back later once progress has been made."}});switch(e.active){case"Overview":return n.jsx(ve,{data:e.data.overview,onMetricChange:e.onOverviewMetricChange});case"Breakdown":return n.jsx(xe,{data:e.data.breakdown,onMetricChange:e.onBreakdownMetricChange});default:return null}},ye=function(e,n){var t=m.useState(e.metric),a=t[0],r=t[1];return{data:p(p({},e),{metric:a}),onMetricChange:function(e){r(e),n&&n(e)}}},ke=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}},Te=function(e,n){var t=e.filter((function(e){return e.active})),a=m.useState(t.length>0?t[0].name:null),r=a[0],i=a[1];return{select:r,onSelectChange:function(e){i(e),n&&n(e)}}},we=function(e,n){var t=m.useState(e.areaChart.metric),a=t[0],r=t[1];return{data:p(p({},e),{areaChart:p(p({},e.areaChart),{metric:a})}),onMetricChange:function(e){r(e),n&&n(e)}}},ze=function(e,n){var t=m.useState(e),a=t[0],r=t[1];return{value:a,onChange:function(e){r(e),n&&n(e)}}},Be=t.createStyles((function(e){var n,t,a,r,i,o;return{footer:{paddingTop:2*e.spacing.xl,paddingBottom:2*e.spacing.xl,paddingLeft:3*e.spacing.xl,backgroundColor:"dark"===e.colorScheme?e.colors.dark[6]:e.colors.gray[0],borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[5]:e.colors.gray[2])},logo:(n={maxWidth:200},n[e.fn.smallerThan("sm")]={display:"flex",flexDirection:"column",alignItems:"center"},n),description:(t={marginTop:5},t[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs,textAlign:"center"},t),inner:(a={display:"flex",justifyContent:"space-between"},a[e.fn.smallerThan("sm")]={flexDirection:"column",alignItems:"center"},a),groups:(r={display:"flex",flexWrap:"wrap"},r[e.fn.smallerThan("sm")]={display:"none"},r),wrapper:{width:160},link:{display:"block",color:"dark"===e.colorScheme?e.colors.dark[1]:e.colors.gray[6],fontSize:e.fontSizes.sm,paddingTop:3,paddingBottom:3,"&:hover":{textDecoration:"underline"}},title:{fontSize:e.fontSizes.md,fontWeight:700,fontFamily:"Greycliff CF, ".concat(e.fontFamily),marginBottom:e.spacing.xs/2,color:"dark"===e.colorScheme?e.white:e.black},afterFooter:(i={display:"flex",justifyContent:"space-between",alignItems:"center",marginTop:e.spacing.xl,paddingTop:e.spacing.xl,paddingBottom:e.spacing.xl,borderTop:"1px solid ".concat("dark"===e.colorScheme?e.colors.dark[4]:e.colors.gray[2])},i[e.fn.smallerThan("sm")]={flexDirection:"column"},i),social:(o={},o[e.fn.smallerThan("sm")]={marginTop:e.spacing.xs},o)}})),Ee=function(e,n){var t=o.useState(!e.hidden),a=t[0],r=t[1],i=o.useState(e.active),s=i[0],l=i[1];return{data:p(p({},e),{active:s,hidden:!a}),setChangeModalOpen:r,onAccountChange:function(e){l(e),r(!1),n&&n(e)}}},Ge=function(e,n){var t=o.useState(e||"Home"),a=t[0],r=t[1];return{key:a,active:a,onClick:function(e){var t;a!==e&&(t=e,-1===V.indexOf(t)&&r(e),n&&n(e))}}},Ne=function(e){switch(e.active){case"Dashboard":return n.jsx(Se,{data:e.data.dashboard,onBreakdownMetricChange:e.onDashboardBreakdownMetricChange,onDateRangeChange:e.onDashboardDateRangeChange,onGroupChange:e.onDashboardGroupChange,onOverviewMetricChange:e.onDashboardOverviewMetricChange,onTabChange:e.onDashboardTabChange});case"Home":return n.jsx(ue,{data:e.data.home,onTimelineScrollBottom:e.onHomeTimelineScrollBottom});case"Groups":return n.jsx(le,{data:e.data.groups,onCreateGroup:e.onCreateGroup,onCreateGroupUsers:e.onCreateGroupUsers,onDeleteGroup:e.onDeleteGroup,onDeleteGroupUser:e.onDeleteGroupUser,onEditGroup:e.onEditGroup,onViewGroupUser:e.onViewGroupUser,onGroupUserRoleChange:e.onGroupUserRoleChange,onTimelineScrollBottom:e.onGroupUserTimelineScrollBottom});case"Lessons":return n.jsx(M,{data:e.data.lessons,onAutocompleteChange:e.onLessonAutocompleteChange,onGroupChange:e.onLessonGroupChange,onLessonClick:e.onLessonClick,onPreview:e.onLessonPreview,onTabChange:e.onLessonTabChange,onUserClick:e.onLessonUserClick});case"Badges":return n.jsx(E,{data:e.data.badges,onAutocompleteChange:e.onBadgeAutocompleteChange,onGroupChange:e.onBadgeGroupChange,onBadgeClick:e.onBadgeClick,onPreview:e.onBadgePreview,onTabChange:e.onBadgeTabChange,onUserClick:e.onBadgeUserClick});default:return null}};Object.defineProperty(e,"showNotification",{enumerable:!0,get:function(){return r.showNotification}}),Object.defineProperty(e,"updateNotification",{enumerable:!0,get:function(){return r.updateNotification}}),e.Mgmt=function(e){var a=Be().classes,r=Ee(e.data.account,e.onAccountChange),o=Ge(e.data.navbar.active,(function(n){if("Change account"===n)r.setChangeModalOpen(!0);e.onNavbarClick&&e.onNavbarClick(n)}));return n.jsxs(t.AppShell,p({padding:"xs",navbar:n.jsx(H,{active:o.active,onClick:o.onClick},o.key),footer:n.jsxs("footer",p({className:a.footer},{children:[n.jsxs(t.Container,p({className:a.inner},{children:[n.jsxs("div",p({className:a.logo},{children:[n.jsxs(t.Group,p({spacing:"xs"},{children:[n.jsx("div",p({style:{width:15}},{children:n.jsx(t.Image,{fit:"contain",src:"https://cdn.localcivics.io/brand/l.png"})})),n.jsx(t.Title,p({color:"dimmed",size:"h5"},{children:"Local Civics"}))]})),n.jsx(t.Text,p({size:"xs",color:"dimmed",className:a.description},{children:"We connect students to powerful civic learning experiences."}))]})),n.jsx("div",p({className:a.groups},{children:n.jsxs("div",p({className:a.wrapper},{children:[n.jsx(t.Text,p({className:a.link,component:"a",href:"https://www.localcivics.io",target:"_blank"},{children:"About"})),n.jsx(t.Text,p({className:a.link,component:"a",href:"https://www.localcivics.io/terms-of-service",target:"_blank"},{children:"Terms"})),n.jsx(t.Text,p({className:a.link,component:"a",href:"https://www.localcivics.io/privacy-policy",target:"_blank"},{children:"Privacy"})),n.jsx(t.Text,p({className:a.link,component:"a",href:"https://localcivics.notion.site/Help-Center-b52300f587b64fc0a61f512686e7626d",target:"_blank"},{children:"FAQ"}))]}))}))]})),n.jsxs(t.Container,p({className:a.afterFooter},{children:[n.jsxs(t.Text,p({color:"dimmed",size:"sm"},{children:["© ",(new Date).getFullYear()," Local Civics. All rights reserved."]})),n.jsxs(t.Group,p({spacing:0,className:a.social,position:"right",noWrap:!0},{children:[n.jsx(t.ActionIcon,p({component:"a",target:"_blank",href:"https://www.instagram.com/localcivics/",size:"lg"},{children:n.jsx(i.IconBrandInstagram,{size:18,stroke:1.5})})),n.jsx(t.ActionIcon,p({component:"a",target:"_blank",href:"https://www.linkedin.com/company/localcivics",size:"lg"},{children:n.jsx(i.IconBrandLinkedin,{size:18,stroke:1.5})})),n.jsx(t.ActionIcon,p({component:"a",target:"_blank",href:"https://www.facebook.com/localcivics/",size:"lg"},{children:n.jsx(i.IconBrandFacebook,{size:18,stroke:1.5})}))]}))]}))]})),styles:function(e){return{main:{backgroundColor:"dark"===e.colorScheme?e.colors.dark[8]:e.colors.gray[0]}}}},{children:[n.jsxs("div",p({style:{position:"relative"}},{children:[e.data.loading&&n.jsx(t.Center,p({style:{height:400}},{children:n.jsx(t.Loader,{})})),!e.data.loading&&n.jsx(Ne,p({},e,{active:o.active}))]})),n.jsx(R,{data:r.data,onChange:r.onAccountChange,onClose:function(){return r.setChangeModalOpen(!1)}})]}))},e.MgmtProvider=function(e){return n.jsx(t.MantineProvider,p({withNormalizeCSS:!0,withGlobalStyles:!0,emotionCache:f,theme:{loader:"bars"}},{children:n.jsx(r.NotificationsProvider,p({limit:e.notificationLimit||5},{children:n.jsx(a.ModalsProvider,{children:e.children})}))}))},e.SwitchAccount=R,Object.defineProperty(e,"__esModule",{value:!0})}));
@@ -14,6 +14,7 @@ export interface BadgeData {
14
14
  }[];
15
15
  tab: TabsValue;
16
16
  users: BadgeUserItem[];
17
+ loading: boolean;
17
18
  }
18
19
  /**
19
20
  * BadgeProps
@@ -7,6 +7,7 @@ import { BadgeItem } from "./BadgeTable";
7
7
  * BadgesData
8
8
  */
9
9
  export interface BadgesData {
10
+ loading: boolean;
10
11
  badge: BadgeData;
11
12
  badgeOpen: boolean;
12
13
  badges: BadgeItem[];
@@ -15,6 +15,7 @@ export interface DashboardData {
15
15
  active?: boolean;
16
16
  }[];
17
17
  tab: TabsValue;
18
+ loading: boolean;
18
19
  }
19
20
  /**
20
21
  * DashboardProps
@@ -8,6 +8,7 @@ export interface GroupData {
8
8
  name: string;
9
9
  groupUserHomeOpen: boolean;
10
10
  user: {
11
+ loading: boolean;
11
12
  avatar: string;
12
13
  givenName: string;
13
14
  familyName: string;
@@ -43,6 +44,7 @@ export interface GroupData {
43
44
  time: string;
44
45
  }[];
45
46
  users: GroupUserItem[];
47
+ loading: boolean;
46
48
  }
47
49
  /**
48
50
  * GroupProps
@@ -10,6 +10,7 @@ export type GroupUserItem = {
10
10
  familyName: string;
11
11
  role: string;
12
12
  lastActivity: Date | null;
13
+ readonly: boolean;
13
14
  };
14
15
  /**
15
16
  * GroupUserTableProps
@@ -6,6 +6,7 @@ import { GroupStackItem } from "./GroupsStack";
6
6
  * GroupsData
7
7
  */
8
8
  export interface GroupsData {
9
+ loading: boolean;
9
10
  formOpen: boolean;
10
11
  group: GroupData;
11
12
  groupOpen: boolean;
@@ -14,6 +14,7 @@ export interface LessonData {
14
14
  }[];
15
15
  tab: TabsValue;
16
16
  users: LessonUserItem[];
17
+ loading: boolean;
17
18
  }
18
19
  /**
19
20
  * LessonProps
@@ -7,6 +7,7 @@ import { LessonItem } from "./LessonTable";
7
7
  * LessonsData
8
8
  */
9
9
  export interface LessonsData {
10
+ loading: boolean;
10
11
  lesson: LessonData;
11
12
  lessonOpen: boolean;
12
13
  lessons: LessonItem[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@local-civics/mgmt-ui",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.es.js",
6
6
  "scripts": {