reshaped 2.5.0 → 2.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,19 +1,7 @@
1
- 2.5
1
+ 2.6
2
2
 
3
- - Theme generation
4
- - Default theme update
5
- - Figma: Fixed foreground critical style reference in the colors preview
6
-
7
- - 0 value shadow support in theme definition
8
- - text field: safari calc % bug
9
- - Accordion: removed overflow hidden once accordion is expanded
10
- - Text field: native autocomplete position
11
- - Dropdown menu: Nested menu open on enter and space
12
- - Text field, Text area: Added aligner utility
13
- - MenuItem: Added side support for the aligner
14
- - Button: Renamed aligned position to side, deprecated position
15
- - View: Static position support
16
- - View: Added automatic switching to flex box if there are children with grow
17
- - Popover, Tooltip, DropdownMenu: Updated transition effect
18
-
19
- - Theming: Fixed setting color mode to an already applied color mode (transition)
3
+ - TextArea
4
+ - Added support for passing `rows` to `inputAttributes`
5
+ - Updated onFocus and onBlur typings to use correct html element reference
6
+ - TextField
7
+ - Updated onFocus and onBlur typings to use correct html element reference