Commit Graph

188 Commits

Author SHA1 Message Date
dd464e4b3f chore: bump dependencies versions 2023-12-03 23:26:19 +08:00
4d22eda5e2 feat: add Scaffold 2023-12-03 17:07:59 +08:00
5f5bfe4320 refactor: use AreaBox for outside box in Navigation 2023-12-03 16:43:35 +08:00
e3f8a3ae07 refactor: use spacingPrimary for padding in Navigation 2023-12-03 16:02:28 +08:00
86bc5430d6 refactor: change padding and thumb radius in Switch 2023-12-03 13:25:54 +08:00
556ef3d55d feat: add combinedClickable, rippleCombinedClickable in Interaction 2023-12-03 01:35:43 +08:00
2abe50fde5 feat: add ItemBox 2023-12-03 01:17:01 +08:00
b2155fe5d4 refactor: use VerticalContentSpacingRatio in vertical contentSpacing 2023-12-03 01:12:04 +08:00
f7012d5db1 refactor: use LocalAreaBoxShape for default shape in AreaBox 2023-12-03 01:09:16 +08:00
73651da66d fix: make initializer composable in AreaBox, Surface 2023-12-03 00:20:19 +08:00
5b1ef1bc7e refactor: decoupling function classes to scope and impl in ActionBar, Tab 2023-12-02 23:23:14 +08:00
123ee05fe2 refactor: rename actionIconMaxSize to actionIconSize and some tweaks in ActionBar 2023-12-02 22:33:09 +08:00
718d24d308 refactor: make ActionIcon to ActionIconButton and some tweaks in ActionBar 2023-12-02 22:27:00 +08:00
ddc5590a57 refactor: merge style.actionIconMaxSize to LocalIconStyle in ActionBar 2023-12-02 21:48:16 +08:00
5ea0c7db42 refactor: merge LocalIconTint to LocalIconStyle and use style instead tint 2023-12-02 21:45:01 +08:00
9efb190230 chore: bump "org.jetbrains.compose" version to 1.6.0-dev1296 2023-12-02 21:09:48 +08:00
04c6fbfd9d feat: add ActionBar 2023-12-02 14:56:31 +08:00
d6915d9135 feat: add ArrowForward, ArrowNaviUp, FinishClose icons 2023-12-02 14:55:32 +08:00
223bf662ce refactor: make softWrap follow singleLine and change overflow default to TextOverflow.Ellipsis in Text 2023-12-02 14:00:38 +08:00
9364486397 refactor: use iconSizePrimary to the defaultIconSize in Icon 2023-12-02 12:11:34 +08:00
f9210fd4ef fix: defaultIconButtonStyle -> rippleStyle use defaultIconButtonRippleStyle in Button 2023-12-02 12:09:04 +08:00
b8d57ad735 fix: defaultIconButtonColors -> contentColor use LocalIconTint in Button 2023-12-02 12:03:00 +08:00
61eef027a6 refactor: merge rippleColor to rippleStyle 2023-12-02 11:56:09 +08:00
16ce052ceb refactor: title text use bold font in Typography 2023-12-02 10:42:30 +08:00
bfa4558c8d refactor: add LocalInSurface provided the padding in Navigation 2023-12-02 10:33:40 +08:00
5fff6801bf feat: add LocalInSurface in Surface 2023-12-02 10:30:55 +08:00
78619a0f6b refactor: use Spacer replace Box when a small size was used 2023-12-01 14:42:01 +08:00
f99d5467b0 feat: add Tooltip (to be implemented) 2023-12-01 13:33:42 +08:00
b188dcf411 refactor: rename Poptips to Poptip 2023-12-01 13:33:25 +08:00
0e92f37c9f feat: add LocalRippleColor in Interaction 2023-12-01 11:07:02 +08:00
a6f92bf1fc refactor: make content optional 2023-12-01 10:55:25 +08:00
396dc05142 style: optimize code in Dropdown 2023-12-01 10:21:48 +08:00
9bdfeb7954 refactor: make easing immutable in ProgressIndicator 2023-11-30 14:09:38 +08:00
01bb17c988 refactor: not use default prefix when there are no default value 2023-11-30 14:09:00 +08:00
0d4cc3c2ff refactor: move Popup, Dialog, Poptips in window package 2023-11-30 13:48:12 +08:00
235871db7a refactor: make Tab some component @Immutable 2023-11-30 13:41:42 +08:00
ed651ff231 refactor: change padding type to PaddingValues in Switch 2023-11-30 13:39:35 +08:00
1314db9e0f refactor: merge contentSpacing into style in CheckBox and Switch 2023-11-30 13:36:39 +08:00
1a74709c91 refactor: move todo from Surface to Scaffold 2023-11-30 13:29:16 +08:00
ed60d97e7b refactor: merge contentSpacing into style in RadioButton 2023-11-30 13:25:10 +08:00
d76f266fdf refactor: decoupling color, style and make some private in ProgressIndicator 2023-11-30 13:13:23 +08:00
90db05c28c refactor: make content color tint to icon 2023-11-30 13:00:52 +08:00
a92499e5ce refactor: some tweaks in Navigation 2023-11-30 12:55:05 +08:00
3ced4acbd3 refactor: specially function param names 2023-11-30 12:48:26 +08:00
94a5eb53e0 refactor: replace DefaultDropdownListMenuOffset with padding in Dropdown 2023-11-29 20:20:46 +08:00
70025a7a9f refactor: merge to new FontColor in TextStyle inheritance relationship 2023-11-29 00:11:05 +08:00
9435ec65a0 feat: customization placeholderContentColor in TextField 2023-11-28 23:52:43 +08:00
3c8a83e5bc refactor: some tweaks in Navigation
- make orientation named to Row and Column
- rename contentSpace to contentSpacing
2023-11-28 22:35:02 +08:00
9e583d383e feat: add Navigation 2023-11-28 14:32:02 +08:00
7ac4f4cb78 style: optimize code 2023-11-28 10:48:13 +08:00