-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
121 changed files
with
665 additions
and
687 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"dependencies": { | ||
"@emotion/react": "^11.4.0", | ||
"@emotion/react": "^11.4.1", | ||
"@emotion/styled": "^11.3.0", | ||
"@material-ui/core": "5.0.0-beta.2", | ||
"@material-ui/lab": "5.0.0-alpha.41", | ||
"@material-ui/core": "5.0.0-beta.5", | ||
"@material-ui/lab": "5.0.0-alpha.44", | ||
"react": "^17.0.2", | ||
"react-dom": "^17.0.2", | ||
"react-transition-group": "^4.4.2", | ||
"shadow-cljs": "^2.15.2" | ||
"shadow-cljs": "^2.15.6" | ||
}, | ||
"scripts": { | ||
"watch": "shadow-cljs watch dev" | ||
}, | ||
"devDependencies": { | ||
"webpack": "^5.36.2", | ||
"webpack-cli": "^4.7.0" | ||
"webpack": "^5.51.1", | ||
"webpack-cli": "^4.8.0" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-accordion-actions.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { AccordionActions as default } from '@material-ui/core' | ||
export { AccordionActions as default, accordionActionsClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-accordion-details.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { AccordionDetails as default } from '@material-ui/core' | ||
export { AccordionDetails as default, accordionDetailsClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-accordion-summary.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { AccordionSummary as default } from '@material-ui/core' | ||
export { AccordionSummary as default, accordionSummaryClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Accordion as default } from '@material-ui/core' | ||
export { Accordion as default, accordionClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { AlertTitle as default } from '@material-ui/core' | ||
export { AlertTitle as default, alertTitleClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Alert as default } from '@material-ui/core' | ||
export { Alert as default, alertClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { AppBar as default } from '@material-ui/core' | ||
export { AppBar as default, appBarClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Autocomplete as default, createFilterOptions } from '@material-ui/core' | ||
export { Autocomplete as default, createFilterOptions, autocompleteClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { AvatarGroup as default } from '@material-ui/core' | ||
export { AvatarGroup as default, avatarGroupClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Avatar as default } from '@material-ui/core' | ||
export { Avatar as default, avatarClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-bottom-navigation-action.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { BottomNavigationAction as default } from '@material-ui/core' | ||
export { BottomNavigationAction as default, bottomNavigationActionClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-bottom-navigation.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { BottomNavigation as default } from '@material-ui/core' | ||
export { BottomNavigation as default, bottomNavigationClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Breadcrumbs as default } from '@material-ui/core' | ||
export { Breadcrumbs as default, breadcrumbsClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { ButtonBase as default } from '@material-ui/core' | ||
export { ButtonBase as default, buttonBaseClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { ButtonGroup as default } from '@material-ui/core' | ||
export { ButtonGroup as default, buttonGroupClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Button as default } from '@material-ui/core' | ||
export { Button as default, buttonClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { CardActionArea as default } from '@material-ui/core' | ||
export { CardActionArea as default, cardActionAreaClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { CardActions as default } from '@material-ui/core' | ||
export { CardActions as default, cardActionsClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { CardContent as default } from '@material-ui/core' | ||
export { CardContent as default, cardContentClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { CardHeader as default } from '@material-ui/core' | ||
export { CardHeader as default, cardHeaderClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { CardMedia as default } from '@material-ui/core' | ||
export { CardMedia as default, cardMediaClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Card as default } from '@material-ui/core' | ||
export { Card as default, cardClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Checkbox as default } from '@material-ui/core' | ||
export { Checkbox as default, checkboxClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Chip as default } from '@material-ui/core' | ||
export { Chip as default, chipClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-circular-progress.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { CircularProgress as default } from '@material-ui/core' | ||
export { CircularProgress as default, circularProgressClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Collapse as default } from '@material-ui/core' | ||
export { Collapse as default, collapseClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Container as default } from '@material-ui/core' | ||
export { Container as default, containerClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { DialogActions as default } from '@material-ui/core' | ||
export { DialogActions as default, dialogActionsClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-dialog-content-text.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { DialogContentText as default } from '@material-ui/core' | ||
export { DialogContentText as default, dialogContentTextClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { DialogContent as default } from '@material-ui/core' | ||
export { DialogContent as default, dialogContentClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { DialogTitle as default } from '@material-ui/core' | ||
export { DialogTitle as default, dialogTitleClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Dialog as default } from '@material-ui/core' | ||
export { Dialog as default, dialogClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Divider as default } from '@material-ui/core' | ||
export { Divider as default, dividerClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Drawer as default } from '@material-ui/core' | ||
export { Drawer as default, drawerClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Fab as default } from '@material-ui/core' | ||
export { Fab as default, fabClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { FilledInput as default } from '@material-ui/core' | ||
export { FilledInput as default, filledInputClasses } from '@material-ui/core' |
2 changes: 1 addition & 1 deletion
2
reagent-material-ui-js/entries/material-ui-form-control-label.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { FormControlLabel as default } from '@material-ui/core' | ||
export { FormControlLabel as default, formControlLabelClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { FormControl as default, useFormControl } from '@material-ui/core' | ||
export { FormControl as default, useFormControl, formControlClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { FormGroup as default } from '@material-ui/core' | ||
export { FormGroup as default, formGroupClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { FormHelperText as default } from '@material-ui/core' | ||
export { FormHelperText as default, formHelperTextClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { FormLabel as default } from '@material-ui/core' | ||
export { FormLabel as default, formLabelClasses } from '@material-ui/core' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
export { Grid as default } from '@material-ui/core' | ||
export { Grid as default, gridClasses } from '@material-ui/core' |
Oops, something went wrong.