Skip to content

Commit 0485cfb

Browse files
feat: Modify prebuilt UI designs (#844)
* Modify providerButton styles * Modify provider btn animation keyframe * Auth form typography * Update prebuilt ui styles * Undo changes to App js in example app * Remove console log in App js * Update version and changelog * Update prop names for JSX compatibility * Update props in build folder * Undo change to test file * Revert redundant diff * Change secondaryText to primaryText * Update Changelog md * Update changelog * Update passwordless prebuiltUI size limit * Update providerButton animation to use CSS only * Update changelog * Reduce animation start delay * Update provider button fontsize * Add spacing between text and arrow * Revert test changes * Minor change * Update secondaryLinkWithLeftArrow styles * ci: make the chromatic job manually triggerable * Update header title font weight * Update provider button styles --------- Co-authored-by: Mihaly Lengyel <[email protected]>
1 parent 7546e1e commit 0485cfb

33 files changed

+357
-623
lines changed

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "Chromatic"
33
on:
44
push:
55
branches: [master, "[0-9]*.[0-9]*"]
6-
workflow_call:
6+
workflow_dispatch:
77

88
jobs:
99
chromatic:

CHANGELOG.md

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

88
## [unreleased]
99

10+
## [0.47.0] - 2024-08-28
11+
12+
### Breaking changes
13+
14+
Redesigned the pre-built UI with a modern monochrome aesthetic, creating a cleaner and more unified visual experience.
15+
16+
### Details
17+
18+
#### The value of the following palette variables have changed
19+
20+
- **--palette-textTitle** changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
21+
- **--palette-textLabel** changed from rgb`(34, 34, 34)` to `rgb(0, 0, 0)`
22+
- **--palette-textInput** changed from `rgb(34, 34, 34)` to `rgb(0, 0, 0)`
23+
- **--palette-textPrimary** changed from `rgb(101, 101, 101)` to `rgb(128, 128, 128)`
24+
- **--palette-textLink** changed from `rgb(0, 118, 255)` to `rgb(0, 122, 255)`
25+
- **--palette-textGray** changed from `rgb(128, 128, 128)` to `rgb(54, 54, 54)`
26+
27+
#### Provider Button Style has changed
28+
29+
- 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.
30+
31+
#### Icon updates
32+
33+
- Changed the Email Icon used in the "Verify Email" UI
34+
35+
- Changed the SMS Icon used in the "Link sent to phone" UI
36+
37+
- Changed the button arrow icons
38+
1039
## [0.46.0] - 2024-08-26
1140

1241
### Breaking changes

lib/build/arrowLeftIcon.js

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

lib/build/emailLargeIcon.js

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

0 commit comments

Comments
 (0)