Skip to content

Commit

Permalink
Deploy all results
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincharles committed Apr 7, 2023
1 parent 2250cda commit 6de3e0e
Show file tree
Hide file tree
Showing 1,124 changed files with 23,675 additions and 6,632 deletions.
2 changes: 2 additions & 0 deletions dist/api/searchPublicActivities.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
while($row = $result->fetch_assoc()){
$json = json_decode($row['json'], true);
array_push($matchingActivities,[
'type' => 'activity',
'doenetId' => $row['doenetId'],
'courseId' => $row['courseId'],
'version' => $json['version'],
Expand Down Expand Up @@ -99,6 +100,7 @@
while($row = $result->fetch_assoc()){
$json = json_decode($row['json'], true);
array_push($matchingUsers,[
'type' => 'author',
'courseId' => $row['courseId'],
'firstName' => $row['firstName'],
'lastName' => $row['lastName'],
Expand Down
1 change: 0 additions & 1 deletion dist/assets/AccountSettings-b51817ab.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/AccountSettings-b95ffbae.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions dist/assets/ActionButton-7b9dd35d.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
import{j as o,F as h,a as u,s as d}from"./index-ab5ab855.js";const c=d.button`
margin: ${e=>e.theme.margin};
height: 24px;
width: ${e=>e.width};
border: ${e=>e.theme.border};
color: white;
background-color: ${e=>e.alert?"var(--mainRed)":"var(--mainBlue)"};
border-radius: ${e=>e.theme.borderRadius};
padding: ${e=>e.theme.padding};
cursor: pointer;
font-size: 12px;
&:hover {
// Button color lightens on hover
color: black;
background-color: ${e=>e.alert?"var(--lightRed)":"var(--lightBlue)"};
}
&:focus {
outline: 2px solid white;
outline-offset: ${e=>e.theme.outlineOffset};
}
`;c.defaultProps={theme:{margin:"0px 4px 0px 4px",borderRadius:"var(--mainBorderRadius)",padding:"0px 10px 0px 10px",border:"none",outlineOffset:"-4px"}};const v=d.p`
font-size: 14px;
display: ${e=>e.labelVisible};
margin-right: 5px;
margin-left: 4px;
margin-bottom: ${e=>e.align=="flex"?"none":"2px"};
`,m=d.div`
display: ${e=>e.align};
/* width: 100%; */
min-width: 0;
align-items: center;
`;function g(e){const f=e.alert?e.alert:null;var r={},a="flex",i={value:"Action Button"};e.width&&e.width==="menu"&&(i.width="var(--menuWidth)",e.label&&(r.width="var(--menuWidth)",i.width="100%"));const x=e.label?"static":"none";var l="";e.label&&(l=e.label,e.vertical&&(a="static"));var t="";(e.value||e.icon)&&(e.value&&e.icon?(t=e.icon,i.value=e.value):e.value?i.value=e.value:e.icon&&(t=e.icon,i.value="")),e.num==="first"&&(i.borderRadius="5px 0px 0px 5px"),e.num==="last"&&(i.borderRadius="0px 5px 5px 0px"),e.num==="first_vert"&&(i.borderRadius="5px 5px 0px 0px"),e.num==="last_vert"&&(i.borderRadius="0px 0px 5px 5px"),e.disabled&&(i.backgroundColor="var(--mainGray)",i.color="black",i.cursor="not-allowed"),e.overflow==="no_overflow"&&(i.overflow="hidden",i.textOverflow="ellipsis",i.whitespace="nowrap");function b(n){e.onClick&&e.onClick(n)}return o(h,{children:u(m,{style:r,align:a,children:[o(v,{labelVisible:x,align:a,children:l}),u(c,{"aria-labelledby":l,"aria-label":i.value,"aria-disabled":e.disabled,id:e.id,"data-test":e.dataTest,style:i,alert:f,disabled:e.disabled,onClick:n=>{e.disabled!==!0&&b(n)},children:[t," ",i.value]})]})})}export{g as A};
34 changes: 0 additions & 34 deletions dist/assets/ActionButton-dc5d17c4.js

This file was deleted.

16 changes: 0 additions & 16 deletions dist/assets/ActionButtonGroup-2b1b3423.js

This file was deleted.

16 changes: 16 additions & 0 deletions dist/assets/ActionButtonGroup-9abc1039.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
import{s as r,av as l,j as a,F as f,a as m,aw as p}from"./index-ab5ab855.js";const h=r.div`
/* margin-left: 3px; */
display: ${e=>e.vertical?"static":"flex"};
overflow: auto;
min-width: 0;
/* flex-wrap: wrap; */
`,b=r.div`
display: ${e=>e.align};
width: ${e=>e.width=="menu"?"var(--menuWidth)":""};
align-items: ${e=>e.alignItems};
`,g=r.p`
font-size: 14px;
display: ${e=>e.labelVisible};
margin-right: 5px;
margin-bottom: ${e=>e.align=="flex"?"none":"2px"};
`,u={borderRadius:"0",padding:"0px 12px 0px 10px",border:"1px solid var(--mainGray)",outlineOffset:"-6px"},w={margin:"0px 4px 0px 4px",borderRadius:"0",padding:"0px 10px 0px 10px",border:"1px solid var(--mainGray)",outlineOffset:"-6px"},y=e=>{let c=e.vertical?"first_vert":"first",s=e.vertical?"last_vert":"last",i=e.width?"no_overflow":"overflow",t=l.Children.toArray(e.children);t.length>1&&(t=[l.cloneElement(t[0],{num:c,overflow:i})].concat(t.slice(1,-1).map(v=>l.cloneElement(v,{overflow:i}))).concat(l.cloneElement(t[t.length-1],{num:s,overflow:i})));const d=e.label?"static":"none";var o="",n="flex",x="center";return e.label&&(o=e.label,e.verticalLabel&&(n="static")),a(f,{children:m(b,{align:n,alignItems:x,width:e.width,children:[a(g,{labelVisible:d,align:n,children:o}),a(h,{vertical:e.vertical,children:a(p,{theme:e.vertical?w:u,children:t})})]})})},G=y;export{G as A};
1 change: 1 addition & 0 deletions dist/assets/ActivityDates-09f7ee53.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/ActivityDates-16f2ba28.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/assets/ActivityNavigationButtons-64da8747.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/ActivityNavigationButtons-bc618875.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/ActivityVariant-c82f828c.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/ActivityVariant-f7122a30.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/ActivityViewer-0ca0873a.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/ActivityViewer-dc11a549.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/assets/AddDriveItems-686004bd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/AddDriveItems-777e47f0.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/AssignmentBreadCrumb-39165f31.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/AssignmentBreadCrumb-bb3d3bc9.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/AssignmentInfoCap-181a7af8.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6de3e0e

Please sign in to comment.