From 4c4abdd6b3db063f821f42bee7ffd424cab0e348 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 16 Mar 2023 18:26:41 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.1.2...v1.1.3) (2023-03-16) ### Bug Fixes * add comment ([9fa85c0](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/9fa85c0e4056641b0897c24ce6e21d93e2bb1183)) * link ([f15ed2a](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/f15ed2a0c3b5d9af53e6831a9ccc31c1b6676e31)) --- CHANGELOG.md | 8 ++++++++ lib/cjs/theme.js | 18 +++++++++++++++++- lib/esm/theme.js | 18 +++++++++++++++++- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 767165ef..8a36e7f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.1.3](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.1.2...v1.1.3) (2023-03-16) + + +### Bug Fixes + +* add comment ([9fa85c0](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/9fa85c0e4056641b0897c24ce6e21d93e2bb1183)) +* link ([f15ed2a](https://github.com/ocadotechnology/codeforlife-package-javascript/commit/f15ed2a0c3b5d9af53e6831a9ccc31c1b6676e31)) + ## [1.1.2](https://github.com/ocadotechnology/codeforlife-package-javascript/compare/v1.1.1...v1.1.2) (2023-03-16) diff --git a/lib/cjs/theme.js b/lib/cjs/theme.js index 85d29943..a2e5ff2a 100644 --- a/lib/cjs/theme.js +++ b/lib/cjs/theme.js @@ -21,6 +21,11 @@ var theme = (0, styles_1.responsiveFontSizes)((0, styles_1.createTheme)({ } }, components: { + MuiGrid2: { + defaultProps: { + disableEqualOverflow: true + } + }, MuiButton: { styleOverrides: { root: { @@ -32,7 +37,18 @@ var theme = (0, styles_1.responsiveFontSizes)((0, styles_1.createTheme)({ MuiTextField: { styleOverrides: { root: { - width: '100%' + width: '100%', + backgroundColor: 'white' + } + } + }, + MuiLink: { + defaultProps: { + underline: 'hover' + }, + styleOverrides: { + root: { + cursor: 'pointer' } } } diff --git a/lib/esm/theme.js b/lib/esm/theme.js index 2e9f3382..b5d09c2a 100644 --- a/lib/esm/theme.js +++ b/lib/esm/theme.js @@ -19,6 +19,11 @@ var theme = responsiveFontSizes(createTheme({ } }, components: { + MuiGrid2: { + defaultProps: { + disableEqualOverflow: true + } + }, MuiButton: { styleOverrides: { root: { @@ -30,7 +35,18 @@ var theme = responsiveFontSizes(createTheme({ MuiTextField: { styleOverrides: { root: { - width: '100%' + width: '100%', + backgroundColor: 'white' + } + } + }, + MuiLink: { + defaultProps: { + underline: 'hover' + }, + styleOverrides: { + root: { + cursor: 'pointer' } } }