Refactor CssName and update build configuration.
Revised `CssName` to support optional override names and adjusted usage across multiple components for consistency. Updated build.gradle.kts to increment version and enable source maps in the browser configuration.
This commit is contained in:
@@ -15,7 +15,7 @@ class KeyboardInputComponent : Komponent() {
|
||||
}
|
||||
|
||||
companion object : CssId("keyboard-input") {
|
||||
object KeyboardInputCss : CssName
|
||||
object KeyboardInputCss : CssName()
|
||||
|
||||
init {
|
||||
defineCss {
|
||||
|
||||
Reference in New Issue
Block a user