-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump @skyscanner/bpk-foundations-android from 7.4.0 to 7.6.2 (#1791)
* Bump @skyscanner/bpk-foundations-android from 7.4.0 to 7.6.2 Bumps [@skyscanner/bpk-foundations-android](https://github.com/Skyscanner/backpack-foundations) from 7.4.0 to 7.6.2. - [Changelog](https://github.com/Skyscanner/backpack-foundations/blob/main/CHANGELOG.md) - [Commits](https://github.com/Skyscanner/backpack-foundations/compare/@skyscanner/[email protected]...@skyscanner/[email protected]) --- updated-dependencies: - dependency-name: "@skyscanner/bpk-foundations-android" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updated the generated values. * Updated the generated files --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: bvitaliyg <[email protected]>
- Loading branch information
1 parent
0489464
commit 014f32e
Showing
5 changed files
with
112 additions
and
14 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
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
32 changes: 32 additions & 0 deletions
32
...compose/src/main/kotlin/net/skyscanner/backpack/compose/tokens/internal/BpkBadgeColors.kt
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,32 @@ | ||
/** | ||
* Backpack for Android - Skyscanner's Design System | ||
* | ||
* Copyright 2018 Skyscanner Ltd | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
// Auto-generated: do not edit | ||
@file:Suppress("RedundantVisibilityModifier", "unused") | ||
|
||
package net.skyscanner.backpack.compose.tokens.`internal` | ||
|
||
import androidx.compose.runtime.Composable | ||
import androidx.compose.ui.graphics.Color | ||
import net.skyscanner.backpack.compose.utils.dynamicColorOf | ||
|
||
internal object BpkBadgeColors { | ||
internal val backgroundNormal: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFFEFF1F2), Color(0xFF243346)) | ||
} |
52 changes: 52 additions & 0 deletions
52
...se/src/main/kotlin/net/skyscanner/backpack/compose/tokens/internal/BpkInfoBannerColors.kt
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,52 @@ | ||
/** | ||
* Backpack for Android - Skyscanner's Design System | ||
* | ||
* Copyright 2018 Skyscanner Ltd | ||
* | ||
* Licensed under the Apache License, Version 2.0 (the "License"); | ||
* you may not use this file except in compliance with the License. | ||
* You may obtain a copy of the License at | ||
* | ||
* http://www.apache.org/licenses/LICENSE-2.0 | ||
* | ||
* Unless required by applicable law or agreed to in writing, software | ||
* distributed under the License is distributed on an "AS IS" BASIS, | ||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
* See the License for the specific language governing permissions and | ||
* limitations under the License. | ||
*/ | ||
|
||
// Auto-generated: do not edit | ||
@file:Suppress("RedundantVisibilityModifier", "unused") | ||
|
||
package net.skyscanner.backpack.compose.tokens.`internal` | ||
|
||
import androidx.compose.runtime.Composable | ||
import androidx.compose.ui.graphics.Color | ||
import net.skyscanner.backpack.compose.utils.dynamicColorOf | ||
|
||
internal object BpkInfoBannerColors { | ||
internal val default: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFFEFF1F2), Color(0xFF131D2B)) | ||
|
||
internal val error: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFFE70866), Color(0xFFFF649C)) | ||
|
||
internal val info: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFF545860), Color(0xFFBDC4CB)) | ||
|
||
internal val onContrast: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFFFFFFFF), Color(0xFF131D2B)) | ||
|
||
internal val success: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFF0C838A), Color(0xFF62F1C6)) | ||
|
||
internal val warning: Color | ||
@Composable | ||
get() = dynamicColorOf(Color(0xFFF55D42), Color(0xFFFEEB87)) | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.