@ultraviolet/ui 1.3.1 → 1.3.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.
@@ -203,6 +203,9 @@ const Row = /*#__PURE__*/forwardRef((_ref16, ref) => {
203
203
  onClick: e => {
204
204
  e.stopPropagation();
205
205
  },
206
+ onKeyDown: e => {
207
+ e.stopPropagation();
208
+ },
206
209
  children: expandable
207
210
  }) : null]
208
211
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ultraviolet/ui",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Ultraviolet UI",
5
5
  "homepage": "https://github.com/scaleway/ultraviolet#readme",
6
6
  "repository": {
@@ -59,7 +59,7 @@
59
59
  "@scaleway/use-media": "2.0.0",
60
60
  "deepmerge": "4.3.1",
61
61
  "prop-types": "15.8.1",
62
- "react-datepicker": "4.14.1",
62
+ "react-datepicker": "4.15.0",
63
63
  "react-flatten-children": "1.1.2",
64
64
  "react-select": "5.7.3",
65
65
  "react-toastify": "9.1.3",