@elliemae/ds-dialog 2.4.3 → 2.4.5-rc.0

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.
@@ -74,7 +74,8 @@ const DSDialogContent = () => {
74
74
  role: "dialog",
75
75
  "aria-modal": true,
76
76
  ref: containerRef,
77
- tabIndex: !removeAutoFocus ? 0 : undefined
77
+ tabIndex: !removeAutoFocus ? 0 : undefined,
78
+ onKeyDown: handleOnKeyDown
78
79
  }, utils.getSpaceProps(rest)), {}, {
79
80
  centered: centered,
80
81
  "data-testid": DSDialogDatatestid.DSDialogDatatestid.CONTAINER
@@ -64,7 +64,8 @@ const DSDialogContent = () => {
64
64
  role: "dialog",
65
65
  "aria-modal": true,
66
66
  ref: containerRef,
67
- tabIndex: !removeAutoFocus ? 0 : undefined
67
+ tabIndex: !removeAutoFocus ? 0 : undefined,
68
+ onKeyDown: handleOnKeyDown
68
69
  }, getSpaceProps(rest)), {}, {
69
70
  centered: centered,
70
71
  "data-testid": DSDialogDatatestid.CONTAINER
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dialog",
3
- "version": "2.4.3",
3
+ "version": "2.4.5-rc.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Dialog",
6
6
  "module": "./esm/index.js",
@@ -80,10 +80,10 @@
80
80
  "build": "node ../../scripts/build/build.js"
81
81
  },
82
82
  "dependencies": {
83
- "@elliemae/ds-button": "2.4.3",
84
- "@elliemae/ds-icons": "2.4.3",
85
- "@elliemae/ds-props-helpers": "2.4.3",
86
- "@elliemae/ds-system": "2.4.3",
83
+ "@elliemae/ds-button": "2.4.5-rc.0",
84
+ "@elliemae/ds-icons": "2.4.5-rc.0",
85
+ "@elliemae/ds-props-helpers": "2.4.5-rc.0",
86
+ "@elliemae/ds-system": "2.4.5-rc.0",
87
87
  "react-desc": "~4.1.3"
88
88
  },
89
89
  "devDependencies": {