Skip to content

Commit cadb778

Browse files
authored
feat!: update font, font-weight and remove Rubik (#840)
* feat!: update font, font-weight and remove Rubik * test: add more EV stories
1 parent 99159a8 commit cadb778

File tree

61 files changed

+157
-402
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+157
-402
lines changed

.circleci/publish.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,11 @@ then
1313
cd ..
1414
npm publish --tag latest
1515
npm i || exit $?
16-
npx -y chromatic --auto-accept-changes master
16+
npx -y chromatic --auto-accept-changes --branch=master
17+
npx -y chromatic --auto-accept-changes --branch=$version
1718
else
1819
cd ..
1920
npm publish --tag version-$version
21+
npm i || exit $?
22+
npx -y chromatic --auto-accept-changes --branch=$version
2023
fi

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [0.45.0] - 2024-07-31
11+
12+
### Breaking changes
13+
14+
- Updated the font and font-weights in the default styles
15+
- We no longer load the Rubik font by default
16+
1017
## [0.44.0] - 2024-07-15
1118

1219
- Removes the default `maxAgeInSeconds` value (previously 300 seconds) in EmailVerification Claim. If the claim value is true and `maxAgeInSeconds` is not provided, it will not be refreshed.

examples/for-tests-react-16/src/App.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
justify-content: stretch;
55
width: 100vw;
66
height: 100vh;
7-
font-family: Rubik;
87
}
98

109
.fill {

examples/for-tests/src/App.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
justify-content: stretch;
55
width: 100vw;
66
height: 100vh;
7-
font-family: Rubik;
87
}
98

109
.fill {

lib/build/emailpasswordprebuiltui.js

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/emailverification-shared2.js

Lines changed: 3 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/emailverificationprebuiltui.js

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/genericComponentOverrideContext.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/index2.js

Lines changed: 8 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/build/multifactorauthprebuiltui.js

Lines changed: 3 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)