@stenajs-webui/input-mask
Advanced tools
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 outdated