We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f27908 commit a081ba0Copy full SHA for a081ba0
2 files changed
buildSrc/src/main/kotlin/com/orange/ouds/gradle/Component.kt
@@ -34,7 +34,7 @@ enum class Component {
34
val version: String
35
get() = with(OudsVersion.Component) {
36
when (this@Component) {
37
- Component.AlertMessage -> AlertMessage
+ Component.AlertMessage -> Alert
38
Component.Badge -> Badge
39
Component.Bar -> Bar
40
Component.BulletList -> BulletList
theme-contract/src/main/java/com/orange/ouds/theme/OudsVersion.kt
@@ -16,7 +16,7 @@ package com.orange.ouds.theme
16
17
object OudsVersion {
18
object Component {
19
- const val AlertMessage = "1.0.0"
+ const val Alert = "1.0.0"
20
const val Badge = "1.2.0"
21
const val Bar = "1.0.0"
22
const val BulletList = "1.0.0"
0 commit comments