@stenajs-webui/grid-export
Advanced tools
Changelog
9.1.0
Spinner
only has one color now.Spinner
variant large
.Banner
icon has fixed width and will no longer be compressed by long content.SecondaryButton
and FlatButton
.PrimaryButton
.PrimaryButton
is the same as for SecondaryButton
.Spinner
variant large
.Changelog
9.0.0
ActionDropdown
and ActionDropdownTheme
theme
prop from ActionMenuItem
, replacing it with a variant
prop that can be set to danger
ActionMenuButton
is no longer exported. Instead, there are three new components:
ActionMenuPrimaryButton
ActionMenuSecondaryButton
ActionMenuFlatButton
SecondaryButton
is now blue.outlined
added to Popover
. It is used for the Action menu, Checkbox menu, and Table head popover.ActionMenu
, ActionMenuItem
, ActionMenuSeparator
.StandardTable
have a blue background with a border on the left.Popover
where arrow could not be removed.StandardTable
deselects all if some are selected, as opposed to selecting all.htmlFor
prop to Label
component.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
.