Skip to content

Commit

Permalink
Bump @skyscanner/bpk-foundations-android from 7.10.0 to 7.11.0 (#1943)
Browse files Browse the repository at this point in the history
* Bump @skyscanner/bpk-foundations-android from 7.10.0 to 7.11.0

Bumps [@skyscanner/bpk-foundations-android](https://github.com/Skyscanner/backpack-foundations) from 7.10.0 to 7.11.0.
- [Changelog](https://github.com/Skyscanner/backpack-foundations/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Skyscanner/backpack-foundations/compare/@skyscanner/bpk-foundations-android@7.10.0...@skyscanner/bpk-foundations-android@7.11.0)

---
updated-dependencies:
- dependency-name: "@skyscanner/bpk-foundations-android"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update tokens

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Alejandro Rosas <alejandrorosasdev@gmail.com>
  • Loading branch information
3 people committed May 1, 2024
1 parent 54246ce commit 952cd1a
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<color name="__privateButtonSecondaryOnDarkNormalBackground">#1affffff</color>
<color name="__privateButtonSecondaryOnDarkPressedBackground">#ff010913</color>
<color name="__privateButtonSecondaryPressedBackground">#ff010913</color>
<color name="__privateCardButtonContainedFill">#cc000000</color>
<color name="__privateChipDisabledBackground">#ff0b121d</color>
<color name="__privateChipOnDarkOnBackground">#ff054184</color>
<color name="__privateChipOnDarkOnDismissIcon">#80ffffff</color>
Expand Down
1 change: 1 addition & 0 deletions Backpack/src/main/res/values/backpack.internal.color.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<color name="__privateButtonSecondaryOnDarkNormalBackground">#1affffff</color>
<color name="__privateButtonSecondaryOnDarkPressedBackground">#ff010913</color>
<color name="__privateButtonSecondaryPressedBackground">#ffc1c7cf</color>
<color name="__privateCardButtonContainedFill">#ccffffff</color>
<color name="__privateChipDisabledBackground">#ffe0e4e9</color>
<color name="__privateChipOnDarkOnBackground">#ffffffff</color>
<color name="__privateChipOnDarkOnDismissIcon">#ff626971</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 BpkCardButtonColors {
internal val containedFill: Color
@Composable
get() = dynamicColorOf(Color(0xCCFFFFFF), Color(0xCC000000))
}
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 952cd1a

Please sign in to comment.