Merge pull request #5900 from element-hq/feature/fga/update_invite_selection_design

Design : update user rows
This commit is contained in:
ganfra 2025-12-15 10:33:57 +01:00 committed by GitHub
commit d85fca97b5
64 changed files with 130 additions and 132 deletions

View file

@ -11,8 +11,9 @@ package io.element.android.libraries.matrix.ui.components
import androidx.compose.foundation.clickable import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.width
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
import androidx.compose.runtime.Immutable import androidx.compose.runtime.Immutable
import androidx.compose.ui.Alignment import androidx.compose.ui.Alignment
@ -20,10 +21,10 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.semantics.Role import androidx.compose.ui.semantics.Role
import androidx.compose.ui.tooling.preview.Preview import androidx.compose.ui.tooling.preview.Preview
import androidx.compose.ui.unit.dp import androidx.compose.ui.unit.dp
import io.element.android.libraries.designsystem.atomic.atoms.SelectedIndicatorAtom
import io.element.android.libraries.designsystem.components.avatar.AvatarData import io.element.android.libraries.designsystem.components.avatar.AvatarData
import io.element.android.libraries.designsystem.components.avatar.AvatarSize import io.element.android.libraries.designsystem.components.avatar.AvatarSize
import io.element.android.libraries.designsystem.preview.ElementThemedPreview import io.element.android.libraries.designsystem.preview.ElementThemedPreview
import io.element.android.libraries.designsystem.theme.components.Checkbox
import io.element.android.libraries.designsystem.theme.components.HorizontalDivider import io.element.android.libraries.designsystem.theme.components.HorizontalDivider
import io.element.android.libraries.matrix.ui.model.getAvatarData import io.element.android.libraries.matrix.ui.model.getAvatarData
@ -63,11 +64,12 @@ fun CheckableUserRow(
) )
} }
} }
SelectedIndicatorAtom( Checkbox(
modifier = Modifier.padding(end = 24.dp), onCheckedChange = onCheckedChange,
checked = checked, checked = checked,
enabled = enabled, enabled = enabled,
) )
Spacer(modifier = Modifier.width(4.dp))
} }
} }

View file

@ -12,7 +12,6 @@ import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.heightIn
import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.layout.size import androidx.compose.foundation.layout.size
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
@ -45,8 +44,7 @@ fun UnresolvedUserRow(
Row( Row(
modifier = modifier modifier = modifier
.fillMaxWidth() .fillMaxWidth()
.heightIn(min = 56.dp) .padding(start = 16.dp, top = 12.dp, end = 16.dp, bottom = 12.dp),
.padding(start = 16.dp, top = 8.dp, end = 16.dp, bottom = 8.dp),
verticalAlignment = Alignment.CenterVertically verticalAlignment = Alignment.CenterVertically
) { ) {
Avatar( Avatar(

View file

@ -11,7 +11,6 @@ package io.element.android.libraries.matrix.ui.components
import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Row
import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.heightIn
import androidx.compose.foundation.layout.padding import androidx.compose.foundation.layout.padding
import androidx.compose.runtime.Composable import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment import androidx.compose.ui.Alignment
@ -37,8 +36,7 @@ internal fun UserRow(
Row( Row(
modifier = modifier modifier = modifier
.fillMaxWidth() .fillMaxWidth()
.heightIn(min = 56.dp) .padding(start = 16.dp, top = 12.dp, end = 16.dp, bottom = 12.dp),
.padding(start = 16.dp, top = 4.dp, end = 16.dp, bottom = 4.dp),
verticalAlignment = Alignment.CenterVertically verticalAlignment = Alignment.CenterVertically
) { ) {
Avatar( Avatar(

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5ce85ac67e6ff108ba0d333e43d5ee0f8017602b7c271945de779b15d39f4884 oid sha256:639cb5bcb5a74d1cdb94703c42189d1a5d9fd2b9d9f49c23cd47bb340a830710
size 38233 size 37829

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:04086fce6b3b8b17a8736903c1975e3b08fb2273ca6c41fe71000b61ce7f0950 oid sha256:651042b5628da42cdb4d7d8fb465ba279a12d78d8f51a688eeee90bc413002d0
size 32559 size 32992

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:b796eb0b26e073beeff1ac1f87e8e403e39c6030d092fc3f18b29d26e34d57af oid sha256:b2e674fec4e26de21c82e020f9c9a7b693599ff98c1aa4d5c846c0179db3e1bf
size 25476 size 25727

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e3497c9641b660ff1de9a54e1051f9ee6fcebc31a631f681082d28834c1273df oid sha256:e3a65959829bbf2c2e2f2842b78f620e417a0edaa5996f7a53f24b6cc997f9ab
size 38989 size 38491

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:49c325c609a49cc5a843c257a0cf7977d2fac8916404d0e1f94b58274546ef73 oid sha256:ca72547eaa183851897287859b5be5fe8dad13f2d69a374d7e62477de171f37b
size 32660 size 33060

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:66220acd53b2e0e60c710605d79f316c961dc10d281be650bdf50114c04be758 oid sha256:8d49358838af8128be8b8a1e06712a5656460e247db0ed496186cc5017a31ac4
size 25030 size 25307

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8e10ab8535d37d714ce4ec7392fed1e3ecaab3f459c1bcc872601bed6d57fc69 oid sha256:64b472e04eca6203aa2563e65b0f54af3b4baa9da1706a4ecf4a0609697d48d9
size 11417 size 11403

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8e97d19ae75ab72b57ec48bf6c39bf1f742e25ef5acbb20a7583ba697ae4d745 oid sha256:fdc697787133723238c5b228b53c76b94e8a159b63df9068189398439d179353
size 16881 size 16904

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f58353935619cb6551f737a95381bdb4a1736fd77054886cd908044110c6dd03 oid sha256:f4a48c30efc2dc278c5c9aa6274899f0c669fc7d5433fafd737681bc3486bdd2
size 21967 size 22025

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d6ae65c60453959b99624c3b51c6b84b721ef9999bd0313e6c785c9d5bb82c00 oid sha256:ddd99012579e28dc0d52dedcfa097825d3ada4548c4a3d3595a6fa9347168bf4
size 26218 size 26295

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1a00ac9b95359013527bafc8f244b55ed02a75cde8a81a16815e121575a4b6ae oid sha256:1a086cf3f75b8e525e41684e5366a5d416ae04cd43a093c8f2f09f6d1509b3f2
size 31544 size 31717

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:1efb80a24b556fdeea528de1b5afb004100616bf3163c7b5c5b184a2ff82a84e oid sha256:f4891d5825449f0362bad22f16cb8ffd9c9332312f9528d0acf23a8db146f37b
size 11080 size 11055

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:70b76a4cab9419ac6e49352982c203a87db6f7cb44091f29a8abf24584db2292 oid sha256:d2d1dcdd63d79289f6d56ecf3b108e147791e218cef96c598bdfcf0e51f15ddd
size 16208 size 16273

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:00fce403745ec69a35aa00ca423cd42633e2870504806857d13ffc7d920846fc oid sha256:17ca7249652b4fd0263cedd75782e8f57277feecb0d77976b8d428d1621506b0
size 21474 size 21525

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:cba66ab8e687a3f7fd904fda4001bb5bee26d8825d5d19cf700aefad98637d6e oid sha256:87501fc77eb9026ff8b4a703eb85c93b31fcf7c0d0cbfde7afe9b6dd0110d068
size 26307 size 26460

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:417f719ea18b93aa1ced2c2fe0cd73c2558170a16df8370edf2c66491337b607 oid sha256:9cf2adb5e8ac9f8bca87e6b5e1a8b5f59dacd6ee470d8a3b5bb5c2e6233e1709
size 31734 size 31937

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c9e3e250938e4dec52652a16f5457c005d9a112ee4ca169d6dcdcb0d8682987f oid sha256:9f6981c35088873ccc506975aec10c62ecd706ae4fa73f11a3fbb7a786e8ca5d
size 58911 size 53394

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:8f74e0fd4c913c895b3edfb6ee8b75f5034230d2462947e7cedcf13aa749ecd1 oid sha256:44935e8bb95a3c4967cbe23de7e067519e9123edff1129276da7cc73067d83a4
size 58628 size 57956

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4084d378d7972223d258df063df13998b2fafae02bfc6f585472808dbf66955a oid sha256:ad5a2a0849cd17e90124a20fa99e79e05182a518d6f9789f16e0a83e1c06bf1a
size 55264 size 50695

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7c57c0986de2480dee08b62b48ccbb8eab5fd3271d0d0c0b9e3d3d7b9cebd678 oid sha256:3b04ccd9f43fa8283e62d43de910bcf68ceba81cec88fc1e20710252e0828c85
size 61750 size 56290

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:912a4cc70e1385a661738ad8a44f6ef684079754b704b259ac2122f1d1370ed7 oid sha256:19b57b52597b1663725a6681facb0e98351b4bcc482b21722539762ef4e26e21
size 61266 size 55782

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c9e3e250938e4dec52652a16f5457c005d9a112ee4ca169d6dcdcb0d8682987f oid sha256:9f6981c35088873ccc506975aec10c62ecd706ae4fa73f11a3fbb7a786e8ca5d
size 58911 size 53394

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:08596a989d560562dcaf95bf822d437b54273c8b05e194bd876e41db8278960c oid sha256:26da644c71f1fed42bffedc56d1bf23c5454aaa8bb8679fe705567670f9c0e69
size 60062 size 54576

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2b6b52039677271c7b20709734393061fe8ce2e3df07683cefb98d28f6f74aef oid sha256:8838ca5825b2f21eff9332f2b9a21d04f5cc8ef22bb809116a19b5e47863f0f6
size 59297 size 59050

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:59758683e591affc670a7f738aea5e8e41a8743d32154611da0558e9c9290c35 oid sha256:baebdfc57e32a6cb4e7a9dc96123056428a9304fd70d3b121c9f463d287a5ee8
size 53072 size 48584

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:71c6926e36b400cc8842fae1029bf5240339ead2f49b31e06adcbc7cc43e1d96 oid sha256:2d7121455aa0fe2cfb095d3c0a649813473752a0cf9c588059792f97badd1a3e
size 61757 size 56285

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:22c9d278e5b933512a72b9af164e5e4b0385821d64d2b597d7e8655184c8ead0 oid sha256:8fe4eb205597b6e39a99e78c4eaf8fc7805509ffea6176b02881e179f5269306
size 61501 size 56034

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:08596a989d560562dcaf95bf822d437b54273c8b05e194bd876e41db8278960c oid sha256:26da644c71f1fed42bffedc56d1bf23c5454aaa8bb8679fe705567670f9c0e69
size 60062 size 54576

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5c806de6d6f7c84f87ebadab6606d3d6352a8094a17cf02ee897072e3918ebdd oid sha256:7065bbf0444b299bd8f024f1f1c9143a1b7ef5b20eba22d95a573f059e5f502d
size 58279 size 54175

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e9c4bb59ec7ba0ed437f6fd19d96ed50328fecde7d1aa026e1a076bdf34376db oid sha256:d55ace579493a40e9bafe3e212918010f9b285ee3ea0dd5ada6c25d21e3aa622
size 59229 size 55288

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c8b5970490e96a693655df832f9c4bf83dd55a8b06da27b48881d9f61b2dfd9c oid sha256:1b654ef6029e31f4c5de17ee69807cd10ca307804939efae3c8a5859eb94c8e8
size 55110 size 53744

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:d5ff0c767c13a80f8305096982d1fb92800d3a25fb50115c631fd3916fd7f52c oid sha256:0dfa48cfb76e2c62e9eef83d5d3c3ffb1006b0d68a6898f79117e137ae55f942
size 30180 size 30267

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6b7049a6865a0ea4529cc43d16a27b9107e26d6583f429affe8327840b84ac2a oid sha256:8b281cb130783d24f386536badeae5d669aeabe7f74f65042b13202dfce14960
size 56050 size 54623

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0b4a208d39a5f6040d17da5290a8f2f81cd917aa02c8e38b092fc79497e1e563 oid sha256:f74dd5cf34442fe490ef8277851a330c21b1456105d64dcbbc30015631cfe83f
size 18394 size 18568

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:889734242ce96bfc206ae1421ab9c1cbccbcb11f99889445ea27833cbd057a0a oid sha256:b5f222a27028cf852b3c92985b2ed70c406adf950fd4a9c3fe11885ede4b458d
size 55231 size 53832

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5fa0396ed5afbb31ef60cbc74c3369e3eb306f0b4eb168424165c6246ea7cdca oid sha256:8385e865dbfd322194631f9716761b66d94b86b47d351e777b653818a0a6fc3a
size 29276 size 29291

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:5bb86c6fea38d0e798cffa5fee0610a32048aeb1d3427cd9b5b749dfacee0e55 oid sha256:4dbfe0a0cc6a956b6288a82912e2de32a9555ced9a31a67ee63fed29b09b78fa
size 56063 size 54701

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a6d55832abbcffc4d84b7139fbfb19d4c96a5ebcc9233ff139c5aae6b9f406d9 oid sha256:a7826ffc4183453ef0d969f92cc1a034e0405732910c203213daf68a9870327a
size 17831 size 17991

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:cff8d671701fb10f9eced75ad665e8610169a75d29e9698a3ee77da2e7c2e53e oid sha256:0924b8f2a751ed562e73a259d7e28b341b20e4760004f1af11b2965355aa208e
size 82800 size 82663

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:7458d0f821af41610a30d3f044a7ddf8c84e65d405227a6db987280c39e506e4 oid sha256:e95c5ea5faf80c0e6c74bba083bce824b9e5853378c0c731cc14c1f53829da9e
size 42396 size 42992

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:56ed064ba1b8dd3a1fd7238197eed66e7f15f4bcb290958131994f671dec2799 oid sha256:8fd6daaaf9b3d2ce8708c12f64eadf905874de008edba5415e2d452d1cc5906e
size 38436 size 38504

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:54337827a41fe2a2003874c3a068a4e8279fc1196e0f44b968ad9adfefe3598b oid sha256:85cf2d191cb255838a25dec2b69899b096170c65463e81a34261df533b861eb1
size 54763 size 53062

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:90138507cc2a34102c353c9e4d8c8af54ec547f92bc32b1158d980719d2f57e6 oid sha256:543e5d99df73c97b6e1fcfa184e865568d9cea4d23c2ab92a9f64be66ae303d8
size 37193 size 38127

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:3d303fe75dcd58dd7961378cf03bde8ad5dbed7a0e437d5cd829d7963e89cca1 oid sha256:de723755b90c8cacce16e27a16dcc9103e27bad86f492fd540745d90eabd7984
size 39113 size 39352

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:69196aa9bf0d856a4a58f7ce5177f80e0ef58a138d501e58d3aa22215d979f03 oid sha256:ece00a0efbaaef3ffa2a6cd21542a4d9f37fd722ddad8f52a2b5c5b22afaec5e
size 55735 size 54275

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:e14260ce5a9453b13bdbf6d6310fc4ea094e70e4fd27b6c84ea42f1fa24bf26c oid sha256:fe7d54ea6d6bd3f74ab93360042afdad0def7b704c023b896a427d4e5e038f82
size 37148 size 37831

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:860e69982f2f4604f766012b223901a074d1dae69a7b62d47c27bee948be9625 oid sha256:5e7c8f6b2beaf11a388c1c1eea86882836a8dc992dda0a616718e28ea10e9218
size 19774 size 19831

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:47af637bd7dd4c178e212cde67b652381cba2bff1f0802bc8e17e792aba9bf5e oid sha256:a80c27eeeb0b6d7bcae6dce55c1b76e8339a87e12ff9e489e4b94f7f8cfad048
size 26628 size 26686

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:584e0aa699195c24dbf9e096837975f10d65cb9134b5e27f5ceb0940f58693b2 oid sha256:6d6ed05f8651e3a080a4faf8a77e8f80bc56cd52452e64e279af80098216b913
size 53162 size 50201

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:3f9aee160678ab11d9fa7c149f0399c296c796202160753f6f9eb2259d4d362d oid sha256:2c6313c54b31b1bb0d01d3d8a144ee42a9ad8e48be5e38546d8330b7c83c51fd
size 18664 size 18729

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:003981330bc57f34df10934331f1001cd3968209393b4adc34e61afd784e9b36 oid sha256:4c494394f5d6485ebdea10c9aa04057eb9e5d05680be5a10eaa1cf13e08833cb
size 24938 size 25000

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:a1196280397ffa9ba440b31a022a95bb2ee8734507d7a75eb4cf4c134b536205 oid sha256:bcf1370e3cd3bee3c2ae0607d3a4d21f1e6f4aa9f3558c63f918e4cc64f126a6
size 52796 size 49709

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:de56ceb6ae4d4accaec97891cca6785a0ee02571748f83b9fa83b8b10582dd81 oid sha256:2fb60b8f3e1e7a412434b7914d8c68c5266d598e9fa4f3f1a3b243a16dc7da4c
size 49075 size 43723

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:109e7536b35f9396266b64fd84083bbfddc82caa47de3500bebe4cce9a71d1a7 oid sha256:14e02b252ef0fd343b0d4cc6f7745a36dc15351ead4d3920a9e78b0fd329f04b
size 49924 size 44581

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:4e52b296963423635bd42274768882d3aa30a6f2865c18f3999356d9cc815154 oid sha256:afef26d6f1eaae9c9990095ff76081796ab408b611fc6d5e54eaf4e5149d5416
size 50445 size 50236

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c36cacfcdf856303fa981fe90271bbda2583d363aadd44b88eb8556d6cb09b12 oid sha256:58e898ed1ed67402f639f61628729bbabad0142c9047aeacf3e1312ef2d1a469
size 108348 size 103204

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:9ae8f733f41116d35d039edc8243e11eb4175b1485cbfb72b02d0e4d1caf07af oid sha256:3d5708861e397d6d20cf6900e4fa566dc86961eeadea6ceeb13f15f5f9e93caf
size 9587 size 9796

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:eace16f819a0fa1aa10a859315d86c639abc51367295e8ea2d2d3826415152e1 oid sha256:bc971461b2e57aef9021633759cdf7e3771d52bd9d9a23631765da0e4ece028f
size 9569 size 9495

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:c128b9907bb834a08569f8cb6c93c2c97249f813a405b4dff0cfa35b23793112 oid sha256:d45fb1723e9b0a1a45618f68d18697ec8e5cabeab1224447913a366510aff352
size 9663 size 9828

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:24bb6401edef8bd83a6f5d6854a50c13039553b042db690dc5e1763f364764b9 oid sha256:99964776c4a2be5d5fbbc9d600516fd758238c382e9ae4a7e49bf91193d10898
size 9529 size 9420

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:441264fe4ba673ab069b38d45243bbff77e2a17f99fd849d9c8b6cd30486e54d oid sha256:228ec3cb50e9bf8079a1e484bcc36b84dadd3ffd0c790257a98f05b48e3e423d
size 55142 size 55445