-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(clerk-js): Enable element descriptors & ids for active devices […
…SDK-859] (#1994) (#2010) (cherry picked from commit 78fc5ee) Co-authored-by: Tom Milewski <me@tm.codes>
- Loading branch information
1 parent
60ea712
commit 0f8aedd
Showing
5 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'@clerk/clerk-js': patch | ||
'@clerk/types': patch | ||
--- | ||
|
||
Introduces new element appearance descriptors: | ||
|
||
- `activeDeviceListItem` allows you to customize the appearance of the active device list (accordion) item | ||
- `activeDeviceListItem__current` allows you to customize the appearance of the _current_ active device list (accordion) item | ||
- `activeDevice` allows you to customize the appearance of the active device item | ||
- `activeDevice__current` allows you to customize the appearance of the _current_ active device item |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters