int-ui-standalone
1.0.0-SNAPSHOT
jvm
int-ui-standalone
/
org.jetbrains.jewel.intui.standalone
/
IntUiTheme
/
lightComponentStyling
light
Component
Styling
@
Composable
fun
lightComponentStyling
(
svgLoader
:
SvgLoader
,
defaultButtonStyle
:
ButtonStyle
=
IntUiButtonStyle.Default.light()
,
outlinedButtonStyle
:
ButtonStyle
=
IntUiButtonStyle.Outlined.light()
,
checkboxStyle
:
CheckboxStyle
=
IntUiCheckboxStyle.light(svgLoader)
,
chipStyle
:
ChipStyle
=
IntUiChipStyle.light()
,
dividerStyle
:
DividerStyle
=
IntUiDividerStyle.light()
,
dropdownStyle
:
DropdownStyle
=
IntUiDropdownStyle.light(svgLoader)
,
groupHeaderStyle
:
GroupHeaderStyle
=
IntUiGroupHeaderStyle.light()
,
labelledTextFieldStyle
:
LabelledTextFieldStyle
=
IntUiLabelledTextFieldStyle.light()
,
linkStyle
:
LinkStyle
=
IntUiLinkStyle.light(svgLoader)
,
menuStyle
:
MenuStyle
=
IntUiMenuStyle.light(svgLoader)
,
horizontalProgressBarStyle
:
HorizontalProgressBarStyle
=
IntUiHorizontalProgressBarStyle.light()
,
radioButtonStyle
:
RadioButtonStyle
=
IntUiRadioButtonStyle.light(svgLoader)
,
scrollbarStyle
:
ScrollbarStyle
=
IntUiScrollbarStyle.light()
,
textAreaStyle
:
IntUiTextAreaStyle
=
IntUiTextAreaStyle.light()
,
textFieldStyle
:
TextFieldStyle
=
IntUiTextFieldStyle.light()
,
lazyTreeStyle
:
LazyTreeStyle
=
IntUiLazyTreeStyle.light(svgLoader)
,
defaultTabStyle
:
TabStyle
=
IntUiTabStyle.Default.light(svgLoader)
,
editorTabStyle
:
TabStyle
=
IntUiTabStyle.Editor.light(svgLoader)
,
circularProgressStyle
:
CircularProgressStyle
=
IntUiCircularProgressStyle.light()
,
tooltipStyle
:
IntUiTooltipStyle
=
IntUiTooltipStyle.light()
,
iconButtonStyle
:
IconButtonStyle
=
IntUiIconButtonStyle.light()
)
:
IntelliJComponentStyling