[Compound] Implement dialogs (#1043)

* Implement dialogs following Compound tokens

* Update screenshots

* Fix confirmation dialog preview

* Update screenshots

* Add changelog

* Add Figma designs link

---------

Co-authored-by: ElementBot <benoitm+elementbot@element.io>
This commit is contained in:
Jorge Martin Espinosa 2023-08-11 14:44:40 +02:00 committed by GitHub
parent d08631fa07
commit a77b59824c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
134 changed files with 399 additions and 382 deletions

View file

@ -68,6 +68,14 @@ object ElementTheme {
*/
val typography: TypographyTokens = TypographyTokens
/**
* Material 3 [Typography] tokens. In Figma, these have the `M3 Typography/` prefix.
*/
val materialTypography: Typography
@Composable
@ReadOnlyComposable
get()= MaterialTheme.typography
/**
* Returns whether the theme version used is the light or the dark one.
*/