@stenajs-webui/grid-export
Advanced tools
Changelog
8.1.0
Label
, ValueTable
and input placeholders.width
prop which is responsive according to styled-system.Remove letter-spacing override done by setting text size.
Space
now uses emotion for styling instead of inline styles.Changelog
v18.0.3 (Mon Feb 27 2023)
@stenajs-webui/panels
@stenajs-webui/grid
Changelog
8.0.2
Types now allow value=null. This makes sure that the component is control, while it has no value.
Changelog
8.0.1
Add onBlur
prop. Triggered when the whole component loses focus.
Add autoFocus
props. Autofocuses on date part of the input.
Add autoFocus
props. Autofocuses on date part of the input.
Add variant bold
.
Changelog
8.0.0
The following props on Box
are now responsive:
row
indent
spacing
background
border
borderColor
display
shadow
They can be used by passing an array or dictionary with values instead of a single value.
Design has been updated to use design system colors.
Theming is no longer using React context. All theme variables are using CSS properties.
Box
no longer has property color
.
This also applies to components derived from Box
,
such as Row
and Column
.
Changelog
7.5.2
onEsc
and onEnter
are no longer required props.Changelog
7.5.1
Add props onEsc
and onEnter
. They are invoked on both input fields.
Fix missing key in JSX.
Changelog
7.5.0
DateTimeInput
An input field with both date and time. When entering date, a popover with a calendar is showing. When entering time, a popover with time picker is showing.
TimePicker
A component for selecting hour and minute.
core
parseFloatElseUndefined
parseIntElseUndefined
They return undefined if parse fails.
Select
whiteSpace
set to nowrap
.Changelog
7.4.0
Updated behaviour when selecting dates in popover.
useDelayedFalse
A hook that takes a boolean as argument and returns that boolean. When boolean turns false, it returns false after a certain delay. When boolean turns true, it returns true immediately.
This is useful for delaying the removal of elements in the DOM.
Changelog
7.3.0
ValueTable
elements
package.