Merge pull request #6517 from element-hq/feature/bma/compound10
Sync compound tokens https://github.com/element-hq/compound-design-tokens/releases/tag/v10.0.0
This commit is contained in:
commit
e63a50b512
106 changed files with 209 additions and 201 deletions
|
|
@ -747,7 +747,7 @@ private fun MessageEventBubbleContent(
|
||||||
}
|
}
|
||||||
Box(
|
Box(
|
||||||
modifier = talkbackCompatModifier
|
modifier = talkbackCompatModifier
|
||||||
.border(1.dp, ElementTheme.colors.borderInteractiveSecondary, RoundedCornerShape(6.dp))
|
.border(1.dp, ElementTheme.colors.separatorPrimary, RoundedCornerShape(6.dp))
|
||||||
.background(ElementTheme.colors.bgCanvasDefault, RoundedCornerShape(6.dp))
|
.background(ElementTheme.colors.bgCanvasDefault, RoundedCornerShape(6.dp))
|
||||||
.padding(4.dp)
|
.padding(4.dp)
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@ import androidx.compose.foundation.layout.size
|
||||||
import androidx.compose.foundation.lazy.LazyColumn
|
import androidx.compose.foundation.lazy.LazyColumn
|
||||||
import androidx.compose.foundation.lazy.items
|
import androidx.compose.foundation.lazy.items
|
||||||
import androidx.compose.material.icons.Icons
|
import androidx.compose.material.icons.Icons
|
||||||
|
import androidx.compose.material.icons.outlined.Folder
|
||||||
import androidx.compose.material.icons.outlined.SubdirectoryArrowLeft
|
import androidx.compose.material.icons.outlined.SubdirectoryArrowLeft
|
||||||
import androidx.compose.material3.ExperimentalMaterial3Api
|
import androidx.compose.material3.ExperimentalMaterial3Api
|
||||||
import androidx.compose.material3.MaterialTheme
|
import androidx.compose.material3.MaterialTheme
|
||||||
|
|
@ -111,7 +112,7 @@ private fun ItemRow(
|
||||||
}
|
}
|
||||||
is Item.Folder -> {
|
is Item.Folder -> {
|
||||||
ListItem(
|
ListItem(
|
||||||
leadingContent = ListItemContent.Icon(IconSource.Vector(CompoundIcons.Folder())),
|
leadingContent = ListItemContent.Icon(IconSource.Vector(Icons.Outlined.Folder)),
|
||||||
headlineContent = {
|
headlineContent = {
|
||||||
Text(
|
Text(
|
||||||
text = item.name,
|
text = item.name,
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:37f6acca46890e98087ece62e2716fa60791479fab02999406050517e3b79307
|
oid sha256:7901fea2f578c8ed796160c9c08f417c61f4fb21580f958844fdf0cb794adf8a
|
||||||
size 240187
|
size 239731
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a2de5e6d24dcbe0baa75a69485f5a308466fa599625bcbdb0cb96e9bc5a1b708
|
oid sha256:245f012d419817f6557d92a71729b3b70092f24f0eba37f2f1fc431ad27592be
|
||||||
size 253233
|
size 252969
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ae1cb46d82acbb23cc172f41e20a41bbe88c350ab53c20e5b2a91f2c16590fbf
|
oid sha256:2d15c52b21cc279d306fa187cd0c318820109b5ec66270e6447e1b02e800eeba
|
||||||
size 254525
|
size 254206
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8a8a9b6e61758a40d01028a4edb4a4d21b845b83b3e0793ed0934e48f3d9eea0
|
oid sha256:85ef188fa3a27e42f4beafc899c1f3e7e8bcfad980ed76af6a03f76d70d6a511
|
||||||
size 94637
|
size 93807
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7f29d225df71587fefe07ec8739b84f1a0469786c6b1d6778da0bad33d19574e
|
oid sha256:f6e38386e95dc0c50384f06fca122ce14851ceff8ffc7865e394c1b4fccc5db6
|
||||||
size 101183
|
size 100555
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -229,9 +229,6 @@ object CompoundIcons {
|
||||||
@Composable fun Filter(): ImageVector {
|
@Composable fun Filter(): ImageVector {
|
||||||
return ImageVector.vectorResource(R.drawable.ic_compound_filter)
|
return ImageVector.vectorResource(R.drawable.ic_compound_filter)
|
||||||
}
|
}
|
||||||
@Composable fun Folder(): ImageVector {
|
|
||||||
return ImageVector.vectorResource(R.drawable.ic_compound_folder)
|
|
||||||
}
|
|
||||||
@Composable fun Forward(): ImageVector {
|
@Composable fun Forward(): ImageVector {
|
||||||
return ImageVector.vectorResource(R.drawable.ic_compound_forward)
|
return ImageVector.vectorResource(R.drawable.ic_compound_forward)
|
||||||
}
|
}
|
||||||
|
|
@ -771,7 +768,6 @@ object CompoundIcons {
|
||||||
FileError(),
|
FileError(),
|
||||||
Files(),
|
Files(),
|
||||||
Filter(),
|
Filter(),
|
||||||
Folder(),
|
|
||||||
Forward(),
|
Forward(),
|
||||||
FullScreen(),
|
FullScreen(),
|
||||||
Grid(),
|
Grid(),
|
||||||
|
|
@ -1000,7 +996,6 @@ object CompoundIcons {
|
||||||
R.drawable.ic_compound_file_error,
|
R.drawable.ic_compound_file_error,
|
||||||
R.drawable.ic_compound_files,
|
R.drawable.ic_compound_files,
|
||||||
R.drawable.ic_compound_filter,
|
R.drawable.ic_compound_filter,
|
||||||
R.drawable.ic_compound_folder,
|
|
||||||
R.drawable.ic_compound_forward,
|
R.drawable.ic_compound_forward,
|
||||||
R.drawable.ic_compound_full_screen,
|
R.drawable.ic_compound_full_screen,
|
||||||
R.drawable.ic_compound_grid,
|
R.drawable.ic_compound_grid,
|
||||||
|
|
|
||||||
|
|
@ -91,6 +91,8 @@ data class SemanticColors(
|
||||||
val bgSubtleSecondaryLevel0: Color,
|
val bgSubtleSecondaryLevel0: Color,
|
||||||
/** Subtle background colour for success state elements. State: Rest. */
|
/** Subtle background colour for success state elements. State: Rest. */
|
||||||
val bgSuccessSubtle: Color,
|
val bgSuccessSubtle: Color,
|
||||||
|
/** Accent borders for containers */
|
||||||
|
val borderAccentPrimary: Color,
|
||||||
/** accent border intended for keylines on message highlights */
|
/** accent border intended for keylines on message highlights */
|
||||||
val borderAccentSubtle: Color,
|
val borderAccentSubtle: Color,
|
||||||
/** High-contrast border for critical state. State: Hover. */
|
/** High-contrast border for critical state. State: Hover. */
|
||||||
|
|
@ -171,6 +173,8 @@ data class SemanticColors(
|
||||||
val iconTertiary: Color,
|
val iconTertiary: Color,
|
||||||
/** Translucent version of tertiary icon. Refer to it for intended use. */
|
/** Translucent version of tertiary icon. Refer to it for intended use. */
|
||||||
val iconTertiaryAlpha: Color,
|
val iconTertiaryAlpha: Color,
|
||||||
|
/** Used to separate core sections of the UI as well as containers */
|
||||||
|
val separatorPrimary: Color,
|
||||||
/** Accent text colour for plain actions. */
|
/** Accent text colour for plain actions. */
|
||||||
val textActionAccent: Color,
|
val textActionAccent: Color,
|
||||||
/** Default text colour for plain actions. */
|
/** Default text colour for plain actions. */
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ val compoundColorsDark = SemanticColors(
|
||||||
bgSubtleSecondary = DarkColorTokens.colorGray300,
|
bgSubtleSecondary = DarkColorTokens.colorGray300,
|
||||||
bgSubtleSecondaryLevel0 = DarkColorTokens.colorThemeBg,
|
bgSubtleSecondaryLevel0 = DarkColorTokens.colorThemeBg,
|
||||||
bgSuccessSubtle = DarkColorTokens.colorGreen200,
|
bgSuccessSubtle = DarkColorTokens.colorGreen200,
|
||||||
|
borderAccentPrimary = DarkColorTokens.colorGreen900,
|
||||||
borderAccentSubtle = DarkColorTokens.colorGreen700,
|
borderAccentSubtle = DarkColorTokens.colorGreen700,
|
||||||
borderCriticalHovered = DarkColorTokens.colorRed1000,
|
borderCriticalHovered = DarkColorTokens.colorRed1000,
|
||||||
borderCriticalPrimary = DarkColorTokens.colorRed900,
|
borderCriticalPrimary = DarkColorTokens.colorRed900,
|
||||||
|
|
@ -101,6 +102,7 @@ val compoundColorsDark = SemanticColors(
|
||||||
iconSuccessPrimary = DarkColorTokens.colorGreen900,
|
iconSuccessPrimary = DarkColorTokens.colorGreen900,
|
||||||
iconTertiary = DarkColorTokens.colorGray800,
|
iconTertiary = DarkColorTokens.colorGray800,
|
||||||
iconTertiaryAlpha = DarkColorTokens.colorAlphaGray800,
|
iconTertiaryAlpha = DarkColorTokens.colorAlphaGray800,
|
||||||
|
separatorPrimary = DarkColorTokens.colorGray400,
|
||||||
textActionAccent = DarkColorTokens.colorGreen900,
|
textActionAccent = DarkColorTokens.colorGreen900,
|
||||||
textActionPrimary = DarkColorTokens.colorGray1400,
|
textActionPrimary = DarkColorTokens.colorGray1400,
|
||||||
textBadgeAccent = DarkColorTokens.colorGreen1100,
|
textBadgeAccent = DarkColorTokens.colorGreen1100,
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ val compoundColorsHcDark = SemanticColors(
|
||||||
bgSubtleSecondary = DarkHcColorTokens.colorGray300,
|
bgSubtleSecondary = DarkHcColorTokens.colorGray300,
|
||||||
bgSubtleSecondaryLevel0 = DarkHcColorTokens.colorThemeBg,
|
bgSubtleSecondaryLevel0 = DarkHcColorTokens.colorThemeBg,
|
||||||
bgSuccessSubtle = DarkHcColorTokens.colorGreen200,
|
bgSuccessSubtle = DarkHcColorTokens.colorGreen200,
|
||||||
|
borderAccentPrimary = DarkHcColorTokens.colorGreen900,
|
||||||
borderAccentSubtle = DarkHcColorTokens.colorGreen700,
|
borderAccentSubtle = DarkHcColorTokens.colorGreen700,
|
||||||
borderCriticalHovered = DarkHcColorTokens.colorRed1000,
|
borderCriticalHovered = DarkHcColorTokens.colorRed1000,
|
||||||
borderCriticalPrimary = DarkHcColorTokens.colorRed900,
|
borderCriticalPrimary = DarkHcColorTokens.colorRed900,
|
||||||
|
|
@ -101,6 +102,7 @@ val compoundColorsHcDark = SemanticColors(
|
||||||
iconSuccessPrimary = DarkHcColorTokens.colorGreen900,
|
iconSuccessPrimary = DarkHcColorTokens.colorGreen900,
|
||||||
iconTertiary = DarkHcColorTokens.colorGray800,
|
iconTertiary = DarkHcColorTokens.colorGray800,
|
||||||
iconTertiaryAlpha = DarkHcColorTokens.colorAlphaGray800,
|
iconTertiaryAlpha = DarkHcColorTokens.colorAlphaGray800,
|
||||||
|
separatorPrimary = DarkHcColorTokens.colorGray400,
|
||||||
textActionAccent = DarkHcColorTokens.colorGreen900,
|
textActionAccent = DarkHcColorTokens.colorGreen900,
|
||||||
textActionPrimary = DarkHcColorTokens.colorGray1400,
|
textActionPrimary = DarkHcColorTokens.colorGray1400,
|
||||||
textBadgeAccent = DarkHcColorTokens.colorGreen1100,
|
textBadgeAccent = DarkHcColorTokens.colorGreen1100,
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ val compoundColorsLight = SemanticColors(
|
||||||
bgSubtleSecondary = LightColorTokens.colorGray300,
|
bgSubtleSecondary = LightColorTokens.colorGray300,
|
||||||
bgSubtleSecondaryLevel0 = LightColorTokens.colorGray300,
|
bgSubtleSecondaryLevel0 = LightColorTokens.colorGray300,
|
||||||
bgSuccessSubtle = LightColorTokens.colorGreen200,
|
bgSuccessSubtle = LightColorTokens.colorGreen200,
|
||||||
|
borderAccentPrimary = LightColorTokens.colorGreen900,
|
||||||
borderAccentSubtle = LightColorTokens.colorGreen700,
|
borderAccentSubtle = LightColorTokens.colorGreen700,
|
||||||
borderCriticalHovered = LightColorTokens.colorRed1000,
|
borderCriticalHovered = LightColorTokens.colorRed1000,
|
||||||
borderCriticalPrimary = LightColorTokens.colorRed900,
|
borderCriticalPrimary = LightColorTokens.colorRed900,
|
||||||
|
|
@ -101,6 +102,7 @@ val compoundColorsLight = SemanticColors(
|
||||||
iconSuccessPrimary = LightColorTokens.colorGreen900,
|
iconSuccessPrimary = LightColorTokens.colorGreen900,
|
||||||
iconTertiary = LightColorTokens.colorGray800,
|
iconTertiary = LightColorTokens.colorGray800,
|
||||||
iconTertiaryAlpha = LightColorTokens.colorAlphaGray800,
|
iconTertiaryAlpha = LightColorTokens.colorAlphaGray800,
|
||||||
|
separatorPrimary = LightColorTokens.colorGray400,
|
||||||
textActionAccent = LightColorTokens.colorGreen900,
|
textActionAccent = LightColorTokens.colorGreen900,
|
||||||
textActionPrimary = LightColorTokens.colorGray1400,
|
textActionPrimary = LightColorTokens.colorGray1400,
|
||||||
textBadgeAccent = LightColorTokens.colorGreen1100,
|
textBadgeAccent = LightColorTokens.colorGreen1100,
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,7 @@ val compoundColorsHcLight = SemanticColors(
|
||||||
bgSubtleSecondary = LightHcColorTokens.colorGray300,
|
bgSubtleSecondary = LightHcColorTokens.colorGray300,
|
||||||
bgSubtleSecondaryLevel0 = LightHcColorTokens.colorGray300,
|
bgSubtleSecondaryLevel0 = LightHcColorTokens.colorGray300,
|
||||||
bgSuccessSubtle = LightHcColorTokens.colorGreen200,
|
bgSuccessSubtle = LightHcColorTokens.colorGreen200,
|
||||||
|
borderAccentPrimary = LightHcColorTokens.colorGreen900,
|
||||||
borderAccentSubtle = LightHcColorTokens.colorGreen700,
|
borderAccentSubtle = LightHcColorTokens.colorGreen700,
|
||||||
borderCriticalHovered = LightHcColorTokens.colorRed1000,
|
borderCriticalHovered = LightHcColorTokens.colorRed1000,
|
||||||
borderCriticalPrimary = LightHcColorTokens.colorRed900,
|
borderCriticalPrimary = LightHcColorTokens.colorRed900,
|
||||||
|
|
@ -101,6 +102,7 @@ val compoundColorsHcLight = SemanticColors(
|
||||||
iconSuccessPrimary = LightHcColorTokens.colorGreen900,
|
iconSuccessPrimary = LightHcColorTokens.colorGreen900,
|
||||||
iconTertiary = LightHcColorTokens.colorGray800,
|
iconTertiary = LightHcColorTokens.colorGray800,
|
||||||
iconTertiaryAlpha = LightHcColorTokens.colorAlphaGray800,
|
iconTertiaryAlpha = LightHcColorTokens.colorAlphaGray800,
|
||||||
|
separatorPrimary = LightHcColorTokens.colorGray400,
|
||||||
textActionAccent = LightHcColorTokens.colorGreen900,
|
textActionAccent = LightHcColorTokens.colorGreen900,
|
||||||
textActionPrimary = LightHcColorTokens.colorGray1400,
|
textActionPrimary = LightHcColorTokens.colorGray1400,
|
||||||
textBadgeAccent = LightHcColorTokens.colorGreen1100,
|
textBadgeAccent = LightHcColorTokens.colorGreen1100,
|
||||||
|
|
|
||||||
|
|
@ -134,7 +134,7 @@ private fun ReplyToModeView(
|
||||||
modifier
|
modifier
|
||||||
.clip(RoundedCornerShape(6.dp))
|
.clip(RoundedCornerShape(6.dp))
|
||||||
.background(ElementTheme.colors.bgCanvasDefault)
|
.background(ElementTheme.colors.bgCanvasDefault)
|
||||||
.border(1.dp, ElementTheme.colors.borderInteractiveSecondary, RoundedCornerShape(6.dp))
|
.border(1.dp, ElementTheme.colors.separatorPrimary, RoundedCornerShape(6.dp))
|
||||||
.padding(4.dp)
|
.padding(4.dp)
|
||||||
) {
|
) {
|
||||||
InReplyToView(
|
InReplyToView(
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bd81cbc3db5d329fcc1f0d4866c220af7488bb68929d0e75b983a170d15a7ab7
|
oid sha256:ff839731834d7d0c94fa9a2c412014ddbaeaa053c5af1c8cbd00a3f3a583f364
|
||||||
size 380173
|
size 379511
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3be2bb0c8e344780d59b67a4ba23e50890b24a8b8ad1c48673e34403ff8db496
|
oid sha256:04ea6c2947a21d3d4a3d43e9c4750c4f2a49056536a4da3f34c95df8353e9de3
|
||||||
size 378130
|
size 377990
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:da65fa129fdfe903f3e466f4e1dc6c70a6930e0388a3f6d3fb116e5b91411cc3
|
oid sha256:1a94d5198e27338675c0e15df5874ba3272ee315b8d77291dc7ccc7c754ed1f4
|
||||||
size 365497
|
size 365082
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cd797555bb72d7bc1b874df24ca5793df5550b235fe9a28d20aaa04bf5f3d0fb
|
oid sha256:8344427a0fe87cbf0883ff53a9ee4dcf90976a7011f6618d85961df48b2c53a9
|
||||||
size 370592
|
size 370228
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:be969a809f346799887fe031e139dcc47db8bc851ca4ccfae8dad4ad9dc523f7
|
oid sha256:00fe1e676086766a3eac3e4457eff52c989789fc5d8d0df2624c019ed25ce9af
|
||||||
size 363498
|
size 363322
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:48c0af64a6aab3a28ac0493bb86cb92424555d6793a0a5c6cd446c25a20ce915
|
oid sha256:2f0d24b8011564ee7a8b2f8c2e6a24eda668ee42d451d862f884acb7926aa06c
|
||||||
size 368757
|
size 368529
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9b4bef0095e989bd411426a2626155f1b75931f05c32d2632144f3c232f3aa93
|
oid sha256:36d7cf2510d546d2b330b1d1b1674ce58df0558c547e443794a1e7b2222add87
|
||||||
size 348379
|
size 347897
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:30db6503b7dde29553b5f806924565b1d60c13edeeaa982dd2ec7d2a5c8f1162
|
oid sha256:a4ac79f3b8fb4e231244bd96b244a4f2526d6ed28d558f9d50734d83bbb74992
|
||||||
size 364508
|
size 363909
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:15ad31eb2b457790913442d3186fae215f77f345470748cd64a345849b9de9d0
|
oid sha256:e30686c7c037ef102717e0316543faf4d3ed2671c21eca96a667150daab380d6
|
||||||
size 346837
|
size 346614
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2e72a79c374fc23a1325e1bd294584b8b7f0b312c804b932144bc2e5d8911bd9
|
oid sha256:2cd357a1fbaa425eca95587bff2f768a45e773f983f75664875653ba1900e534
|
||||||
size 361950
|
size 361625
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:092a0d4c37d47c84c790a767b9acc77f38878876e609b986f80e5fb461e0a340
|
oid sha256:f4431e2d9f30123949ea5676ce60f642234adcf9b5a33f2acc3f80ebf6609a66
|
||||||
size 370156
|
size 369730
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:097fe6208d9cadc707e6866c151a2ab843550a9fab4d2cf4908514ceafc4e396
|
oid sha256:f7a6302320bd1e4258e03487539bf46b0b12781dfc8a22b3f9f267017a6146fa
|
||||||
size 355327
|
size 354751
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f61a7a62c6fc96e23c8aaa793f5fff68e2197a067ad8f1614d1103e833b3230c
|
oid sha256:4c410e853089cc2c4a2c48a00dd9a8babc8095aed72bb4625057444710559c6c
|
||||||
size 368585
|
size 368129
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:091352ebd6bf2abfac5dfd99be5edc94159a5a45c1d3137c7271e0031116a254
|
oid sha256:6ca8cf82aa8ab1bdad56a27584b27789402aeb7ad8fadd038280a376fb75a72c
|
||||||
size 345649
|
size 345094
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:842632747c13219ee6c7a50d9003c9e07c622393ae4b066e86eacf04f807b181
|
oid sha256:02ecb903124273e24151ea2088f6b99144f7dcadba00a582b6210dd23835b5c9
|
||||||
size 358344
|
size 357743
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4f43d615fd1aec05ee483d3047e99c1ecc89a6e5a7e56e6cf7e1ea4c108be413
|
oid sha256:f0c6dafaa41849af00d5097a85bd88e3a054a0a9e41c0466a08e6ff8dd6102b2
|
||||||
size 357473
|
size 356857
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:898a1e8f0277d43a1127d99ec50687c24fe1154ceb290832a14fa5a43f12647a
|
oid sha256:a11044fe90227f1f316a1ade8587e545bb620e11cca76865fc2eb83cdb817fc5
|
||||||
size 365153
|
size 364655
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4cce6211c0a33407498145cb03a780d80553983146f487ba3e26f794ddf12369
|
oid sha256:426d1c844a8c88281c5fa4c61916d93278fdfd38f8cdf2dc54bf1a821f2de3eb
|
||||||
size 397594
|
size 397167
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f7e91b7aec4c43e2028a2e69a02f66e04f6a3188a42387013e3deb1faa7a108e
|
oid sha256:a2bd77c08be705c66225f16c29fd6826decd92b41922d0f8ffc0d1a63d8c59d2
|
||||||
size 356627
|
size 356193
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:80c2e99ce6f851994da38077acc30ff386867f2093a8db4de3c1b82b0b6c1a8e
|
oid sha256:9daeee1aaa04247da3c8bb5aaae9947aab1ed2d2057995e53d6ebdb63e5cd356
|
||||||
size 356307
|
size 355848
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b4fd5470ac81fbdaf471e297c0f5bd9c6b9945e006ab88079568848befe1049d
|
oid sha256:a00bd766a00b7e7c6615fc53bf469b3ca5056a6c514c096431ae38d99d604306
|
||||||
size 365366
|
size 364845
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a75fb4510d405b29b120fa400d4f69a89965c11a2228b5cc2e772200a12227e1
|
oid sha256:3ec1b0244dab22414c6719b3309426e13128d0c70fb67dc66cd8a60d42521fd0
|
||||||
size 355912
|
size 355411
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a3f7e96bbbb4b3661514713514d7f6cb27c6634ba2621c22c0dd4ff730e5e24a
|
oid sha256:a1df8d22766981fc76d6d767dc3f40d98cadc7c51be20417b067b91af604232b
|
||||||
size 368043
|
size 367884
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:449cc2fa5ce39163a5d5eea3430c7dc457579d41b0213b8b46a61acaa76b3ccc
|
oid sha256:f7d9b5fc0ff5d7828ad6f4dc0c9bd9520b4920553da97ed7b4e030ee844c0208
|
||||||
size 353304
|
size 353054
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4cb93499ea8f21d3fb79aa81b2746972f57a4732296bb421897e93a47ddf7d06
|
oid sha256:6a92bcf5885322e11a706071969fb674b1f6e60e021af153aaa125baa4a602ae
|
||||||
size 366544
|
size 366285
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a6bb6a35c2e1d2090e6e6e5b3a1733d16fd433e63925082b2ea32293ecc639fd
|
oid sha256:4bee12a6bdb18fea5ac6997671bfcb903296da7278cf69b2456330066ca31dfb
|
||||||
size 343140
|
size 342870
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a1067826b5b1e3220eef3ee3b9a8c9f77bebb248ba2378cc2e7029b86c585c48
|
oid sha256:8e82011a72f36889c53ab61ed2b9947c7fb5f868c9b7010904fc10f4ca587082
|
||||||
size 356339
|
size 356082
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:437f71e1845447b8f09905b4d97dd46677d8d8db669a317f8cba9ada6f5f1aa8
|
oid sha256:6524cc87257cc9d3f135904f4e14594b56df695e71fe576418d2319c472d710b
|
||||||
size 355551
|
size 355285
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ffa5216fcff101f8ab1047ac9808f98749144e1b1197bc01905cd6ad251d31b7
|
oid sha256:66d4b6ea4a697735bbb0fac936b89cde99c5077973ba828894bf50b5dae233b3
|
||||||
size 363081
|
size 362848
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:222460ba0557c96c2ad0e8aab675a254f515281d06bf4a7b642ea7ef79d5171d
|
oid sha256:217ac95bf476c53d2dc6d3d0143b21312bf38b8ab86c8dfd4f9360582b584f9d
|
||||||
size 395589
|
size 395476
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bb0a738e57b657bda2454526dcd78a37d38839183a5feae99bf7f107c12ccded
|
oid sha256:08057fdc1e1184720b438ddd2a8753f00791baf2456cc30b45de8e6bdeb57e8e
|
||||||
size 354661
|
size 354404
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:7f98146a417290fcc741ef676fdb60f36822931358e943ad12faace7f96e995f
|
oid sha256:5ed24d190f10c079f8cf176404372d40eb25cc78ce595a22febc540315057b86
|
||||||
size 354422
|
size 354075
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:54c9d1f121d83f1a161f6483a6b4bbefa220c235ae88097ed4d03baf10bbcf9c
|
oid sha256:545c9e8933e420cc3f8fbba0fbd5162c946c65a20721faeb77c568596ca720cd
|
||||||
size 363289
|
size 363045
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:932e5b29f2a64d70956470bee1be397775c6205f590081d3b90c98cf47845577
|
oid sha256:756f0cff90ddd61adce2f467c0384d74d430f6d51c091e4980e45bcc9ee6f0fd
|
||||||
size 353993
|
size 353705
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0cdaf746151224c1889c60232b55cb8c9d8b3c07cd341b1bb8ad6fb7abff97ed
|
oid sha256:a7983d27647e60d385703d5bb91763ab787ee69e0a0ef04acd13ca86d5d5b1ec
|
||||||
size 9538
|
size 9560
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:072d91aa19fa0c5ec80ca565e1529988598cd54afcf6f593c6dcf17882170d0c
|
oid sha256:c32280e645ff1459b179423f67077dfc75093f5e6c40fff659769d164f391aeb
|
||||||
size 9393
|
size 9408
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ca6ffe10dd122a2c2df99160b4e318e591ef6d3b10b6173d36f6c9959a93277f
|
oid sha256:30b39281fd597089c94c8ff1680297143989d6da97d6f5b15198be5f92469483
|
||||||
size 114895
|
size 114653
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9775ee85b895e1eb6b58841a5232de980f44bf4a20c0f2e2bcab731f503fc762
|
oid sha256:30ae0b86a9834a90990a42f6bad0fc9010b4109bfbbe85072f00d61b0664e6e2
|
||||||
size 11000
|
size 10926
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d7ab6bf5d8255d61569c4400f5a911400f415a4e228de41e181ccb42e2742e47
|
oid sha256:d6c87eb2b2da4afdadd949bd39e88389c34053adb19d34f8958f97ae1faf90da
|
||||||
size 18637
|
size 18557
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8c54410a3733a3cecd1b161eb524e1809c270b8d2dd814c095eb73e013b486e0
|
oid sha256:3c49dbe21e9c465adc1f12a57b87dcb06569936e80d047e0db77314cefce4691
|
||||||
size 7840
|
size 7756
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:793eea182afcb72be59a090d3c3e622edcd6f9509271bef2e75a2f45f47a8fe4
|
oid sha256:7523f982565c692f9986d11bba14ecc51a3401700de5a752fe5d2b667d0ea236
|
||||||
size 10567
|
size 10560
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5e1cd401ab146d2d15e94a591625ab40440e32030f4acfd4ed9bd18dce01a1f0
|
oid sha256:73769f2c3ced2e20f6a3a91cd8cd040c14e93a19c923d5784e2081cf4baf2d44
|
||||||
size 17814
|
size 17790
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0e47e98d0ace1eb50dfeb9935c27206abee28d42d0e092d410de4239dc6ac293
|
oid sha256:ef3e1d6d11520f6475059032d53c9c0a6e80c133318a0ae44dfc67d9b69c31c1
|
||||||
size 7519
|
size 7494
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2cf5e60d289daa62dff1c07469227acffd275a1e4a3534b60cbe37c89a2c4bb7
|
oid sha256:2703da4167bd0198f9666c2160bf95e4c99ac718864ae67d277fbbb4fd50014f
|
||||||
size 72136
|
size 71876
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:af4895f8222d984437a5d7427268d198345ad690161789d7bbb0340eeda916f7
|
oid sha256:86f6e18357569284c223afb87195be656e6e6c90794e64ef6a13346c8de6c496
|
||||||
size 58660
|
size 58367
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6049adcc9de51802804d0224bd7d5a7ee8ae2a754411e4ca5685df8028d51480
|
oid sha256:05f9317281ed84751b9f168c4495e94d1f68a9f9e7946270402db59e259d1ac5
|
||||||
size 71727
|
size 71392
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:e339b203a782f7d73195b1cd6961c67dac8b313a6a965515e4bc2d2b83a2118d
|
oid sha256:be4cda10c2b416d70d020c46abb00e41a2802e5d71f2dc416c506cffae147af1
|
||||||
size 80524
|
size 80226
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:22cf555cb18cea56f2e6bd9f91dbf70353916f196ceba84b11ea017b9e95d794
|
oid sha256:3d29017d9dca92779074b963ba29681bb6cc83728a15ba2f55846c8fb2751d1d
|
||||||
size 61511
|
size 61119
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:de1e98fb04a4188e2c6b795a3cf0b21129d0e99f8ea2748137e9f8122d413c6a
|
oid sha256:a8d1701f1be6087e93d15bbeed97659e57e0d58b9d5087fad0253d5d3dd60194
|
||||||
size 60353
|
size 59972
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1861fe30f2c653911cfe193d69c21affea73f458132d6a1b6381aa504d4cce74
|
oid sha256:d2d984f17ca414c523d6a2cdcf9fc4f82c0759b22b72b60e8f5bb28776350a72
|
||||||
size 67327
|
size 66958
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:9b5f1d42f06c4c5949f1fb1d216c7af45c4606a782178c21b58d0a0e7504a333
|
oid sha256:eeb25a0b7738b0a8b12a2fbdcfc469dcfc2c893ebfa4a50a3047491f817ff981
|
||||||
size 89006
|
size 88665
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f7074c637e0a3e9320f86a4f417931d59c2d5e199996e8e533f692a82ab0d8d2
|
oid sha256:f1f008fc8bc035bf9256e19e831691d3ac7c3347e83aaed2ae8d4b7a7f5b4213
|
||||||
size 59581
|
size 59285
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a0f084ce1bca37f796e7f50d78a4f03485b77fa742efd688d6b8accc2b41f5e9
|
oid sha256:e9294ee360463d72968ef89eeed7ff52c80da29e4a59f36f00422f1fe3cb7d9f
|
||||||
size 59734
|
size 59350
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:20f92a0cbc8a60bb057b131e17300653ce21367627f611193b6b9ddeba5d4b37
|
oid sha256:5dd13cfda2b0f029a46477cbe9f8db1e3a191890072665adda02ec0750cddcd6
|
||||||
size 66908
|
size 66535
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3a0be3b08f1923c223eb433cda9d8c1bd86ba2dff1bce31e069b29953b13a084
|
oid sha256:9b32f9442e9088eec377f74127c99002aaf2c5668b0550047dd7b1c9e73ad619
|
||||||
size 59085
|
size 58783
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:17bc1cac4537bd0b9a2dcd91838ff7c20de7e6076dbb9b174ad801af76f234f8
|
oid sha256:24baa66c2fced922b328987b51c1045af7111fb3c7e4bafdc46046eae61d0f87
|
||||||
size 69080
|
size 68773
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:caceabb04420f3675940e3b95ec685cb2b02c69d87fd19843640a5e882dfa1ca
|
oid sha256:e343b71b9f170fa7879510544cfc95af1ba15ebc128bc5d78afd49d10c70dc66
|
||||||
size 56124
|
size 55802
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d46716354df7925d15345b61d8e16d80c0b3552b687a896004f4174286ad18ef
|
oid sha256:d76f37cc5bd2d6ee9b7c87bfe7b656b0095ce6ded4d07cdc48d255039aed3520
|
||||||
size 68625
|
size 68313
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:6a0b4ad61421f6b142e51200fb40df935027962145fa09b9871a11cdfdea8c0f
|
oid sha256:d24998e960d2d4d36c1ef0f589e9094d972203016b0a923268c1894bd09f267f
|
||||||
size 77316
|
size 76999
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:89b7d536f86c72378714e4fab14b24671a86726abdcd63a1e15abcefde6a6abb
|
oid sha256:62592587ff02f0d36cb40f0b59fa3e7c6925cd42622ac76c4d561f6df999eba9
|
||||||
size 58721
|
size 58404
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d314aa8f8572a099c4aa0f96de8dfade75c57edee4732c3d1300e5356c0bed20
|
oid sha256:fc54d34649b067af6e0daa7d2e1c8661572fe0139ea9aed209b28c3a99f44f12
|
||||||
size 57649
|
size 57353
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cf3bc1027fdbbb194d1a0120123872f0ce75c41c43d5c73c72908ddbffaaebb1
|
oid sha256:10f02c7de0575dc30c65cafa4adeb265d6ea1e487db240f1d4052be138a8b0b0
|
||||||
size 64314
|
size 64014
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:92273288bdfe895fe0664533f60e322893ece33d271259303e35d9358fbae5df
|
oid sha256:a196fe9e7c551fa7cc1145c9f8df12c5905678fae285884b71e7ea15cea1bf5b
|
||||||
size 85238
|
size 85088
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d04a904fb5f98c075ed844668a06af29d03e7d1adf8bab7706d1cea39abcceb6
|
oid sha256:60b3b04167249a6283dccae1450645853df5e05ac7a31f419c674be0594dd413
|
||||||
size 57003
|
size 56710
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:896b4497818ded4ce18ad6089fd436160f87189d79da1cb63ea652818de10041
|
oid sha256:d303c75fe252ee9d3fb0bd91131ed44b731ea6fbe120dc1379aeac4c4d43c467
|
||||||
size 57009
|
size 56693
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:256349593b50a7e1f40db6c032aa39a640136934eadde8883936b0b1885f81b0
|
oid sha256:81d23de4f3afac7993f42ea8030f6a2392768b343761408d6737382492443267
|
||||||
size 63867
|
size 63586
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:25b5d39992361966545a3c04b3de7b20569a1e12800b3ecf38e090ceb2afa7c9
|
oid sha256:7c3a1636c58e8243f971f69ea3575e75a12526863f1304a32f65fc2991fd403f
|
||||||
size 56567
|
size 56250
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bfb2c4674cd8bd0bcd434a2790f3e121dbc6a6c39e41d0417c80cdfb44be91ae
|
oid sha256:8eb6049cc99813238995f936022fd9fd5a43d1e917bfc69ab1069fe3da456cb5
|
||||||
size 73627
|
size 73316
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:be931ad71b0562cd96456124c987ed79709f3ec7c55d736f4f71da1fdb036309
|
oid sha256:611527e8c0bce7a9fb48b5eff42170cb9da5f40cf020c78209dee84615d300ba
|
||||||
size 56863
|
size 56514
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f3f24723f76f444a6503ee01399298ae4258a190cd6657dd1bf5308ea528d55f
|
oid sha256:77b28be1b95709082e0302cca5b65c2d57ab48786e6a22facb8c86116f058b11
|
||||||
size 72035
|
size 71667
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cfb33cec43d32917cb8f59e012244fa0c8824421cbedac516e002862f28f93db
|
oid sha256:31875ed4c6d9443418899de47eeb5b61d2246d8321e83579681cfa152ff4a056
|
||||||
size 83506
|
size 83174
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:94d01e112a860c145c6c09d1d3a9bf948fe73e7b939d7f602704a3b4853de9f5
|
oid sha256:5cc4f388f677bf04259344b5bfc9033ef6a4a76ad161012abcd0239ef520a8d8
|
||||||
size 60076
|
size 59670
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:b064ba533e8bfa225f0548fc6e13d811a0ab0dddcd500cfbb72ed199a268c1b9
|
oid sha256:e57a614424396e36229d7877a0bb222a51e9e955a42e180acc1d43c048684da2
|
||||||
size 59202
|
size 58787
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8e0cdd88f5776e92aa0063c09f4c7c1c099d2b8cb0f4a13066925c1ca105b37a
|
oid sha256:4546f32ff1eeae0a923d473491926a6037eddf59c0c88c516c504b9875874c8a
|
||||||
size 66800
|
size 66402
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:fa0e313a3d429ddfba85b62f4d855489cb5cca62bc6693dcaa33f4d0ac622b85
|
oid sha256:acd25c00d9127c2c78f48b22296a5ab33f1e16ec5698c93dd29adc9172467aac
|
||||||
size 101888
|
size 101706
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3e3210208348505b93f4d673977f237bd7859b054699c1d66ece28591d20640b
|
oid sha256:d066e82aba5742c7e84a260de0e4578bb3bc8faac097225271cfdb14cd52f5f0
|
||||||
size 58145
|
size 57816
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a0c9e887cd48c5aee046649a2ca5949abe763363659e29dd523869dc615e98f2
|
oid sha256:2c037b4de113387ac7e28d256d28ce9308be184b4ebff988ed96760623acfafd
|
||||||
size 58186
|
size 57776
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d5febf4de05a7794160b567dec3b00e818a6e3d4d7830d3dba97f72498aa5a3c
|
oid sha256:81883325e2e450c33f38b3143c43a3fa3d659a210ff6e9ef40de71b1d0522f50
|
||||||
size 67172
|
size 66781
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f213b779238ac8536e4f0115d8de444a21c3b8ce31aac8aebd5415d8f80504a4
|
oid sha256:b6b5808bdde620cac3fe980aee1f8162a854965113d99d074442a2baa818d712
|
||||||
size 57501
|
size 57198
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:27cc53e2336c9ccf90d97d2aed98f94f83315dcb9fe4bd489958b8df2366262c
|
oid sha256:7174f340d6e16be525da9a06270f07abc7496fc6c41a5670a71bd1b23f4a72c2
|
||||||
size 70207
|
size 69957
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:bd6c1a82daedd923982d81956924eeaa37857d54dee55f31fda4520071b4f66b
|
oid sha256:dbb0c22089c063c18042c8778c1b69edb441af8071f7dfb9a3ffdaeab4ba4c71
|
||||||
size 53675
|
size 53340
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:ffce97ff7f1d6a2641d761aad6457883babe333075a454b5860d266719bdb3f9
|
oid sha256:e9a561ca3aa61371cc1bd0c1b51508469a0343de3bd8f404055041591c60d42f
|
||||||
size 68525
|
size 68231
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:58718344783197c680e18a7a3c97a3531293b6e2442ca5701d4605ecb567e70a
|
oid sha256:c739add59dd40303652319c0b789ec4d0d2224cc097598ef717e8fb101031ad7
|
||||||
size 79724
|
size 79471
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3d84207a6b1bf4815d2515974c721a0ba26fb406a31e96f3566b90e548c7bf49
|
oid sha256:61d30aca9b213938462659c2dcb8bc8ef10b28821f8492715003262f4cae142c
|
||||||
size 57077
|
size 56761
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:2056d90bbf2676fae7d88b326c496aae95a1c31924c8b5d13ca363f486c72968
|
oid sha256:a84be2101e96ab4e7566e4fe1af14243466c7dba7e540fb7502acbbf70d33aaa
|
||||||
size 56206
|
size 55835
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue