Skip to content

Commit

Permalink
release for v0.1.64
Browse files Browse the repository at this point in the history
  • Loading branch information
xtforgame committed Sep 30, 2020
1 parent 99a640f commit a6ce8c6
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vaxalui",

"version": "0.1.63",
"version": "0.1.64",

"description": "Vaxal ui",
"main": "index.js",
Expand Down
1 change: 1 addition & 0 deletions saya/Button.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const styles = {
fontWeight: 'bold',
fontFamily: 'FilsonSoft-Bold',
paddingTop: 4,
outline: 'none',
'&:hover': {
color: '#000000',
backgroundColor: '#FFFFFF'
Expand Down
4 changes: 3 additions & 1 deletion saya/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const useStyles = (0, _styles.makeStyles)(theme => ({
},
emailInput: {
width: 300,
height: 38,
'&::placeholder': {
color: '#FFFFFF'
}
Expand Down Expand Up @@ -223,7 +224,8 @@ var _default = props => {
}
}), _react.default.createElement(_Select.default, {
style: {
width: 300
width: 300,
height: 38
},
options: ['English', 'Traditional Chinese'],
value: language,
Expand Down
4 changes: 1 addition & 3 deletions saya/bob/Challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ const styles = {
paddingLeft: 10
},
line: {
height: 2,
backgroundColor: '#000000',
marginTop: 16
},
rightTitle: {
Expand Down Expand Up @@ -133,7 +131,7 @@ class Challenges extends _react.default.PureComponent {
}, title)), _react.default.createElement("div", {
className: classes.line,
style: {
border: '1px solid #000000'
borderBottom: '1px solid #000000'
}
}), _react.default.createElement("div", {
className: classes.subtitle
Expand Down
2 changes: 1 addition & 1 deletion saya/bob/ChallengesAndTransparency.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const styles = {
paddingTop: 80
},
container: {
width: '80%'
width: 940
},
title: {
fontSize: 40,
Expand Down
6 changes: 3 additions & 3 deletions saya/bob/CollapseSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ const useStyle = (0, _styles.makeStyles)(theme => ({
marginBottom: 20
},
leftContainer: {
width: 460,
paddingBottom: 48
width: 460
},
rightContainer: {
width: 480,
Expand All @@ -79,7 +78,8 @@ const useStyle = (0, _styles.makeStyles)(theme => ({
paddingBottom: 40
},
subtitle: {
fontSize: 20
fontSize: 20,
fontFamily: 'FilsonSoft-Bold'
},
button: {
marginTop: 32,
Expand Down
2 changes: 2 additions & 0 deletions saya/bob/GreenButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { de

const styles = {
button: {
cursor: 'pointer',
minWidth: 128,
height: 44,
paddingTop: 6,
Expand All @@ -35,6 +36,7 @@ const styles = {
},
disabledButton: {
color: '#ffffff',
cursor: 'not-allowed',
backgroundColor: '#444343',
'&:hover': {
backgroundColor: '#444343'
Expand Down
6 changes: 4 additions & 2 deletions saya/bob/GreenNumberSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ const styles = {
display: 'flex',
justifyContent: 'center',
height: 350,
color: '#000000'
color: '#000000',
textAlign: 'center'
},
titleWhite: {
color: '#ffffff',
Expand All @@ -36,7 +37,8 @@ const styles = {
},
leftColumn: {
display: 'flex',
flexDirection: 'column'
flexDirection: 'column',
flexShrink: 0
},
rightColumn: {
display: 'flex',
Expand Down
6 changes: 3 additions & 3 deletions saya/bob/Introduction.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const styles = {
paddingTop: 80
},
container: {
width: '80%'
width: 940
},
title: {
fontSize: 40,
Expand Down Expand Up @@ -83,7 +83,7 @@ class Introduction extends _react.default.PureComponent {
}
}, _react.default.createElement(_BreakAllContentText.default, {
style: {
fontFamily: 'FilsonSoftLight'
fontFamily: 'FilsonSoft-Bold'
}
}, title)), _react.default.createElement("div", {
className: classes.line,
Expand All @@ -97,7 +97,7 @@ class Introduction extends _react.default.PureComponent {
}
}, _react.default.createElement(_BreakAllContentText.default, {
style: {
fontFamily: 'FilsonSoftRegular'
fontFamily: 'FilsonSoft-Bold'
}
}, subtitle)), _react.default.createElement("div", {
className: classes.description,
Expand Down
6 changes: 3 additions & 3 deletions saya/bob/Methodology.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const styles = {
paddingTop: 80
},
container: {
width: '80%'
width: 940
},
title: {
fontSize: 40,
Expand All @@ -46,7 +46,7 @@ const styles = {
bottomContent: {
fontSize: 14,
fontFamily: 'FilsonSoftRegular',
marginTop: 32
marginTop: 80
},
space: {
height: 12
Expand Down Expand Up @@ -96,7 +96,7 @@ class Methodology extends _react.default.PureComponent {
}, title)), _react.default.createElement("div", {
className: classes.line,
style: {
border: lineBorder
borderBottom: lineBorder
}
}), _react.default.createElement("div", {
className: classes.subtitle,
Expand Down
6 changes: 2 additions & 4 deletions saya/bob/ProductFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ProductFeatures extends _react.default.PureComponent {
fontSize: 28,
fontFamily: 'FilsonSoftRegular'
}
}, `* ${l}`))))), _react.default.createElement("div", {
}, ` ${l}`))))), _react.default.createElement("div", {
className: classes.blockRoot
}, block.map(b => _react.default.createElement("div", {
className: classes.block,
Expand Down Expand Up @@ -140,9 +140,7 @@ class ProductFeatures extends _react.default.PureComponent {
color: b.color
},
className: classes.bottom
}, b.bottom)))))), _react.default.createElement("div", {
className: classes.space
}));
}, b.bottom)))))));
}

}
Expand Down
1 change: 1 addition & 0 deletions saya/bob/Project.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const styles = {
},
title: {
width: '100%',
height: 52,
fontSize: 20,
fontFamily: 'FilsonSoft-Bold'
},
Expand Down

0 comments on commit a6ce8c6

Please sign in to comment.