File tree Expand file tree Collapse file tree 9 files changed +116
-71
lines changed Expand file tree Collapse file tree 9 files changed +116
-71
lines changed Original file line number Diff line number Diff line change @@ -21,19 +21,19 @@ module.exports = [
2121 name : 'The initial cost people pay for using one component' ,
2222 webpack : true ,
2323 path : 'packages/material-ui/build/Paper/index.js' ,
24- limit : '17.7 KB' ,
24+ limit : '17.6 KB' ,
2525 } ,
2626 {
2727 name : 'The size of all the modules of material-ui.' ,
2828 webpack : true ,
2929 path : 'packages/material-ui/build/index.js' ,
30- limit : '95.8 KB' ,
30+ limit : '95.6 KB' ,
3131 } ,
3232 {
3333 name : 'The main bundle of the docs' ,
3434 webpack : false ,
3535 path : getMainFile ( ) . path ,
36- limit : '179 KB' ,
36+ limit : '180 KB' ,
3737 } ,
3838 {
3939 name : 'The home page of the docs' ,
Original file line number Diff line number Diff line change @@ -37,13 +37,18 @@ function SimpleCard(props) {
3737 Word of the Day
3838 </ Typography >
3939 < Typography variant = "headline" component = "h2" >
40- be{ bull } nev{ bull } o{ bull } lent
40+ be
41+ { bull }
42+ nev
43+ { bull } o{ bull }
44+ lent
4145 </ Typography >
4246 < Typography className = { classes . pos } color = "textSecondary" >
4347 adjective
4448 </ Typography >
4549 < Typography component = "p" >
46- well meaning and kindly.< br />
50+ well meaning and kindly.
51+ < br />
4752 { '"a benevolent smile"' }
4853 </ Typography >
4954 </ CardContent >
Original file line number Diff line number Diff line change @@ -67,7 +67,8 @@ function DetailedExpansionPanel(props) {
6767 </ div >
6868 < div className = { classNames ( classes . column , classes . helper ) } >
6969 < Typography variant = "caption" >
70- Select your destination of choice< br />
70+ Select your destination of choice
71+ < br />
7172 < a href = "#sub-labels-and-columns" className = { classes . link } >
7273 Learn more
7374 </ a >
Original file line number Diff line number Diff line change @@ -119,7 +119,9 @@ class MultipleSelect extends React.Component {
119119 input = { < Input id = "select-multiple-chip" /> }
120120 renderValue = { selected => (
121121 < div className = { classes . chips } >
122- { selected . map ( value => < Chip key = { value } label = { value } className = { classes . chip } /> ) }
122+ { selected . map ( value => (
123+ < Chip key = { value } label = { value } className = { classes . chip } />
124+ ) ) }
123125 </ div >
124126 ) }
125127 MenuProps = { MenuProps }
Original file line number Diff line number Diff line change 152152 "rollup-plugin-uglify" : " ^4.0.0" ,
153153 "sinon" : " ^6.0.0" ,
154154 "size-limit" : " ^0.19.0" ,
155- "typescript" : " ^2.8 .0" ,
155+ "typescript" : " ^3.0 .0" ,
156156 "url-loader" : " ^1.0.1" ,
157157 "vrtest" : " ^0.2.0" ,
158158 "webfontloader" : " ^1.6.28" ,
Original file line number Diff line number Diff line change 4242 "react-dom" : " ^16.3.0"
4343 },
4444 "dependencies" : {
45- "@babel/runtime" : " ^ 7.0.0-beta.42" ,
46- "recompose" : " ^0.27 .0"
45+ "@babel/runtime" : " 7.0.0-beta.42" ,
46+ "recompose" : " ^0.28 .0"
4747 },
4848 "devDependencies" : {
4949 "fs-extra" : " ^7.0.0" ,
Original file line number Diff line number Diff line change 3434 "react-dom" : " ^16.3.0"
3535 },
3636 "dependencies" : {
37- "@babel/runtime" : " ^ 7.0.0-beta.42" ,
37+ "@babel/runtime" : " 7.0.0-beta.42" ,
3838 "@types/jss" : " ^9.5.3" ,
3939 "@types/react-transition-group" : " ^2.0.8" ,
4040 "brcast" : " ^3.0.1" ,
5656 "normalize-scroll-left" : " ^0.1.2" ,
5757 "popper.js" : " ^1.14.1" ,
5858 "prop-types" : " ^15.6.0" ,
59- "react-event-listener" : " ^0.6.0 " ,
59+ "react-event-listener" : " ^0.6.2 " ,
6060 "react-jss" : " ^8.1.0" ,
6161 "react-transition-group" : " ^2.2.1" ,
62- "recompose" : " ^0.27 .0" ,
62+ "recompose" : " ^0.28 .0" ,
6363 "warning" : " ^4.0.1"
6464 },
6565 "sideEffects" : false ,
Original file line number Diff line number Diff line change @@ -158,7 +158,8 @@ const CardTest = () => (
158158 </ Typography >
159159 < Typography variant = "body1" > adjective</ Typography >
160160 < Typography component = "p" >
161- well meaning and kindly.< br />
161+ well meaning and kindly.
162+ < br />
162163 { '"a benevolent smile"' }
163164 </ Typography >
164165 </ CardContent >
@@ -442,7 +443,8 @@ const GridListTest = () => (
442443 < GridList cellHeight = { 160 } cols = { 3 } onClick = { event => log ( event ) } >
443444 < GridListTile cols = { 1 } rows = { 4 } onClick = { event => log ( event ) } >
444445 < img src = "img.png" alt = "alt text" />
445- </ GridListTile > ,
446+ </ GridListTile >
447+ ,
446448 </ GridList >
447449) ;
448450
You can’t perform that action at this time.
0 commit comments