Shagen Ogandzhanian
414ae1056a
CSSVariableValueAs does not inherit from StylePropertyValue
3 years ago
Shagen Ogandzhanian
5b5c4ea53b
FIX for arithmetic operations
3 years ago
Shagen Ogandzhanian
c78c3aad10
Remove unused casts
3 years ago
Shagen Ogandzhanian
fa4fee7393
Simplify variableValue invocation
3 years ago
Shagen Ogandzhanian
6fbdae9e83
CSSVariable is a class
3 years ago
Shagen Ogandzhanian
cc054e16bb
Revert "CSSStyleVariable is a value class"
...
This reverts commit 64f3f0d5b1
.
3 years ago
Shagen Ogandzhanian
38b2c95ed0
Specialized StyleBuilder::property are extensions
3 years ago
Shagen Ogandzhanian
64f3f0d5b1
CSSStyleVariable is a value class
3 years ago
Shagen Ogandzhanian
04a48f3220
Change signature for StylePropertyValue(value: String), StylePropertyValue(value: Number)
3 years ago
Shagen Ogandzhanian
d03155bafd
Hide StylePropertyString, StylePropertyNumber casts by making them private
3 years ago
Shagen Ogandzhanian
7967918bfd
Add test case for variable<StylePropertyNumber> in CSS API
3 years ago
Shagen Ogandzhanian
f0f8fc7850
Remove inline fun CSSKeywordValue(value: String):
3 years ago
Shagen Ogandzhanian
f587ad57fe
Remove unused casts from CSS API
3 years ago
Shagen Ogandzhanian
eb26f07240
Introduce separate test for the 3-ary border call in CSS API
3 years ago
Shagen Ogandzhanian
153ce9f063
Move relevant border test from StaticComposableTests to CSSBorderTests
3 years ago
Shagen Ogandzhanian
8f2a420543
Introduce basic support for max/min-width/height in CSS API
3 years ago
Shagen Ogandzhanian
084aa680a1
Rename mediaQuery-related min/maxWidth/Height extensions by adding media prefix
...
This resolves #886
3 years ago
Oleksandr Karpovich
ac76dc5f0e
web: Use SyntheticMouseEvent as a type for a value in mouse events listeners ( #862 )
...
* web: Use SyntheticMouseEvent as a type for a value in mouse events listeners
* add tests for mouse event
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Shagen Ogandzhanian
a1a94c7447
Introduce basic support for outline and it's properties to CSS API
3 years ago
Shagen Ogandzhanian
8dd5e17338
Introduce basic support for flex in CSS API
3 years ago
Shagen Ogandzhanian
f1081c67ba
Basic support for flex-basic in CSS API
3 years ago
Shagen Ogandzhanian
5164e0669b
Introduce basic support for white-space in CSS API
3 years ago
Shagen Ogandzhanian
f861210bdd
Introduce basic support for cursor in CSS API
3 years ago
Igor Demin
4fcdf6afe2
Update Compose ( #882 )
3 years ago
akurasov
b19d543a36
Added Preview functionality info ( #880 )
...
Added information about plugin with Preview functionality
3 years ago
Shagen Ogandzhanian
24e7e3dd16
Basic support for border-width in CSS API
3 years ago
Shagen Ogandzhanian
2bd08c323a
Introduce basic support for text-decoration and its constituents in CSS API
3 years ago
Oleksandr Karpovich
295ed754c0
Update Compose ( #878 )
...
Co-authored-by: Igor Demin <igordmn@gmail.com>
3 years ago
Shagen Ogandzhanian
6dd06d4d18
Introduce basic support for text-align in CSS API
3 years ago
Shagen Ogandzhanian
7b8afd901b
Basic support for letter-spacing in CSS API
3 years ago
Shagen Ogandzhanian
99b1751f2e
Basic support for boxSizing in CSS API
3 years ago
Shagen Ogandzhanian
c3fa1413c5
[web-banchmark-core] printBundleSize depends on jsBrowserDistribution
3 years ago
Oleksandr Karpovich
53eed79835
web: fix a bug for inputs taking string value ( #871 )
...
It was not possible to make the input empty by setting the state to an empty string.
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago
Igor Demin
b1c0dadfb5
Update README.md
3 years ago
Igor Demin
94c3b9270a
Update README.md
3 years ago
Shagen Ogandzhanian
bf2a3d7b10
Remove obslete test from StaticComposableTests
3 years ago
Igor Demin
5478392f61
Update README.md
3 years ago
Shagen Ogandzhanian
459cf7b37f
Introduce separate CSSDisplayTests
3 years ago
Shagen Ogandzhanian
362c010045
Move relevant tests from StaticComposableTests to CSSBoxTests
3 years ago
Igor Demin
2f7a957a50
Update README.md
3 years ago
Shagen Ogandzhanian
0baeeca8c4
CSSProperties is no more, use properties.kt in case of doubts
3 years ago
Shagen Ogandzhanian
c1fd4bd259
Move relevant properties from CSSProperties to box.kt, position.kt and flex.kt
3 years ago
Shagen Ogandzhanian
d0a2664e62
Basic support for overflow and its constituents in CSS API
3 years ago
Shagen Ogandzhanian
1a73206d3a
Basic support for padding and its constituents in CSS API
3 years ago
Shagen Ogandzhanian
1083bb7dc0
Basic support for margin and its constituents in CSS API
3 years ago
Shagen Ogandzhanian
959e47b7b5
Basic support for list-style and its constituents in CSS API
3 years ago
Shagen Ogandzhanian
5860585a53
Minimal support for font and its derivatives in CSS API
3 years ago
Shagen Ogandzhanian
331818ef60
Move CSS animation API calls to a separate file
3 years ago
Shagen Ogandzhanian
b294b732c0
Move border-related CSS API calls to a separate file
...
The idea is that every API call that has builder deserves to have a
separate file
3 years ago
Oleksandr Karpovich
c5800ace8f
Add CI scripts for native ( #866 )
...
Co-authored-by: Oleksandr Karpovich <oleksandr.karpovich@jetbrains.com>
3 years ago