Skip to content

Commit

Permalink
Bump @skyscanner/bpk-foundations-android from 7.4.0 to 7.6.2 (#1791)
Browse files Browse the repository at this point in the history
* 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
dependabot[bot] and bvitaliyg authored Nov 22, 2023
1 parent 0489464 commit 014f32e
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<!-- THIS FILE IS AUTO GENERATED. DO NOT MODIFY! -->

<color name="__privateBadgeBackgroundNormal">#ff243346</color>
<color name="__privateButtonDestructiveNormalBackground">#ff243346</color>
<color name="__privateButtonDestructiveNormalForeground">#ffff649c</color>
<color name="__privateButtonDestructivePressedBackground">#ffff649c</color>
Expand Down Expand Up @@ -51,6 +52,12 @@
<color name="__privateChipOnDarkOnBackground">#ff054184</color>
<color name="__privateChipOnDarkOnDismissIcon">#80ffffff</color>
<color name="__privateChipOnDarkPressedStroke">#ff054184</color>
<color name="__privateInfoBannerDefault">#ff131d2b</color>
<color name="__privateInfoBannerError">#ffff649c</color>
<color name="__privateInfoBannerInfo">#ffbdc4cb</color>
<color name="__privateInfoBannerOnContrast">#ff131d2b</color>
<color name="__privateInfoBannerSuccess">#ff62f1c6</color>
<color name="__privateInfoBannerWarning">#fffeeb87</color>
<color name="__privateMapClusterPin">#ffffffff</color>
<color name="__privateMapClusterPinPreviousSelection">#ff94c3ff</color>
<color name="__privateMapMarkerViewedForeground">#cc000000</color>
Expand Down
7 changes: 7 additions & 0 deletions Backpack/src/main/res/values/backpack.internal.color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

<!-- THIS FILE IS AUTO GENERATED. DO NOT MODIFY! -->

<color name="__privateBadgeBackgroundNormal">#ffeff1f2</color>
<color name="__privateButtonDestructiveNormalBackground">#ffe0e3e5</color>
<color name="__privateButtonDestructiveNormalForeground">#ffc80456</color>
<color name="__privateButtonDestructivePressedBackground">#ffc80456</color>
Expand Down Expand Up @@ -51,6 +52,12 @@
<color name="__privateChipOnDarkOnBackground">#ffffffff</color>
<color name="__privateChipOnDarkOnDismissIcon">#ff545860</color>
<color name="__privateChipOnDarkPressedStroke">#ffffffff</color>
<color name="__privateInfoBannerDefault">#ffeff1f2</color>
<color name="__privateInfoBannerError">#ffe70866</color>
<color name="__privateInfoBannerInfo">#ff545860</color>
<color name="__privateInfoBannerOnContrast">#ffffffff</color>
<color name="__privateInfoBannerSuccess">#ff0c838a</color>
<color name="__privateInfoBannerWarning">#fff55d42</color>
<color name="__privateMapClusterPin">#ff05203c</color>
<color name="__privateMapClusterPinPreviousSelection">#ff94c3ff</color>
<color name="__privateMapMarkerViewedForeground">#ccffffff</color>
Expand Down
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))
}
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))
}
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 014f32e

Please sign in to comment.