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:
2024-12-30 11:14:11 +01:00
parent 618dd52865
commit 684234e168
6 changed files with 52 additions and 37 deletions

View File

@@ -15,7 +15,7 @@ class KeyboardInputComponent : Komponent() {
}
companion object : CssId("keyboard-input") {
object KeyboardInputCss : CssName
object KeyboardInputCss : CssName()
init {
defineCss {