Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Modify prebuilt UI designs #844

Merged
merged 26 commits into from
Aug 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
59b3d16
Modify providerButton styles
ohansFavour Aug 4, 2024
9fcfb04
Modify provider btn animation keyframe
ohansFavour Aug 21, 2024
7133345
Auth form typography
ohansFavour Aug 23, 2024
97777cd
Update prebuilt ui styles
ohansFavour Aug 26, 2024
05a9d6e
Undo changes to App js in example app
ohansFavour Aug 26, 2024
bb6eaf5
Remove console log in App js
ohansFavour Aug 26, 2024
51fe56f
Update version and changelog
ohansFavour Aug 27, 2024
dabc847
Update prop names for JSX compatibility
ohansFavour Aug 27, 2024
4fe7f9e
Update props in build folder
ohansFavour Aug 27, 2024
c0a9786
Undo change to test file
ohansFavour Aug 28, 2024
929470c
Revert redundant diff
ohansFavour Aug 28, 2024
fdd3d6e
Change secondaryText to primaryText
ohansFavour Aug 28, 2024
f547a96
Update Changelog md
ohansFavour Aug 28, 2024
f0ffc8c
Update changelog
ohansFavour Aug 28, 2024
ee9962d
Update passwordless prebuiltUI size limit
ohansFavour Aug 28, 2024
ac64897
Update providerButton animation to use CSS only
ohansFavour Aug 28, 2024
769fcfa
Update changelog
ohansFavour Aug 28, 2024
c8f9a60
Reduce animation start delay
ohansFavour Aug 29, 2024
6b485bb
Update provider button fontsize
ohansFavour Aug 29, 2024
71f663d
Add spacing between text and arrow
ohansFavour Aug 29, 2024
510ab14
Revert test changes
ohansFavour Aug 29, 2024
6e37ee2
Minor change
ohansFavour Aug 29, 2024
c7ba791
Update secondaryLinkWithLeftArrow styles
ohansFavour Aug 29, 2024
d560c46
ci: make the chromatic job manually triggerable
porcellus Aug 29, 2024
aae6a62
Update header title font weight
ohansFavour Aug 30, 2024
bed78f2
Update provider button styles
ohansFavour Aug 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: "Chromatic"
on:
push:
branches: [master, "[0-9]*.[0-9]*"]
workflow_call:
workflow_dispatch:

jobs:
chromatic:
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,35 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [0.47.0] - 2024-08-28

### Breaking changes

Redesigned the pre-built UI with a modern monochrome aesthetic, creating a cleaner and more unified visual experience.

### Details

#### The value of the following palette variables have changed

- **--palette-textTitle** changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
- **--palette-textLabel** changed from rgb`(34, 34, 34)` to `rgb(0, 0, 0)`
- **--palette-textInput** changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
- **--palette-textPrimary** changed from `rgb(101, 101, 101)` to `rgb(128, 128, 128)`
- **--palette-textLink** changed from `rgb(0, 118, 255)` to `rgb(0, 122, 255)`
- **--palette-textGray** changed from `rgb(128, 128, 128)` to `rgb(54, 54, 54)`

#### Provider Button Style has changed

- Adjusted the layout of the provider buttons. Previously, the logo and text had fixed spacing and were centered within the button. Now, the logo is aligned to the left, and the text is centered within the remaining space, enhancing visual balance and consistency across different button text lengths.

#### Icon updates

- Changed the Email Icon used in the "Verify Email" UI

- Changed the SMS Icon used in the "Link sent to phone" UI

- Changed the button arrow icons

## [0.46.0] - 2024-08-26

### Breaking changes
Expand Down
15 changes: 3 additions & 12 deletions lib/build/arrowLeftIcon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 17 additions & 62 deletions lib/build/emailLargeIcon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading