Skip to content

Commit

Permalink
feat #373 - Fix scrollOnClick and ScrollDirections export, fix text-a…
Browse files Browse the repository at this point in the history
…lignment in MadeWithLove (#374)

* feat #373 - export scrollOnClick & ScrollDirections. Fix text-alignment in MadeWithlove
  • Loading branch information
mishevong committed Jul 12, 2021
1 parent 1266ad9 commit ab92200
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dassana-io/web-components",
"version": "0.11.10",
"version": "0.11.11",
"publishConfig": {
"registry": "https://npm.pkg.github.com/dassana-io"
},
Expand Down
3 changes: 2 additions & 1 deletion src/components/Pages/MadeWithLove.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ const useStyles = createUseStyles({
padding: '56px 0px'
},
loveContent: {
paddingBottom: spacing['l+']
paddingBottom: spacing['l+'],
textAlign: 'center'
},
loveIcon: {
width: 80
Expand Down
2 changes: 2 additions & 0 deletions src/components/ScrollableSection/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,3 +104,5 @@ export const ScrollableSection: FC<ScrollableSectionProps> = ({
</Element>
)
}

export { scrollOnClick, ScrollDirections } from './utils'

0 comments on commit ab92200

Please sign in to comment.