@stenajs-webui/theme
Advanced tools
Changelog
1.0.0-alpha.1
TextInput
have been updated according to design system.Changelog
1.0.0-alpha.0
core
components.These components have new implementations, built with HTML and CSS modules.
RadioButton
no longer extends value/onChange interface. Instead, it is a normal HTML input field with type radio
.color
and textColor
have been removed, and type
has been added.StandardTextInput
has been renamed to TextInput
.focusOnMount
prop removed. Use autoFocus
instead.selectAllOnMount
no longer autofocuses field. Add autoFocus
as well.variant
prop instead.calendarTheme
prop which is passed to the calendar.Changelog
0.0.51
^5.2.5
to ^5.3.9
.fsevents
dependency to lower CPU usage on macOS.Changelog
0.0.49
draggable
.StandardTextInput
.GroupedMultiSelect
, add group heading font family styling.BaseModal
now has draggable
prop and can be used by setting DRAGGABLE_HANDLE_CLASSNAME
as className on your drag
handle.^5.2.5
to ^5.3.9
.fsevents
dependency to lower CPU usage on macOS.Changelog
0.0.48
Bug fix release.
GroupedMultiSelect
, fix bug when removing the last item in a group.BaseModal
max width is set to 100%.Button
height is applied to wrapping Clickable
, instead of inner Box
.Changelog
0.0.47
NumericTextInput
passes disabled
prop down to child StandardTextInput
.StandardTextInput
uses prop backgroundColor
when getting one.Changelog
0.0.46
setSelectionRange
when type is number.madge
, now supports Typescript 3.7.Changelog
0.0.45
Changelog
0.0.44
Select
.Select
from v2
to v3
.text input
and select
. options
in Select menu
.Checkbox
.
all
story for Form
-section in storybook
.
5.2.5
.