mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-11-04 23:43:58 +00:00
commit
2af001a4f1
@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.5
|
||||
|
||||
* Fix access to `UIKitSticky`
|
||||
|
||||
## 0.1.4
|
||||
|
||||
* Improvements in `UIKitGrid`
|
||||
|
@ -9,4 +9,4 @@ android.enableJetifier=true
|
||||
# Project data
|
||||
|
||||
group=dev.inmo
|
||||
version=0.1.4
|
||||
version=0.1.5
|
||||
|
@ -4,7 +4,7 @@ import dev.inmo.jsuikit.utils.buildAttribute
|
||||
import org.jetbrains.compose.web.css.CSSUnitLengthOrPercentage
|
||||
import org.jetbrains.compose.web.css.CSSUnitValueTyped
|
||||
|
||||
sealed class UIKitSticky(
|
||||
class UIKitSticky(
|
||||
position: Position? = null,
|
||||
start: String? = null,
|
||||
end: String? = null,
|
||||
|
Loading…
Reference in New Issue
Block a user