Merge pull request #60 from InsanusMokrassar/0.1.5

0.1.5
This commit is contained in:
InsanusMokrassar 2022-05-23 13:09:15 +06:00 committed by GitHub
commit 2af001a4f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## 0.1.5
* Fix access to `UIKitSticky`
## 0.1.4 ## 0.1.4
* Improvements in `UIKitGrid` * Improvements in `UIKitGrid`

View File

@ -9,4 +9,4 @@ android.enableJetifier=true
# Project data # Project data
group=dev.inmo group=dev.inmo
version=0.1.4 version=0.1.5

View File

@ -4,7 +4,7 @@ import dev.inmo.jsuikit.utils.buildAttribute
import org.jetbrains.compose.web.css.CSSUnitLengthOrPercentage import org.jetbrains.compose.web.css.CSSUnitLengthOrPercentage
import org.jetbrains.compose.web.css.CSSUnitValueTyped import org.jetbrains.compose.web.css.CSSUnitValueTyped
sealed class UIKitSticky( class UIKitSticky(
position: Position? = null, position: Position? = null,
start: String? = null, start: String? = null,
end: String? = null, end: String? = null,