reshaped 2.10.13 → 2.10.14

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
@@ -13,9 +13,14 @@ Features:
13
13
  Fixes:
14
14
 
15
15
  - View: Fixed dividers incorrectly working with React.Fragments
16
+ - View: Padding respects border
17
+ - Card: Padding respects border
18
+ - TextField: Fixed focus-within when focused on the button inside
16
19
  - useHotkeys: auto preventDefault
17
20
  - useHotkeys: fixed used hotkeys cleanup
18
21
  - DropdownMenu: fixed double click handling
19
22
  - Slider: Float values
20
23
  - Slider: Tabular numbers
21
24
  - Actionable: Form submission with type="submit"
25
+ - Calendar: Fixed dates tabIndex edge cases
26
+ - Tabs: Improved tabs animation