@elliemae/ds-dialog 2.4.3-rc.6 → 2.4.3

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,8 +74,7 @@ const DSDialogContent = () => {
74
74
  role: "dialog",
75
75
  "aria-modal": true,
76
76
  ref: containerRef,
77
- tabIndex: !removeAutoFocus ? 0 : undefined,
78
- onKeyDown: handleOnKeyDown
77
+ tabIndex: !removeAutoFocus ? 0 : undefined
79
78
  }, utils.getSpaceProps(rest)), {}, {
80
79
  centered: centered,
81
80
  "data-testid": DSDialogDatatestid.DSDialogDatatestid.CONTAINER
@@ -64,8 +64,7 @@ const DSDialogContent = () => {
64
64
  role: "dialog",
65
65
  "aria-modal": true,
66
66
  ref: containerRef,
67
- tabIndex: !removeAutoFocus ? 0 : undefined,
68
- onKeyDown: handleOnKeyDown
67
+ tabIndex: !removeAutoFocus ? 0 : undefined
69
68
  }, getSpaceProps(rest)), {}, {
70
69
  centered: centered,
71
70
  "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-rc.6",
3
+ "version": "2.4.3",
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-rc.6",
84
- "@elliemae/ds-icons": "2.4.3-rc.6",
85
- "@elliemae/ds-props-helpers": "2.4.3-rc.6",
86
- "@elliemae/ds-system": "2.4.3-rc.6",
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",
87
87
  "react-desc": "~4.1.3"
88
88
  },
89
89
  "devDependencies": {