mirror of
https://github.com/InsanusMokrassar/JSUIKitKBindings.git
synced 2024-12-02 06:50:09 +00:00
Compare commits
No commits in common. "e5223f84084c77ec5fd3ce86611c6d17d983d613" and "fafb7e7e04e0bebfc523f3cc6118205eaf145f93" have entirely different histories.
e5223f8408
...
fafb7e7e04
@ -1,13 +1,5 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.1.6
|
|
||||||
|
|
||||||
* Add support of UIKitButton size and group
|
|
||||||
|
|
||||||
## 0.1.5
|
|
||||||
|
|
||||||
* Fix access to `UIKitSticky`
|
|
||||||
|
|
||||||
## 0.1.4
|
## 0.1.4
|
||||||
|
|
||||||
* Improvements in `UIKitGrid`
|
* Improvements in `UIKitGrid`
|
||||||
|
@ -9,4 +9,4 @@ android.enableJetifier=true
|
|||||||
# Project data
|
# Project data
|
||||||
|
|
||||||
group=dev.inmo
|
group=dev.inmo
|
||||||
version=0.1.6
|
version=0.1.4
|
||||||
|
@ -12,12 +12,5 @@ sealed class UIKitButton(suffix: String?) : UIKitModifier {
|
|||||||
object Link : Type("link")
|
object Link : Type("link")
|
||||||
}
|
}
|
||||||
|
|
||||||
sealed class Size(suffix: String) : UIKitButton(suffix) {
|
|
||||||
object Small : Size("small")
|
|
||||||
object Large : Size("large")
|
|
||||||
}
|
|
||||||
|
|
||||||
object Group : UIKitButton("group")
|
|
||||||
|
|
||||||
companion object : UIKitButton(null)
|
companion object : UIKitButton(null)
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
|
||||||
class UIKitSticky(
|
sealed class UIKitSticky(
|
||||||
position: Position? = null,
|
position: Position? = null,
|
||||||
start: String? = null,
|
start: String? = null,
|
||||||
end: String? = null,
|
end: String? = null,
|
||||||
|
Loading…
Reference in New Issue
Block a user