@stenajs-webui/elements
Advanced tools
Changelog
0.0.36
ActionMenu
and ActionDropdown
component to elements
.useElementFocus
hook to core
.useMouseIsEntered
hook to core
.Changelog
0.0.35
date-fns
to 2.0.1
.show
option to WeekNumber
config used in CalenderMonth
DayStateHighlight
: selectedStart
and selectedEnd
. For compatibility reasons the
selected days hove both the old selected
AND selectedStart
and/or selectedEnd
rangeTextColor
to CalendarDay
's textProps
borderColor
(and borderColorDisabled
) to ButtonTheme
.Changelog
0.0.34
@stenajs-webui/redux
.commit-reducer
feature for Redux.Drawer
component.useArraySet
hook.Spinner
.InputSpinner
which is used in buttons and input fields.DateTextInput
.fontWeight
to ButtonTheme
.Changelog
0.0.33
@stenajs-webui/tooltip
.WithTooltip
component.MultiDateCalendar
component. User can select range as well as toggle individual dates.Progress
, small
, normal
, large
.invalid
prop to StandardTextInput
with updated theme.Progress
size
prop now sets height (previously only set width).recompose
is no longer a dependency on any of the packages.calendar
package has been refactored and no longer depends on recompose
.useDomId
hook to core
. Generates a unique id, that is guaranteed to persist through component lifecycle.Changelog
0.0.32
@stenajs-webui/input-mask
.MaskedStandardTextInput
component, and useMaskedInput
hook.Box
is now responsive. width
and height
props can take array of values.
padding
CSS rule is no longer set on Box
div element, when spacing and indent are not set.Box
.Box
.Changelog
0.0.31
@stenajs-webui/modal
ThemeProvider
now merges the provided theme with the theme from parent contextuseCallback
in Checkbox
causing onValueChange
to become outdatedChangelog
0.0.30
box-sizing: border-box
on Box
Icon
Checkbox
iconChangelog
0.0.29
fontawesome-common-types
Changelog
0.0.28
Checkbox
that caused onChange
/onValueChange
to be called twice